Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is not an API #6

Open
houshyar opened this issue Jul 22, 2024 · 0 comments
Open

It is not an API #6

houshyar opened this issue Jul 22, 2024 · 0 comments

Comments

@houshyar
Copy link

API calls provide a structured way to access data directly from a service's backend, unlike web scraping which parses raw HTML content.
result.word = $('h3.headerWord').text()
Your approach is highly depended on the structure of the website's HTML and if they change their design you should rewrite your code.
Maybe it's better to change your project's name to prevent confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant