How to scrape S
late
with AgentQL

Looking for a better way to scrape Slate? Say goodbye to fragile XPath or DOM selectors that easily break with website updates. AI-powered AgentQL ensures consistent web scraping across various platforms, from Slate to any other website, regardless of UI changes.

Not just for scraping Slate

Smart selectors work anywhere

https://slate.com

URL

Input any webpage.

{
  articles[] {
    title
    author
    publication_date
    summary
  }
}

Query

Describe data in natural language.

{
  "articles": [
    {
      "title": "The Myth of the \u2018Strong Woman\u2019",
      "author": "Ruth Graham",
      "publication_date": "2024-04-26",
      "summary": "A review of the new book, 'Strong Women,' discusses the societal expectations and challenges faced by women who are deemed 'strong.'"
    },
    {
      "title": "What Happened to the American Dream?",
      "author": "Henry Grabar",
      "publication_date": "2024-04-25",
      "summary": "This article explores the shifting perception of the American Dream in the modern context."
    }
  ]
}

Returns

Receive accurate output in seconds.

How to use AgentQL on Slate

A dotted lineA blue lineA blue line
1

Install the SDK

Install code for JS and Python

npm install agentql

pip3 install agentql

2

Test and refine

Use the query debugger

3

Run your script

Install code for both JS and Python

agentql init

python example.py

Get started

Holds no opinions on what’s and how’s. Build whatever makes sense to you.