# RapidAPI Scraper (`louisdeconinck/rapidapi-scraper`) Actor

Scrape detailed information about APIs from RapidAPI marketplace without the need for an account. Users can expect to receive comprehensive data about each API, including pricing, categories, and detailed descriptions.

- **URL**: https://apify.com/louisdeconinck/rapidapi-scraper.md
- **Developed by:** [Louis Deconinck](https://apify.com/louisdeconinck) (community)
- **Categories:** Developer tools, Automation, Other
- **Stats:** 51 total users, 1 monthly users, 100.0% runs succeeded, 4 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

Scrape detailed information about APIs from RapidAPI marketplace without the need for an account. Users can expect to receive comprehensive data about each API, including pricing, categories, and detailed descriptions.

### 🎯 Use Cases

- **API Discovery:** Find APIs matching specific search terms or categories
- **Market Research:** Analyze API pricing models and distributions
- **Competitive Intelligence:** Track popular APIs in your industry
- **Developer Resources:** Build a database of available APIs for your projects
- **Trend Analysis:** Monitor trending APIs and categories

### ✨ Features

- **Complete API Data:** Captures all essential API information including:
  - Name and title
  - Detailed descriptions
  - Pricing models
  - Categories and tags
  - User/publisher information
  - Popularity metrics and scores
- **Flexible Search Methods:**
  - Search by multiple keywords or search terms
  - Extract data directly from specific RapidAPI URLs
  - Combine both search and direct URL extraction in a single run
- **Sorting Options:** Sort results by relevance, trending, alphabet, or last updated
- **Configurable Results:** Control the maximum number of results to retrieve per search term
- **Basic or Detailed:** Option to fetch just basic listings or detailed API information

### 📤 Output

The scraper provides detailed information for each API:

- `id`: Unique API identifier
- `name`: API name
- `title`: API title
- `description`: Detailed API description
- `slugifiedName`: URL-friendly API name
- `pricing`: Pricing model (FREE, FREEMIUM, etc.)
- `updatedAt`: Last update timestamp
- `categoryName`: Primary category
- `visibility`: API visibility status
- `score`: Performance metrics including popularity, latency, and success rate
- `version`: Version information including tags
- `user`: Publisher information
- `url`: Direct link to the API page
- many more fields when fetching detailed information

**Example Basic Output:**
```json
{
	"id": "api_29fa6e54-78e0-47c5-83d1-5e83f81b6a91",
	"thumbnail": "https://rapidapi-prod-apis.s3.amazonaws.com/9006b8ee-7041-4a31-b203-08b38e1567f6.jpg",
	"name": "Real-Time LinkedIn Scraper API",
	"description": "A reliable API to search & scrape LinkedIn jobs, profiles (all profile details, open to work status, skills, work experience, education, course, given & received recommendation), last activity date, and companies. %100 live data, no dead data!\n\n**For any questions or requests, please feel free to leave a message in the Discussions or PM channels.**\n\n**Please contact us if you need a custom package**\n\nfor cheap packages, you can take a look https://rapidapi.com/rockapis-rockapis-default/api/li...",
	"slugifiedName": "linkedin-data-api",
	"pricing": "PAID",
	"updatedAt": "2025-03-16T23:08:32.882Z",
	"categoryName": "Data",
	"isSavedApi": false,
	"title": "Real-Time LinkedIn Scraper API",
	"visibility": "PUBLIC",
	"category": "Data",
	"apiCategory": {
		"name": "Data",
		"color": "rgba(245,243,255,1)"
	},
	"score": {
		"popularityScore": 9.9,
		"avgLatency": 1620,
		"avgServiceLevel": 100,
		"avgSuccessRate": 100
	},
	"version": {
		"tags": []
	},
	"user": {
		"id": 8184384,
		"username": "rockapis-rockapis-default",
		"slugifiedName": "rockapis-rockapis-default",
		"name": "RockApis-Default",
		"type": "Team",
		"parents": [
			{
				"id": "8184383",
				"name": "RockApis",
				"slugifiedName": "rockapis",
				"type": "Organization",
				"thumbnail": "https://rapidapi-prod-collections.s3.amazonaws.com/org/ecf6f71c-f902-4d98-b23d-e24e362b0995.jpg"
			}
		]
	},
	"url": "https://rapidapi.com/rockapis-rockapis-default/api/linkedin-data-api",
	"searchTerm": "linkedin"
}
````

**Example Detailed Output:**

```json
{
	"__typename": "Api",
	"id": "api_5a943a96-423b-48b2-8f4c-b1652abb360c",
	"name": "Facebook Scraper",
	"title": "Facebook Scraper",
	"description": "Search facebook content with additional filters, read page details and more.",
	"visibility": "PUBLIC",
	"slugifiedName": "facebook-scraper3",
	"pricing": "FREEMIUM",
	"updatedAt": "1742980956293",
	"category": "Social",
	"thumbnail": "https://rapidapi-prod-apis.s3.amazonaws.com/ba09ea6a-fb07-4afb-b93f-69d06784fa1d.png",
	"isSavedApi": false,
	"categoryId": "category_4ec34b8b-b1c3-4e76-80e5-2e708fa595cd",
	"apiCategory": {
		"name": "Social",
		"color": "rgba(232,238,254,1)"
	},
	"owner": {
		"__typename": "Entity",
		"id": "8973204",
		"name": "krasnoludkolo",
		"slugifiedName": "krasnoludkolo",
		"type": "User",
		"thumbnail": null,
		"parents": [],
		"username": null
	},
	"score": {
		"avgServiceLevel": 100,
		"avgLatency": 5293,
		"avgSuccessRate": 99,
		"popularityScore": 9.9
	},
	"version": {
		"id": "apiversion_13a24a77-7131-45f6-901f-174b14703550",
		"apiSubType": "rest",
		"tags": []
	},
	"createdAt": "1721305606022",
	"status": "ACTIVE",
	"longDescription": "By using this api you can serch facebook content, read page details and more.",
	"apiType": "http",
	"allowedContext": [],
	"isCtxSubscriber": false,
	"quality": {
		"score": null
	},
	"versions": [
		{
			"id": "apiversion_13a24a77-7131-45f6-901f-174b14703550",
			"name": "v1",
			"current": true,
			"createdAt": "2024-07-18T12:26:46.108Z",
			"versionStatus": "active"
		}
	],
	"billingPlans": [
		{
			"id": "billingplan_c3b9e809-fb03-4e21-8c50-8c1291c7145e",
			"name": "CUSTOM-mrdevashish1999-300k",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 10289248
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_e45e5ff5-0c33-4c81-9efe-335bbc265d71",
				"name": "14a5fdda-bd1b-4886-bf6e-35001407c3df",
				"period": "MONTHLY",
				"option": null,
				"price": 500,
				"current": true,
				"billingPlanId": "billingplan_c3b9e809-fb03-4e21-8c50-8c1291c7145e",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_1512f2cc-c65c-42de-af6a-e8069dc9e913",
						"period": "MONTHLY",
						"amount": 300000,
						"unlimited": false,
						"overageprice": 0.0025,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": null
			}
		},
		{
			"id": "billingplan_86c08df4-e3cf-4cb3-a8cd-5b5542a84e3b",
			"name": "CUSTOM-Sushant-200k",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 5323296
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_b66e02fc-abac-460d-ab6c-ade85981d691",
				"name": "618cb3bd-35f4-4515-b22a-869dcab90545",
				"period": "MONTHLY",
				"option": null,
				"price": 310,
				"current": true,
				"billingPlanId": "billingplan_86c08df4-e3cf-4cb3-a8cd-5b5542a84e3b",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_c60cf293-c135-4e76-88a3-346737234062",
						"period": "MONTHLY",
						"amount": 200000,
						"unlimited": false,
						"overageprice": 0.0015,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": null
			}
		},
		{
			"id": "billingplan_9d98b6fc-c5e3-4c53-9b52-9b8483122556",
			"name": "CUSTOM-erie-150k",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 9405534
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_67acd85a-fd10-4118-940e-241deeb02ac3",
				"name": "26bd4986-12df-4fba-886c-e6a731382dfe",
				"period": "MONTHLY",
				"option": null,
				"price": 199,
				"current": true,
				"billingPlanId": "billingplan_9d98b6fc-c5e3-4c53-9b52-9b8483122556",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_2d1c9c68-6710-4cc5-8b91-cb7024dfa4cb",
						"period": "MONTHLY",
						"amount": 150000,
						"unlimited": false,
						"overageprice": 0.0015,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": null
			}
		},
		{
			"id": "billingplan_46a5fd09-b715-4f7c-be65-865c933a6582",
			"name": "CUSTOM-Kaidano-4k",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 10164879
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_41ff4300-da85-499a-b6f5-13bd52f93971",
				"name": "15c75606-3fb6-4ecd-8e53-c7dd79bb5d21",
				"period": "MONTHLY",
				"option": null,
				"price": 14.99,
				"current": true,
				"billingPlanId": "billingplan_46a5fd09-b715-4f7c-be65-865c933a6582",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_b2b4e895-03de-4025-a271-a2e8b24908a3",
						"period": "MONTHLY",
						"amount": 4000,
						"unlimited": false,
						"overageprice": 0.005,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": null
			}
		},
		{
			"id": "billingplan_2c183735-3b1f-4d84-a6ae-29c0b4472908",
			"name": "CUSTOM-candidate_live-500k",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 9451117
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_4b630a1b-1d71-4833-a4cd-0736743f16c6",
				"name": "d76d7b81-8eb0-40e1-a74b-2a716a207e70",
				"period": "MONTHLY",
				"option": null,
				"price": 799,
				"current": true,
				"billingPlanId": "billingplan_2c183735-3b1f-4d84-a6ae-29c0b4472908",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_a67a9a13-02ee-43eb-9277-26b587979534",
						"period": "MONTHLY",
						"amount": 500000,
						"unlimited": false,
						"overageprice": 0.002,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": null
			}
		},
		{
			"id": "billingplan_7b0e8a02-de3c-4ee5-a351-73150e89df5a",
			"name": "CUSTOM-FOLIAS",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 9943220
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_50faaff7-e768-467e-aad1-545ab2611f07",
				"name": "e8becffa-857a-4a1d-a883-aad70a52071f",
				"period": "MONTHLY",
				"option": null,
				"price": 130,
				"current": true,
				"billingPlanId": "billingplan_7b0e8a02-de3c-4ee5-a351-73150e89df5a",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_4c4fcb3c-a603-4b08-9c08-dad0b4175948",
						"period": "MONTHLY",
						"amount": 100000,
						"unlimited": false,
						"overageprice": 0.0013,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": null
			}
		},
		{
			"id": "billingplan_af31c0f7-6233-4224-8542-36e8e674860e",
			"name": "CUSTOM-testing",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 9943220
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_5a10b389-86a3-4cf9-8279-2b63d170d86b",
				"name": "311c9c3b-7cb9-47cb-b00d-59adca3b4f2e",
				"period": "MONTHLY",
				"option": null,
				"price": 0,
				"current": true,
				"billingPlanId": "billingplan_af31c0f7-6233-4224-8542-36e8e674860e",
				"pricing": "FREE",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_4ac5cceb-26db-480f-b0aa-8f177fae245f",
						"period": "MONTHLY",
						"amount": 10000,
						"unlimited": false,
						"overageprice": 0,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "hard"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": false,
					"unit": 60,
					"unitName": "minute",
					"amount": 250
				}
			}
		},
		{
			"id": "billingplan_77eec5dc-ef53-40df-a6cc-77e36df6d629",
			"name": "CUSTOM-300k",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 9734936
				},
				{
					"userId": 10289248
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_be443d6b-267a-4328-a4fb-431474160ba9",
				"name": "e851fb0c-01f7-4ac3-9c89-94ddb2807313",
				"period": "MONTHLY",
				"option": null,
				"price": 550,
				"current": true,
				"billingPlanId": "billingplan_77eec5dc-ef53-40df-a6cc-77e36df6d629",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_7a6a1046-d294-43be-8094-4d91d3600440",
						"period": "MONTHLY",
						"amount": 300000,
						"unlimited": false,
						"overageprice": 0.0025,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": true,
					"unit": 1,
					"unitName": "second",
					"amount": 20
				}
			}
		},
		{
			"id": "billingplan_dd3a9d24-7369-40fd-9262-09d88052bce8",
			"name": "CUSTOM-Kurukose-1M",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 6341913
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_b7421280-fd73-4f9c-9edf-6ae1ff109178",
				"name": "8744d7b5-a0df-4c4c-9401-4c0485d22699",
				"period": "MONTHLY",
				"option": null,
				"price": 1800,
				"current": true,
				"billingPlanId": "billingplan_dd3a9d24-7369-40fd-9262-09d88052bce8",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_f56c5df3-5ea8-4d01-99d0-34982d786625",
						"period": "MONTHLY",
						"amount": 1000000,
						"unlimited": false,
						"overageprice": 0.0025,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": null
			}
		},
		{
			"id": "billingplan_e0ee7a42-0adb-4701-96e3-4d92ed88f9b4",
			"name": "CUSTOM-topicworx-300k",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 9568188
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_bb7e611b-86d4-4443-9d29-d23d6fb035ae",
				"name": "102a9a6d-7ef1-45f0-8294-630dd428743c",
				"period": "MONTHLY",
				"option": null,
				"price": 550,
				"current": true,
				"billingPlanId": "billingplan_e0ee7a42-0adb-4701-96e3-4d92ed88f9b4",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_600d576b-5080-4ef2-9d51-5e575a303533",
						"period": "MONTHLY",
						"amount": 300000,
						"unlimited": false,
						"overageprice": 0.0025,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": true,
					"unit": 1,
					"unitName": "second",
					"amount": 20
				}
			}
		},
		{
			"id": "billingplan_2b42a89a-2f18-4e52-bf91-5c3ef56c2eef",
			"name": "CUSTOM-STORMY",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [
				{
					"userId": 9714785
				}
			],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_aa2d0ad4-56eb-4541-9465-6558b32685a5",
				"name": "42b082db-2dd4-428e-9747-ecbbc287d5f2",
				"period": "MONTHLY",
				"option": null,
				"price": 199,
				"current": true,
				"billingPlanId": "billingplan_2b42a89a-2f18-4e52-bf91-5c3ef56c2eef",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_05f1b24f-6e35-499a-9edb-57ae7c6f6468",
						"period": "MONTHLY",
						"amount": 100000,
						"unlimited": false,
						"overageprice": 0.0025,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": true,
					"unit": 1,
					"unitName": "second",
					"amount": 100
				}
			}
		},
		{
			"id": "billingplan_ef39d79c-db67-44a7-966e-698754f739ce",
			"name": "CUSTOM-TRIAL",
			"recommended": null,
			"visibility": "PRIVATE",
			"allowedPlanDevelopers": [],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_42996e14-d072-4f15-832f-172148ba5cdb",
				"name": "d7940899-6544-45f0-81c8-072ca6cb4a0a",
				"period": "MONTHLY",
				"option": null,
				"price": 0,
				"current": true,
				"billingPlanId": "billingplan_ef39d79c-db67-44a7-966e-698754f739ce",
				"pricing": "FREE",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_606a7a39-f62f-4057-b2f0-cb08173403b7",
						"period": "DAILY",
						"amount": 100,
						"unlimited": false,
						"overageprice": 0,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "hard"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": false,
					"unit": 60,
					"unitName": "minute",
					"amount": 250
				}
			}
		},
		{
			"id": "billingplan_8eca6e3b-f5d4-4272-8624-735422e04b3d",
			"name": "MEGA",
			"recommended": false,
			"visibility": "PUBLIC",
			"allowedPlanDevelopers": [],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_9cc09dd3-183e-471f-8158-6115d4b2e3c6",
				"name": "864033c5-e097-4708-a93e-5970eec58517",
				"period": "MONTHLY",
				"option": null,
				"price": 199,
				"current": true,
				"billingPlanId": "billingplan_8eca6e3b-f5d4-4272-8624-735422e04b3d",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_ff2140c0-eef8-49ea-abcb-7afe5461e4a1",
						"period": "MONTHLY",
						"amount": 100000,
						"unlimited": false,
						"overageprice": 0.003,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": true,
					"unit": 1,
					"unitName": "second",
					"amount": 20
				}
			}
		},
		{
			"id": "billingplan_1645352f-028a-4400-9493-6e9a0dee1fa0",
			"name": "ULTRA",
			"recommended": true,
			"visibility": "PUBLIC",
			"allowedPlanDevelopers": [],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_8977f735-2646-4cc4-a855-90dc52d6388b",
				"name": "7a0966b3-0827-4521-963d-8d527d6e96bb",
				"period": "MONTHLY",
				"option": null,
				"price": 59,
				"current": true,
				"billingPlanId": "billingplan_1645352f-028a-4400-9493-6e9a0dee1fa0",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_db2ce040-ebb4-4da5-9d07-d4eacb7d8d72",
						"period": "MONTHLY",
						"amount": 30000,
						"unlimited": false,
						"overageprice": 0.005,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": true,
					"unit": 1,
					"unitName": "second",
					"amount": 5
				}
			}
		},
		{
			"id": "billingplan_dab997f7-3de6-4f8d-88bb-207e34934373",
			"name": "PRO",
			"recommended": false,
			"visibility": "PUBLIC",
			"allowedPlanDevelopers": [],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_5daed0c6-0062-4221-a6ff-0ba224ac3dec",
				"name": "d8d87787-0df4-471f-a66d-1a093b4ece98",
				"period": "MONTHLY",
				"option": null,
				"price": 4.99,
				"current": true,
				"billingPlanId": "billingplan_dab997f7-3de6-4f8d-88bb-207e34934373",
				"pricing": "PAID",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_01d7f5ad-353a-4da5-8d45-d13496b1581d",
						"period": "MONTHLY",
						"amount": 1000,
						"unlimited": false,
						"overageprice": 0.01,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "soft"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": true,
					"unit": 1,
					"unitName": "second",
					"amount": 1
				}
			}
		},
		{
			"id": "billingplan_b5eaaf30-97c3-439d-8797-10439ad3ecf6",
			"name": "BASIC",
			"recommended": false,
			"visibility": "PUBLIC",
			"allowedPlanDevelopers": [],
			"shouldRequestApproval": false,
			"requestApprovalQuestion": "",
			"hidden": false,
			"legalDocumentId": "",
			"legalAccountId": "",
			"version": {
				"id": "billingplanversion_76ff94a3-03ec-485a-b92c-9e9394d39894",
				"name": "1f6232f3-7463-44bd-8051-f599238336d2",
				"period": "MONTHLY",
				"option": null,
				"price": 0,
				"current": true,
				"billingPlanId": "billingplan_b5eaaf30-97c3-439d-8797-10439ad3ecf6",
				"pricing": "FREE",
				"localePrice": {
					"price": null,
					"symbol": null
				},
				"billinglimits": [
					{
						"id": "billinglimit_e807d858-2bf3-4006-b508-18033dd3fdcd",
						"period": "MONTHLY",
						"amount": 100,
						"unlimited": false,
						"overageprice": 0,
						"overageLocalePrice": {
							"price": null,
							"symbol": null
						},
						"billingitem": {
							"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
							"name": "Requests",
							"title": null,
							"description": "A call to any endpoint is one request.",
							"type": "billingitem",
							"allEndpoints": true
						},
						"tiersDefinitions": null,
						"item": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
						"limitType": "hard"
					}
				],
				"enablebillingfeatures": [],
				"rateLimit": {
					"enabled": false,
					"unit": 60,
					"unitName": "minute",
					"amount": 250
				}
			}
		}
	],
	"billingItems": [
		{
			"id": "billingitem_226a63fc-6877-439c-a601-23d2e022dec5",
			"name": "Requests",
			"description": "A call to any endpoint is one request.",
			"type": "billingitem",
			"allEndpoints": true
		}
	],
	"billingFeatures": [],
	"rating": {
		"rating": 3.3,
		"votes": 35,
		"bestRating": 5
	},
	"activeUserRating": null,
	"documentation": {
		"readme": {
			"text": "# Facebook API\n\nNo need for fb account or proxy!\n\nBrowse Facebook resources like:\n- posts search - with dates filter!\n- pages search\n- place search\n- locations search\n- videos search\n- posts details and comments\n- pages details\n- pages posts - with dates filter!\n- pages events\n- groups details\n- groups posts\n- events details\n- profiles details\n\nCheck endpoints for full, up to date list\n\n# Custom Plans\nI'm offering custom plans. Send me your requirements via private message or text me on telegram: @danektech\n\n# Custom needs\nIf you have any custom needs (individual server, additional data etc.) text me on telegram: @danektech \n\n# Contact\nIf you have any particular needs or requests, feel free to contact. We will try to help!\n\nYou can text me on telegram: @danektech \n\n# Known issues\n- Small percent of requests is experiencing slow response time. We are aware about this issues. We are working on fixing this."
		}
	},
	"termsOfService": null,
	"subscriptionsCount": 2840,
	"websiteUrl": "https://datadwarfs.com/",
	"spotlights": [],
	"url": "https://rapidapi.com/krasnoludkolo/api/facebook-scraper3"
}
```

### 📥 Input

- `searchTerms`: Array of keywords to search for APIs (optional)
- `sortBy`: How to sort results (ByAlphabetical, ByRelevance, ByUpdatedAt, ByTrending)
- `order`: Sorting order (ASC or DESC)
- `category`: Filter by API category
- `maxResults`: Maximum number of results to return per search term (max 1,000)
- `detailedInfo`: Whether to fetch detailed information for each API
- `listingUrls`: Array of RapidAPI URLs to extract data from directly

Notes:

- Leave both searchTerms and listingUrls empty to get all results.
- Listing URLs will always return detailed info and will be charged as detailed results.
- Each search can only return a maximum of 1,000 results. if you want more results you'll have to use multiple search combinations.

**Example Input with Search:**

```json
{
    "searchTerm": "apple",
    "sortBy": "ByRelevance",
    "order": "ASC",
    "category": "Business",
    "maxResults": 100,
    "detailedInfo": true
}
```

**Example Input with Multiple Search Terms:**

```json
{
    "searchTerms": ["apple", "google", "microsoft"],
    "sortBy": "ByRelevance",
    "order": "ASC",
    "maxResults": 50,
    "detailedInfo": true
}
```

**Example Input with Direct URLs:**

```json
{
    "listingUrls": [
        "https://rapidapi.com/letscrape-6bRBa3QguO5/api/local-business-data/playground/apiendpoint_1e29f6c7-96fe-42c6-b179-ab04f92c9af4",
        "https://rapidapi.com/krasnoludkolo/api/facebook-scraper3",
        "https://rapidapi.com/collection/instagram-scraper-api"
    ],
    "detailedInfo": true
}
```

**Example Combined Input:**

```json
{
    "searchTerms": ["travel", "weather"],
    "listingUrls": [
        "https://rapidapi.com/letscrape-6bRBa3QguO5/api/local-business-data",
        "https://rapidapi.com/krasnoludkolo/api/facebook-scraper3"
    ],
    "maxResults": 20,
    "detailedInfo": true
}
```

### 🚀 Usage

To use this RapidAPI Scraper:

1. **Get started**: Click on the "Try for free" button to [make an Apify account](https://apify.com?fpr=7p4wu) and log in.
2. **Add input:** Enter your search parameters, API URLs, sort options, and other preferences.
3. **Run the actor:** Click on the "Start" button to begin scraping.
4. **Monitor execution:** The actor will fetch API information based on your criteria.
5. **Retrieve the output:** Download the results in JSON or CSV format, or use the API to integrate with your applications.

### 🔌 Integrations

**Make.com Integration:** Automate your API data collection by connecting this scraper to [Make](https://www.make.com/en/register?pc=louisdeconinck). Create workflows to:

- Send API data to Google Sheets
- Monitor new APIs in specific categories
- Analyze pricing models across APIs
- Track trending APIs over time

**Gmail Integration:** Use [Google Workspace](https://referworkspace.app.goo.gl/wUpc) to:

- Get email notifications about new APIs
- Send reports of API statistics
- Alert team members about relevant APIs in your field

### 🌟 Start for Free

Ready to start discovering APIs? [Try the Actor for free](https://apify.com?fpr=7p4wu) and get:

- Scalable and reliable data collection
- Regular updates to maintain compatibility
- Technical support when you need it
- Flexible output formats

### 🔍 More Scraping Solutions

Check out my other scrapers on [my Apify profile](https://apify.com/louisdeconinck?fpr=7p4wu) for:

- Social media platforms
- E-commerce websites
- Business directories
- And more!

### 🛠️ Custom Scraper Development

Need a custom RapidAPI scraping solution? I can help! Contact me for:

- Custom data fields
- Specific filtering requirements
- Integration with your systems
- Specialized reporting needs

# Actor input Schema

## `searchTerm` (type: `array`):

Search term to use for the RapidAPI listing.

## `sortBy` (type: `string`):

Sort by to use for the RapidAPI results.

## `order` (type: `string`):

Order to use for the RapidAPI listing.

## `category` (type: `string`):

Category to use for the RapidAPI listing.

## `maxResults` (type: `integer`):

Max results to use for the RapidAPI listing.

## `detailedInfo` (type: `boolean`):

Whether to scrape detailed info for each RapidAPI listing.

## `listingUrls` (type: `array`):

Listing URLs to scrape.

## Actor input object example

```json
{
  "sortBy": "ByRelevance",
  "order": "ASC",
  "maxResults": 1000,
  "detailedInfo": true
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxResults": 1000,
    "detailedInfo": true
};

