AI Jason 2025 Workshop materials

In this workshop, we'll be using AgentQL to do the following:

  • Get structured data from Google Maps with a Python script
  • Compare prices on products
  • Build an Agent that gathers news for you from sources you choose and exports them to a CSV
  • Use Zapier to send yourself a daily Slack biz dev report with actionables

What's in the box?

Getting set up

  1. Create an account
  2. Install the AgentQL Debugger Browser Extension
  3. Run the sample script locally

Workshop materials

Pagination

pagination_info has two members:

Read more in the API Reference and Pagination.

paginate(PAGE, QUERY, PAGES_COUNT) is a function that takes a page object, a query, and the number of pages you want to iterate over. More info in the API References.