Rapidapi Price
Pricing
$100.00 / 1,000 results
Rapidapi Price
A specialized Apify Actor for extracting API information and pricing details from RapidAPI. This tool allows you to search for APIs on RapidAPI by a search term and extract detailed information including pricing plans, helping you make informed decisions about which APIs to use.
0.0 (0)
Pricing
$100.00 / 1,000 results
0
Total users
3
Monthly users
3
Runs succeeded
>99%
Last modified
a month ago
RapidAPI Price Scraper
A specialized Apify Actor for extracting API information and pricing details from RapidAPI. This tool allows you to search for APIs on RapidAPI by a search term and extract detailed information including pricing plans, helping you make informed decisions about which APIs to use.
Features
- Search for APIs on RapidAPI by custom search terms
- Extract API details including:
- API name
- Category
- Author/publisher
- Last updated information
- Service level
- Link to the API
- Detailed pricing information for each API:
- Plan names
- Pricing details
- Request limits
- Rate limits
- Overage information
- Configurable result limit
- Built with Apify SDK and Playwright for reliable web scraping
Using the Actor on Apify
Running the Actor
- Access the Actor page on Apify Store: RapidAPI Price Scraper
- Click the Start button
- Configure the input according to your requirements (see Configuration section below)
- Click the Start button to begin running the Actor
Configuration
The Actor accepts the following input parameters in JSON format:
{"search_term": "temp email","limit_cards": 5}
Parameters
Parameter | Type | Description | Default |
---|---|---|---|
search_term | string | The term to search for on RapidAPI | "temp email" |
limit_cards | number | Maximum number of API cards to process | 10 |
Results
The Actor will output a JSON file containing:
- The search term used
- The URL that was crawled
- Total number of results found
- An array of API results, each containing:
- API details (name, category, author, etc.)
- A list of pricing plans with details
Example output:
{"search_term": "temp email","url": "https://rapidapi.com/search?term=temp%20email&sortBy=ByRelevance","total_results": 5,"results": [{"category": "Email","name": "Example API","author": "Example Author","last_updated": "Last updated 2 months ago","service_level": "99.9%","link": "https://rapidapi.com/example-author/api/example-api","pricing": [{"name": "Basic","price": "$0","period": "per month","requests": "500 Requests","rate_limit": "10 requests/second"},{"name": "Pro","price": "$29.99","period": "per month","requests": "50,000 Requests","overage": "$0.01 per request","rate_limit": "25 requests/second"}]}// More API results...]}
Retrieving and Storing Data
Viewing Results
- Wait for the Actor to finish running (status will change to "Succeeded")
- Access the Dataset tab to view results in table or JSON format
- From here, you can:
- Search and filter results
- Download data in multiple formats (JSON, CSV, HTML, Excel)
- Use the API to programmatically access data
Downloading Results
- In the Dataset tab, click the Download button
- Choose the format you want to download:
- JSON - Complete data structure
- CSV - Easy to open in Excel or spreadsheet applications
- Excel - Excel spreadsheet format
- HTML - HTML table for web display
API Access
You can also access results via API. Each Actor run creates a unique Dataset ID.
https://api.apify.com/v2/datasets/[DATASET_ID]/items?token=[YOUR_API_TOKEN]
Scheduling Regular Runs
You can schedule the Actor to run periodically:
- Go to the Actor page
- Click the Schedules tab
- Click Create new schedule
- Configure the schedule with your desired frequency (daily, weekly, custom cron, etc.)
- Click Save
Integration with Apify Workflows
You can integrate this Actor into more complex Apify workflows:
- Go to Actors > Workflows
- Create a new workflow or edit an existing one
- Add the RapidAPI Price Scraper Actor as a step in the workflow
- Link its output to other Actors for further processing or analysis
Actor Webhook Events
You can configure webhooks to be notified when the Actor completes:
- Go to the Actor page
- Click the Webhooks tab
- Click Create new webhook
- Enter your webhook URL and configure the events you want to monitor
- Save the webhook
Support
If you encounter any issues or have questions, please contact the Apify support team or the Actor developer.