RapidAPI Marketplace API
Pricing
from $0.10 / 1,000 api listings
RapidAPI Marketplace API
API for the RapidAPI marketplace. Search and extract API listings with pricing, categories, popularity and reliability metrics, publisher details, billing plans and ratings.
Pricing
from $0.10 / 1,000 api listings
Rating
0.0
(0)
Developer
John
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 hours ago
Last modified
Categories
Share
Turn the entire RapidAPI marketplace into structured data. This API searches and extracts public API listings from RapidAPI, returning pricing, categories, popularity and reliability metrics, publisher details, billing plans and ratings. No RapidAPI account, login, or key required.
It is built as a low-cost, pay-per-result loss leader, one of the cheapest ways on Apify to pull marketplace data for API discovery, market research, and competitive intelligence.
What it does
- Search the marketplace by one or many keywords and collect every matching API.
- Filter by category and sort by relevance, trending, last updated, or alphabetical.
- Pull rich detail per API: full billing plans, subscriber counts, ratings, readme docs, and website.
- Extract directly from RapidAPI API URLs or whole collection pages.
What you can extract
| Field | Description |
|---|---|
| name / title | API name and display title |
| description / longDescription | Short and full descriptions |
| pricing | Pricing model (FREE, FREEMIUM, PAID) |
| category | Primary marketplace category |
| popularityScore | RapidAPI popularity score (0-10) |
| avgLatency | Average response latency in ms |
| avgServiceLevel / avgSuccessRate | Reliability metrics (%) |
| ratingScore / ratingVotes | User rating and vote count (detailed) |
| subscriptionsCount | Number of subscribers (detailed) |
| publisher / publisherUsername | Who publishes the API |
| billingPlans | Full subscription plans with prices and quotas (detailed) |
| websiteUrl | Publisher website (detailed) |
| readme | API documentation readme (detailed) |
| url | Public RapidAPI page link |
Use cases
- API discovery: find every API matching a keyword or category.
- Market research: analyze pricing models and popularity across thousands of APIs.
- Competitive intelligence: track which APIs lead your niche and how they price.
- Lead generation: build a database of API publishers and their websites.
- Trend analysis: monitor trending and recently updated APIs over time.
Input
| Field | Type | Description |
|---|---|---|
| searchTerms | array | Keywords to search, one per line. Empty plus empty Listing URLs returns all APIs. |
| category | string | Optional single category filter (for example Data, Finance, Weather). |
| sortBy | select | Relevance, Trending, Last updated, or Alphabetical. |
| order | select | Ascending or Descending. |
| maxResults | integer | Max results per search term (up to 1000). |
| detailedInfo | boolean | Enrich each result with full detail by fetching its API page. |
| listingUrls | array | RapidAPI API or collection URLs to extract directly (always detailed). |
Example input
{"searchTerms": ["linkedin", "weather"],"category": "Data","sortBy": "ByTrending","order": "DESC","maxResults": 50,"detailedInfo": false}
Pricing
This Actor uses pay-per-result pricing and is deliberately priced as a loss leader, among the cheapest options on Apify for marketplace data:
- Basic listing result: 0.0001 USD each.
- Detailed API result: 0.0001 USD each (includes an extra page fetch per API for billing plans, ratings, readme, and subscriber counts, at the same low rate).
You only pay for results actually returned. Set a run budget and the Actor stops cleanly when the budget is reached.
How to get started
- Add your search terms or listing URLs.
- Click Start. Results stream to the dataset as they are found.
- Export as JSON, CSV, or Excel, or pull them through the Apify API.
🔌 Use this API from Claude (MCP)
Add this Actor as a tool in Claude Code (free trial), Claude Cowork (free trial), or any other MCP client, via the hosted Apify MCP server. Use this Actor-specific URL:
https://mcp.apify.com/?tools=actors,docs,johnvc/rapidapi-marketplace-api
Setup walkthrough (Apify Console auto-embeds a YouTube URL placed on its own line):
Apify MCP integration docs: https://docs.apify.com/platform/integrations/mcp
💡 Example tasks
Ready-made, SEO-indexed use cases for this API. Each is a saved configuration you can run or duplicate:
- Find Free APIs on RapidAPI by Popularity
- Find Amazon APIs on RapidAPI by Popularity
- Compare Crypto APIs on RapidAPI Marketplace
- Find Email Verification APIs on RapidAPI
- Compare LinkedIn APIs on RapidAPI by Rating
- Find OCR APIs on RapidAPI by Rating
- Find Recipe APIs on RapidAPI by Popularity
- Find SMS APIs on RapidAPI by Popularity
- Find TikTok APIs on RapidAPI by Popularity
- Find RapidAPI Popular APIs by Popularity Score
- Find AI APIs on RapidAPI by Popularity
- Find Flight APIs on RapidAPI by Popularity
- Find Geocoding APIs on RapidAPI by Popularity
- Find Instagram APIs on RapidAPI by Rating
- Compare News APIs on RapidAPI by Popularity
- Find Real Estate APIs on RapidAPI by Pricing
- Find Sports APIs by Popularity and Pricing
- Find Stock Market APIs on RapidAPI by Popularity
- Find Web Scraping APIs on RapidAPI by Popularity
- Find Weather APIs on RapidAPI by Popularity
- Find Captcha APIs on RapidAPI
- Find Company Data APIs on RapidAPI
- Compare RapidAPI Currency Exchange APIs
- Find Domain APIs on RapidAPI
- Find Facebook APIs on RapidAPI by Price
- Find Hotel APIs on RapidAPI by Popularity
- Find Image APIs on RapidAPI Marketplace
- Find IP Geolocation APIs on RapidAPI
- Find Maps APIs on RapidAPI Marketplace
- Find Music APIs on RapidAPI Marketplace
- Find PDF APIs on RapidAPI by Price
- Find Proxy APIs on RapidAPI Marketplace
- Find Screenshot APIs on RapidAPI
- Find Sentiment Analysis APIs on RapidAPI
- Find Sports Odds APIs on RapidAPI
- Find Text to Speech APIs on RapidAPI
- Compare Twitter APIs on RapidAPI
- Find YouTube APIs on RapidAPI by Pricing
- Find Football APIs on RapidAPI
- Compare Movie APIs on RapidAPI Marketplace
Notes
- This Actor reads only public marketplace pages. It does not require or use a RapidAPI account.
- The marketplace caps a single search at 1000 results. Use multiple search terms to gather more.
- Be a good citizen: scrape responsibly and respect RapidAPI's terms.
Last Updated: 2026.07.01