Extract data from any website using just a URL and column descriptions
Input url you want to scrape in Basic Configuration
> Target URL
, and list columns to extract in Extraction Settings
> Extraction Attributes
.
For example, you can extract list of articles from https://news.ycombinator.com/
by putting this value into Target URL
and filling Extraction Attributes
with:
1[ 2 { 3 "description": "News title", 4 "name": "title" 5 }, 6 { 7 "description": "Number of points", 8 "name": "points" 9 }, 10 { 11 "description": "Number of comments", 12 "name": "nr_comments" 13 } 14]
At end you'll get a table that looks like this:
nr_comments | points | title |
---|---|---|
11 | 41 | The Inevitability of the Borrow Checker |
1 | 19 | When Louis Armstrong Conquered Chicago |
448 | 689 | Meta torrented & seeded 81.7 TB dataset containing copyrighted data |
... | ... | ... |
The actor accepts the following input parameters:
Field | Type | Required | Description |
---|---|---|---|
url | String | Yes | The target URL to extract data from |
attributes | Array | Yes | List of data attributes to extract |
proxyCountry | String | No | Country for proxy IP (defaults to United States) |
cookies | Array | No | Cookies to inject into the request |
precisionMode | Boolean | No | Enable high-precision extraction mode |
Each attribute in the attributes
array should have:
name
: Identifier for the extracted datadescription
: Natural language description of what to extractprecisionMode
for highest accuracy (uses more credits)precisionMode
)Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!