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.
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.
The Actor accepts the following input parameters in JSON format:
1{ 2 "search_term": "temp email", 3 "limit_cards": 5 4}
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 |
The Actor will output a JSON file containing:
Example output:
1{ 2 "search_term": "temp email", 3 "url": "https://rapidapi.com/search?term=temp%20email&sortBy=ByRelevance", 4 "total_results": 5, 5 "results": [ 6 { 7 "category": "Email", 8 "name": "Example API", 9 "author": "Example Author", 10 "last_updated": "Last updated 2 months ago", 11 "service_level": "99.9%", 12 "link": "https://rapidapi.com/example-author/api/example-api", 13 "pricing": [ 14 { 15 "name": "Basic", 16 "price": "$0", 17 "period": "per month", 18 "requests": "500 Requests", 19 "rate_limit": "10 requests/second" 20 }, 21 { 22 "name": "Pro", 23 "price": "$29.99", 24 "period": "per month", 25 "requests": "50,000 Requests", 26 "overage": "$0.01 per request", 27 "rate_limit": "25 requests/second" 28 } 29 ] 30 } 31 // More API results... 32 ] 33}
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]
You can schedule the Actor to run periodically:
You can integrate this Actor into more complex Apify workflows:
You can configure webhooks to be notified when the Actor completes:
If you encounter any issues or have questions, please contact the Apify support team or the Actor developer.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!