Fast Scraper avatar
Fast Scraper

Pricing

$5.00/month + usage

Go to Store
Fast Scraper

Fast Scraper

Developed by

Daniel Herman

Maintained by Community

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.

0.0 (0)

Pricing

$5.00/month + usage

1

Monthly users

1

Runs succeeded

>99%

Last modified

10 months ago

You can access the Fast 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.

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:

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

Price

$5.00