# Research RapidAPI marketplace APIs

**Use case:** 

Search RapidAPI marketplace results by keyword and export API names, providers, categories, pricing labels, and quality metrics.

## Input

```json
{
  "detailLevel": "basic",
  "searchTerms": [
    "weather"
  ],
  "sortBy": "ByRelevance",
  "order": "ASC",
  "maxResults": 25
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "RapidAPI URL",
    "format": "string"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "pricing": {
    "label": "Pricing",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "apiType": {
    "label": "API type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RapidAPI Scraper](https://apify.com/maximedupre/rapidapi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/rapidapi-scraper) to learn more, explore other use cases, and run it yourself.