Extract structured data from any website using natural language. No more complex selectors or brittle scraping scripts. Just describe what you want.
URL:
https://news.ycombinator.com
Query:
Get the top 5 stories with titles, scores, and comment counts
{
"stories": [
{
"title": "New AI breakthrough...",
"score": 324,
"comments": 156
},
{
"title": "Latest in quantum...",
"score": 289,
"comments": 98
}
// ... more stories
]
}