// Run the Actor and wait for it to finish
const run = await client.actor("louisdeconinck/rapidapi-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxResults": 1000,
    "detailedInfo": True,
}

# Run the Actor and wait for it to finish
run = client.actor("louisdeconinck/rapidapi-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxResults": 1000,
  "detailedInfo": true
}' |
apify call louisdeconinck/rapidapi-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=louisdeconinck/rapidapi-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "RapidAPI Scraper",
        "description": "Scrape detailed information about APIs from RapidAPI marketplace without the need for an account. Users can expect to receive comprehensive data about each API, including pricing, categories, and detailed descriptions.",
        "version": "0.0",
        "x-build-id": "u7v4QHlELy6Ra5ixS"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/louisdeconinck~rapidapi-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-louisdeconinck-rapidapi-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/louisdeconinck~rapidapi-scraper/runs": {
            "post": {
                "operationId": "runs-sync-louisdeconinck-rapidapi-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/louisdeconinck~rapidapi-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-louisdeconinck-rapidapi-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchTerm": {
                        "title": "Search Term",
                        "type": "array",
                        "description": "Search term to use for the RapidAPI listing.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "ByAlphabetical",
                            "ByRelevance",
                            "ByUpdatedAt",
                            "ByTrending"
                        ],
                        "type": "string",
                        "description": "Sort by to use for the RapidAPI results.",
                        "default": "ByRelevance"
                    },
                    "order": {
                        "title": "Order",
                        "enum": [
                            "ASC",
                            "DESC"
                        ],
                        "type": "string",
                        "description": "Order to use for the RapidAPI listing.",
                        "default": "ASC"
                    },
                    "category": {
                        "title": "Category",
                        "enum": [
                            "Business",
                            "Other",
                            "Advertising",
                            "Data",
                            "Tools",
                            "Artificial Intelligence/Machine Learning",
                            "News, Media",
                            "Cybersecurity",
                            "Finance"
                        ],
                        "type": "string",
                        "description": "Category to use for the RapidAPI listing."
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "type": "integer",
                        "description": "Max results to use for the RapidAPI listing.",
                        "default": 1000
                    },
                    "detailedInfo": {
                        "title": "Detailed Info",
                        "type": "boolean",
                        "description": "Whether to scrape detailed info for each RapidAPI listing."
                    },
                    "listingUrls": {
                        "title": "Listing URLs",
                        "type": "array",
                        "description": "Listing URLs to scrape.",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
