Concepts
Overview
AgentQL consists of a parser and its query language that use AI-powered natural language selectors for web scraping and automation. This section provides a conceptural overview of the main components and how they work together.
Conceptual overviews
- A query language for the web explains how AgentQL queries return data and elements from web pages for scraping and automation.
- Main Concepts provides an overview of how AgentQL's tools work together to parse data from web pages and automate workflows.
- Under the Hood explains more about how AgentQL works.
Related content
Scraping data with AgentQL
How to scrape data from a website using AgentQL's
query_data
method.Automating workflows with AgentQL
How to automate workflows using AgentQL's
get_by_prompt
andquery_elements
methods.Example Scripts
Our GitHub repo of example scripts you can try.
Playground
Try scraping data from your browser with our playground.