Explore comprehensive examples of web scraping using the Web Scraper IDE, including code for interaction, parsing, handling multiple results, and advanced techniques.
tag_html
, tag_request
, tag_graphql
In addition, some existing commands have been updated: tag_response
, tag_sitemap
, tag_all_responses
. See IDE documentation for more details.
When using any tag commands, you can provide a custom name. You can then access the data using this name in the parser code under parser.YOUR_KEY
.
For tag_html
, current browser location URL will be saved under parser.YOUR_KEY_url
.
For simple cases when only a single tag_html
is needed, it can be skipped, and it will be automatically saved under parser.page.
next_stage
and rerun_stage
next_stage
calls. To parse something from the page, load_html
should be used:
tag_response