Web Scraping API - Scrape Any Website avatar

Web Scraping API - Scrape Any Website

Try for free

Pay $10.00 for 1,000 scrapes

Go to Store
Web Scraping API - Scrape Any Website

Web Scraping API - Scrape Any Website

zeeb0t/web-scraping-api---scrape-any-website
Try for free

Pay $10.00 for 1,000 scrapes

Easily capture data from any website with a single API. Forget xPath, manual updates, and broken scrapers—our web scraping API handles it all.

Web Scraping API by InstantAPI.ai

Overview

Unbeatably simple web scraping.

Easily capture data from any website with a single API. Forget xPath, manual updates, and broken scrapers—our web scraping API handles it all.

The concept is simple. Imagine your target web page had an API. What would the method name be, and what data outputs would it have, to satisfy your web scraping requirements?

Usage

To use this actor, you need to provide the following inputs:

  • url: The URL of the web page you want to scrape.
  • method: The API method name you imagined.
  • output: The imagined data output of the API's response.
  • proxy_country: The country code for using a premium web proxy (if needed).

Example Input

1{
2    "url": "https://apify.com/pricing",
3    "method": "getApifyPricingPlans",
4    "output": "{\"plans\":[{\"name\":\"\",\"monthly_price\":\"\",\"prepaid_usage\":\"\",\"compute_units\":\"\",\"actor_ram\":\"\",\"max_concurrent_users\":\"\",\"rented_actors\":\"\"}]}"
5}

Example Output

The output will be structured according to the output parameter you specify. For example:

1[
2    {
3        "plans": [
4            {
5                "name": "Free",
6                "monthly_price": "$0",
7                "prepaid_usage": "$5 free usage",
8                "compute_units": "$0.4 / CU",
9                "actor_ram": "8 GB",
10                "max_concurrent_users": "25",
11                "rented_actors": "Limited"
12            },
13            {
14                "name": "Starter",
15                "monthly_price": "$49",
16                "prepaid_usage": "$49",
17                "compute_units": "$0.4 / CU",
18                "actor_ram": "32 GB",
19                "max_concurrent_users": "32",
20                "rented_actors": "Deducted from prepaid usage"
21            },
22            {
23                "name": "Scale",
24                "monthly_price": "$199",
25                "prepaid_usage": "$199",
26                "compute_units": "$0.35 / CU",
27                "actor_ram": "64 GB",
28                "max_concurrent_users": "128",
29                "rented_actors": "Deducted from prepaid usage"
30            },
31            {
32                "name": "Business",
33                "monthly_price": "$999",
34                "prepaid_usage": "$999",
35                "compute_units": "$0.25 / CU",
36                "actor_ram": "256 GB",
37                "max_concurrent_users": "256",
38                "rented_actors": "Deducted from prepaid usage"
39            },
40            {
41                "name": "Enterprise",
42                "monthly_price": "Custom",
43                "prepaid_usage": "Custom",
44                "compute_units": "Custom",
45                "actor_ram": "Unlimited",
46                "max_concurrent_users": "Unlimited",
47                "rented_actors": "Custom"
48            }
49        ]
50    }
51]

Getting Started

  1. Deploy the actor on Apify.
  2. Provide the necessary input parameters.
  3. Run the actor to start scraping instantly.

Support

For any questions or support, feel free to reach out to our community on Discord: InstantAPI.ai Discord.

Developer
Maintained by Community

Actor Metrics

  • 15 monthly users

  • 2 stars

  • >99% runs succeeded

  • Created in Aug 2024

  • Modified 18 days ago