Go to Hyperscrape Store

Universal Web Scraper

hyperscrape/web-scraper

Extract structured data from any page using CSS selectors.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/web-scraper?urls=https%3A%2F%2Fexample.com%2Fproduct%2F1

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Point this scraper at a list of URLs and give it a set of named CSS selectors. For each URL it returns an object with your fields filled in from the matching elements. Supports extracting text, attributes (e.g. href, src) and lists.

Define fields as fieldName: selector (text) or fieldName: selector @attr to pull an attribute. Prefix with [] to collect all matches into an array, e.g. []headings: h2.