Back to all skills
๐Ÿ•ท๏ธ
Web & Browser

Web Scraper

Extract structured data from any website into a CSV, with or without an API.

4.5rating
12,900 installs
scraper-core + playwright-bridge
Pro+ required

About this skill

Give Web Scraper a URL or a list of URLs, describe the fields you want (title, price, date, author), and it returns a CSV. It picks between static fetching and a headless browser based on what the site needs, and respects robots.txt unless you explicitly override it. Pagination, infinite scroll, and detail-page drilldowns are all handled.

What it does

  • Field-driven extraction (you describe, it picks the selectors)
  • Static fetch or headless browser, automatic
  • Pagination and infinite scroll support
  • Detail-page drilldown
  • Respects robots.txt by default

Use cases

  • Build a CSV of 500 job postings matching a query
  • Track competitor prices across 20 product pages weekly
  • Scrape a directory without a public API