Guides to using AgentQL
Overview
This section primarily includes guides for scraping as well as automation. Additionally, if covers how to avoid bot detection, improve speed, and increase accuracy when using AgentQL. Lastly, for those unfamiliar with Playwright, we have sections on using Playwright's browser with AgentQL, logging into sites, and navigating pagination.
Guides
Web Scraping and Data Extraction
Automation with query_element
and get_by_prompt
- Return a collection of elements with
query_elements
- Return a single element with
get_by_prompt
- How to fill out and submit a form
- How to close a modal or cookie dialog
Avoiding bot detection
Improving speed
Accuracy
- Passing context to queries with prompts
- Single out elements by describing their surroundings
- Enable Standard Mode