# Create developer API catalogs from RapidAPI profiles

**Use case:** 

Turn RapidAPI profile URLs into API catalog rows with provider details, website links, documentation, and endpoint metadata.

## Input

```json
{
  "detailLevel": "profileAndEndpoints",
  "searchTerms": [
    "weather",
    "translation"
  ],
  "apiUrls": [
    "https://rapidapi.com/weatherapi/api/weatherapi-com"
  ],
  "sortBy": "ByRelevance",
  "order": "ASC",
  "maxResults": 1
}
```

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