
Web Scraper
Pricing
$35.00 / 1,000 results

Web Scraper
Simple web scraper. Extract titles, paragraphs, links, images, tables and more from websites. Supports custom CSS selectors and batch collection. For large needs, try Apify's Web Content Crawler.
0.0 (0)
Pricing
$35.00 / 1,000 results
2
3
3
Last modified
2 days ago
You can access the Web Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "startUrls": [< {< "url": "https://apify.com/futurizerush"< },< {< "url": "https://rush.zeabur.app/"< },< {< "url": "https://www.threads.com/@futurizerush"< }< ],< "maxRequestsPerCrawl": 10,< "maxConcurrency": 3,< "smartMode": true,< "cacheEnabled": true,< "extractionRules": {< "article_title": "h1.post-title, h1.article-title, h1.entry-title",< "article_content": "article, main, .post-content, .article-content",< "author": ".author-name, .by-author, .post-author",< "publish_date": "time, .post-date, .publish-date",< "category": ".category, .post-category",< "tags": ".tags a, .post-tags a"< },< "customData": {< "source": "Apify Actor",< "scraped_by": "@futurizerush",< "language": "en-US"< },< "waitForSelector": "",< "scrollToBottom": false,< "pageLoadTimeoutSecs": 25,< "blockResources": []<}' |<apify call futurizerush/web-scraper --silent --output-dataset
Web Scraper API through CLI
The Apify CLI is the official tool that allows you to use Web Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: