InstantAPI.ai avatar
InstantAPI.ai
Try for free

Pay $30.00 for 1,000 results

View all Actors
InstantAPI.ai

InstantAPI.ai

zeeb0t/instantapi-ai
Try for free

Pay $30.00 for 1,000 results

Converts any website into a customized API. Our AI-powered web scraper instantly turns any web page into structured data by your design – helping you to effortlessly scrape, customize, and integrate web data into your projects.

InstantAPI.ai on Apify

Overview

This Apify actor integrates with InstantAPI.ai, allowing users to leverage the powerful web scraping and data transformation capabilities of InstantAPI.ai directly within the Apify platform. With this actor, you can easily scrape data from any web page, transform it into structured formats, and utilize AI for advanced analysis.

Features

  • Web Scraping: Effortlessly scrape specific information from any web page.
  • Data Transformation: Convert scraped data into various formats as per your requirements.
  • AI-Powered Analysis: Utilize OpenAI's models to analyze and generate insights from the scraped data.
  • Customizable API Calls: Specify the API method and response structure to tailor the output to your needs.

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 wish to call on InstantAPI.ai.
  • output: The expected structure 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 and transforming data.

Support

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

By using this actor, you can unlock the full potential of InstantAPI.ai within the Apify ecosystem, making web scraping and data analysis easier and more efficient than ever!

Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 0 stars
  • 96.7% runs succeeded
  • Created in Aug 2024
  • Modified 10 days ago