Instant web data scraper - Scrape any website avatar

Instant web data scraper - Scrape any website

Try for free

7 days trial then $10.00/month - No credit card required now

View all Actors
Instant web data scraper - Scrape any website

Instant web data scraper - Scrape any website

curious_coder/instant-web-scraper
Try for free

7 days trial then $10.00/month - No credit card required now

Scrape any public and private website data by providing just URL and optionally cookies and proxy information. This scraper is similar to instant data scraper but runs on cloud and can be used as API too!

You can access the Instant web data scraper - Scrape any website 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  "action": "scrapeData",
3  "url": "https://wordpress.org/plugins/?plugin_business_model=commercial",
4  "columnMappings": [
5    {
6      "key": "name",
7      "value": "2"
8    },
9    {
10      "key": "link",
11      "value": "0"
12    },
13    {
14      "key": "ratings",
15      "value": "4"
16    },
17    {
18      "key": "authorName",
19      "value": "8"
20    },
21    {
22      "key": "usersCount",
23      "value": "9"
24    },
25    {
26      "key": "description",
27      "value": "6"
28    },
29    {
30      "key": "lastUpdated",
31      "value": "11"
32    },
33    {
34      "key": "pluginLogo",
35      "value": "1"
36    }
37  ],
38  "tableNumber": 1,
39  "nextPageSelector": ".next.page-numbers",
40  "count": 100,
41  "minDelay": 2,
42  "maxDelay": 2
43}' |
44apify call curious_coder/instant-web-scraper --silent --output-dataset

Instant web data scraper - Scrape any website API through CLI

The Apify CLI is the official tool that allows you to use Instant web data scraper - Scrape any website locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 76 monthly users
  • 4 stars
  • 90.5% runs succeeded
  • Created in Aug 2023
  • Modified about 2 months ago