SiteRows example #6

by•

Hello everyone. Welcome back to my series.

🔹 Quick reminder of what this app does: Allows you to scrape web content with SQL, like you would query a DB. Creating a FREE account unlocks automation features and higher usage limits.

🔹 Today's example is a repeat of the previous example, except this time using the /Crawl API endpoint which is only available as part of the PRO tier. Please visit to see what cool features and extensions you would get in the PRO tier.

Below is a Python example/response, and I'm also saving all examples in this GitHub repo: .

What I'm doing here is first calling the /Crawl endpoint to get Metacritic's best games this year to discover game URLs, then fetch each game's data with /Scrape endpoint.

Thanks, everyone. Please don't hesitate to reach out with any questions or feedback.

11 views

Add a comment

Replies

Be the first to comment