Fast Scraper
$5.00/month
Fast Scraper
$5.00/month
Fast Scraper is a blazingly fast web scraper powered by Rust on the backend. It allows you to scrape static HTML pages extremely quickly while using only <128 MB of memory. With this scraper, you can maximize the efficiency of your credits on Apify.
You can access the Fast Scraper programmatically from your own applications by using the Apify API. You can 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.
1echo '{
2 "requests": [
3 {
4 "url": "https://www.scrapethissite.com/pages/simple/"
5 },
6 {
7 "id": "forms",
8 "url": "https://www.scrapethissite.com/pages/simple/",
9 "extract": [
10 {
11 "field_name": "extracted_html",
12 "selector": "#countries > div > div:nth-child(4) > div:nth-child(1)",
13 "extract_type": "HTML"
14 }
15 ]
16 },
17 {
18 "id": "hockey",
19 "url": "https://www.scrapethissite.com/pages/forms/",
20 "extract": [
21 {
22 "field_name": "year1",
23 "selector": "#hockey > div > table > tbody > tr:nth-child(2) > td.year",
24 "extract_type": "Text"
25 },
26 {
27 "field_name": "year2",
28 "selector": "#hockey > div > table > tbody > tr:nth-child(3) > td.year",
29 "extract_type": "Text"
30 },
31 {
32 "field_name": "class_name",
33 "selector": "#hockey > div > table > tbody > tr:nth-child(2) > td.year",
34 "extract_type": {
35 "Attribute": "class"
36 }
37 }
38 ]
39 }
40 ],
41 "proxy_settings": {
42 "useApifyProxy": true
43 }
44}' |
45apify call danielherman/fast-scraper --silent --output-dataset
Fast Scraper API through CLI
The Apify CLI is the official tool that allows you to use Fast Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Jun 2024
Modified 5 months ago