RapidAPI Marketplace API avatar

RapidAPI Marketplace API

Pricing

from $0.10 / 1,000 api listings

Go to Apify Store
RapidAPI Marketplace API

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

John

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

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

FieldDescription
name / titleAPI name and display title
description / longDescriptionShort and full descriptions
pricingPricing model (FREE, FREEMIUM, PAID)
categoryPrimary marketplace category
popularityScoreRapidAPI popularity score (0-10)
avgLatencyAverage response latency in ms
avgServiceLevel / avgSuccessRateReliability metrics (%)
ratingScore / ratingVotesUser rating and vote count (detailed)
subscriptionsCountNumber of subscribers (detailed)
publisher / publisherUsernameWho publishes the API
billingPlansFull subscription plans with prices and quotas (detailed)
websiteUrlPublisher website (detailed)
readmeAPI documentation readme (detailed)
urlPublic 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

FieldTypeDescription
searchTermsarrayKeywords to search, one per line. Empty plus empty Listing URLs returns all APIs.
categorystringOptional single category filter (for example Data, Finance, Weather).
sortByselectRelevance, Trending, Last updated, or Alphabetical.
orderselectAscending or Descending.
maxResultsintegerMax results per search term (up to 1000).
detailedInfobooleanEnrich each result with full detail by fetching its API page.
listingUrlsarrayRapidAPI 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.0005 USD each (an extra page fetch per API for billing plans, ratings, readme, and subscriber counts).

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

  1. Add your search terms or listing URLs.
  2. Click Start. Results stream to the dataset as they are found.
  3. Export as JSON, CSV, or Excel, or pull them through the Apify API.

View on Apify Store

πŸ”Œ 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

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.06.28