RapidAPI Scraper avatar

RapidAPI Scraper

Try for free

3 days trial then $10.00/month - No credit card required now

Go to Store
RapidAPI Scraper

RapidAPI Scraper

yourapiservice/rapidapi-scraper
Try for free

3 days trial then $10.00/month - No credit card required now

Scrape and download API listings by category and collection from RapidAPI. Extract API names, descriptions, and other metadata using category-specific search queries. Export scraped data, run the scraper via API, schedule and monitor runs, and integrate with other tools seamlessly.

You can access the RapidAPI Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "mqOdeRfIc8rEc18N1"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/yourapiservice~rapidapi-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-yourapiservice-rapidapi-scraper",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/yourapiservice~rapidapi-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-yourapiservice-rapidapi-scraper",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/yourapiservice~rapidapi-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-yourapiservice-rapidapi-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "properties": {
134          "includeCategories": {
135            "title": "Include Categories",
136            "type": "boolean",
137            "description": "Include collections in the search results",
138            "default": true
139          },
140          "categoryNames": {
141            "title": "Category Names",
142            "type": "array",
143            "description": "List of Names to scrape. If empty, all categories will be scraped. (NOTE: It will takes a long time!)",
144            "items": {
145              "type": "string",
146              "enum": [
147                "Sports",
148                "Artificial Intelligence/Machine Learning",
149                "Finance",
150                "Data",
151                "Entertainment",
152                "Travel",
153                "Location",
154                "Science",
155                "Food",
156                "Transportation",
157                "Music",
158                "Business",
159                "Visual Recognition",
160                "Tools",
161                "Text Analysis",
162                "Weather",
163                "Gaming",
164                "SMS",
165                "Events",
166                "Health and Fitness",
167                "Payments",
168                "Financial",
169                "Translation",
170                "Storage",
171                "Logistics",
172                "Database",
173                "Search",
174                "Reward",
175                "Mapping",
176                "Email",
177                "News, Media",
178                "Video, Images",
179                "eCommerce",
180                "Medical",
181                "Devices",
182                "Business Software",
183                "Advertising",
184                "Education",
185                "Media",
186                "Social",
187                "Commerce",
188                "Communication",
189                "Other",
190                "Monitoring",
191                "Energy",
192                "Jobs",
193                "Movies",
194                "Cryptography",
195                "Cybersecurity"
196              ],
197              "enumTitles": [
198                "Sports",
199                "Artificial Intelligence/Machine Learning",
200                "Finance",
201                "Data",
202                "Entertainment",
203                "Travel",
204                "Location",
205                "Science",
206                "Food",
207                "Transportation",
208                "Music",
209                "Business",
210                "Visual Recognition",
211                "Tools",
212                "Text Analysis",
213                "Weather",
214                "Gaming",
215                "SMS",
216                "Events",
217                "Health and Fitness",
218                "Payments",
219                "Financial",
220                "Translation",
221                "Storage",
222                "Logistics",
223                "Database",
224                "Search",
225                "Reward",
226                "Mapping",
227                "Email",
228                "News, Media",
229                "Video, Images",
230                "eCommerce",
231                "Medical",
232                "Devices",
233                "Business Software",
234                "Advertising",
235                "Education",
236                "Media",
237                "Social",
238                "Commerce",
239                "Communication",
240                "Other",
241                "Monitoring",
242                "Energy",
243                "Jobs",
244                "Movies",
245                "Cryptography",
246                "Cybersecurity"
247              ]
248            }
249          },
250          "sortBy": {
251            "title": "Sort By",
252            "enum": [
253              "ByAlphabetical",
254              "ByUpdatedAt",
255              "ByRelevance",
256              "ByTrending"
257            ],
258            "type": "string",
259            "description": "Sort by for the search results Default: Relevance",
260            "default": "ByRelevance"
261          },
262          "maxItemsPerCategory": {
263            "title": "Max Items per Category",
264            "minimum": 1,
265            "maximum": 1000,
266            "type": "integer",
267            "description": "Maximum number of items to scrape. Currently max 1000 items per category.",
268            "default": 100
269          },
270          "includeCollections": {
271            "title": "Include Collections",
272            "type": "boolean",
273            "description": "Include collections in the search results",
274            "default": false
275          },
276          "collectionNames": {
277            "title": "Collection Names",
278            "type": "array",
279            "description": "List of Names to scrape. If empty, all Collections will be scraped. (NOTE: It will takes a long time!)",
280            "items": {
281              "type": "string",
282              "enum": [
283                "recommended-apis",
284                "popular-apis",
285                "list-of-free-apis",
286                "ai-based-apis",
287                "taxes",
288                "baseball-api",
289                "translation-apis",
290                "movie-apis",
291                "top-weather-apis",
292                "stock-market-apis",
293                "flight-data-apis",
294                "free-sms-apis",
295                "city-data-api",
296                "proxy",
297                "hotels-apis",
298                "image-apis",
299                "transportation-apis",
300                "best-text-to-speech-apis",
301                "football-soccer-apis",
302                "grammar-spellcheck-api",
303                "top-infrastructure-apis",
304                "coronavirus-covid-19",
305                "paraphrasing",
306                "geocoding-location-apis",
307                "jokes",
308                "meme",
309                "sms-apis",
310                "cool-apis",
311                "top-graphql-apis",
312                "Nutrition",
313                "best-real-estate-apis",
314                "sports-odds-betting-apis",
315                "google-api",
316                "trending-news-apis",
317                "email-apis",
318                "car-api",
319                "brave-new-coin-api-collection",
320                "distance-api",
321                "zloadr-api-collection",
322                "shopping-products-apis",
323                "review-apis",
324                "india-apis",
325                "top-qr-code-api",
326                "amazon-apis",
327                "video-game-database-api",
328                "facebook-apis",
329                "chatbot-apis",
330                "instagram-apis",
331                "list-of-dictionary-apis",
332                "star-wars-api",
333                "lyrics-apis",
334                "twitter-apis",
335                "sports-data-api",
336                "database-apis",
337                "streaming-apis",
338                "logo-api",
339                "natural-language-processing-api",
340                "top-image-recognition-apis",
341                "best-text-analysis-apis",
342                "youtube-apis",
343                "united-kingdom-apis",
344                "essential-ecommerce-apis",
345                "finance-apis",
346                "recommended-apis-for-you",
347                "company-information-apis",
348                "food-apis",
349                "social-media-apis",
350                "music-apis",
351                "health-fitness-apis",
352                "best-sports-apis",
353                "best-bitcoin-apis",
354                "webcam-apis",
355                "quote-generator-apis",
356                "netflix-api-alternatives",
357                "venmo-api-alternatives",
358                "top-scraper-api-tools",
359                "domain-name-availability-apis",
360                "alternatives-to-google-maps-api",
361                "whitepages-api-alternatives",
362                "google-translate-api-alternatives",
363                "espn-api-alternative",
364                "reverse-geocoding-apis",
365                "ridesharing-apps-api",
366                "job-search-apis",
367                "list-of-useful-apis",
368                "docusign-api-alternatives",
369                "top-security-apis",
370                "snapchat-alternative-apis",
371                "coinmarketcap-api-alternatives",
372                "best-speech-to-text-apis",
373                "top-camera-apis",
374                "alibaba-group-apis",
375                "top-geofencing-boundaries-apis",
376                "top-rental-apis",
377                "color-apis",
378                "top-taobao-apis",
379                "top-womens-sports-apis",
380                "dark-sky-api-alternatives",
381                "zillow-api-alternatives",
382                "yummly-api-alternatives",
383                "best-temporary-email-apis",
384                "gas-petrol-apis",
385                "wordpress-apis",
386                "wind-apis",
387                "license-plate-recognition-apis",
388                "exif-apis",
389                "top-otp-apis",
390                "top-css-apis",
391                "top-investments-apis",
392                "best-serp-apis",
393                "profanity-filter-apis",
394                "emoji-apis",
395                "top-bing-apis",
396                "storage-apis",
397                "top-music-video-apis",
398                "web-audio-apis",
399                "windows-apis",
400                "graphics-apis",
401                "fhir-apis",
402                "file-apis",
403                "bitmoji-apis",
404                "object-detection-apis",
405                "exposure-notification-apis",
406                "traffic-apis",
407                "modding-apis",
408                "magento-apis",
409                "date-apis",
410                "notification-apis",
411                "form-apis",
412                "backend-apis",
413                "browser-apis",
414                "push-apis",
415                "cms-apis",
416                "craftstudio-apis",
417                "google-chrome-web-speech-apis",
418                "vulkan-apis",
419                "fabric-apis",
420                "dignity-health-apis",
421                "roll20-apis",
422                "spigot-apis",
423                "tensorflow-object-detection-apis",
424                "google-font-apis",
425                "minecraft-apis",
426                "kaggle-apis",
427                "pubmed-apis",
428                "nicehash-apis",
429                "facebook-graph-apis",
430                "google-maps-apis",
431                "solidworks-apis",
432                "javamail-apis",
433                "coinigy-apis",
434                "thinkorswim-apis",
435                "nextdoor-apis",
436                "skuvault-apis",
437                "st-patricks-day-apis",
438                "nadex-apis",
439                "blockfolio-apis",
440                "lastpass-apis",
441                "powerschool-apis",
442                "interactive-brokers-apis",
443                "bithumb-apis",
444                "bossland-apis",
445                "github-jobs-apis",
446                "etherdelta-apis",
447                "shopify-apis",
448                "quickbooks-apis",
449                "hashtag-apis",
450                "overpass-apis",
451                "finviz-apis",
452                "ziprecruiter-apis",
453                "tcgplayer-apis",
454                "stamps-apis",
455                "offerup-apis",
456                "tastyworks-apis",
457                "mailgun-apis",
458                "dc-comics-apis",
459                "flightradar24-apis",
460                "hypixel-apis",
461                "bungeecord-apis",
462                "google-autocomplete-apis",
463                "zoho-apis",
464                "worldedit-apis",
465                "android-barcode-scanner-apis",
466                "worldguard-apis",
467                "autotrader-apis",
468                "aliexpress-apis",
469                "hotmail-apis",
470                "gaming-apis",
471                "medical-apis",
472                "top-tennis-apis",
473                "rotten-tomatoes-apis",
474                "google-trends-apis",
475                "manga-apis",
476                "trulia-apis",
477                "random-avatars-apis",
478                "groupon-apis",
479                "anime-apis",
480                "notion-apis",
481                "image-gif-apis",
482                "resy-apis",
483                "medium-apis",
484                "clothing-apis",
485                "fake-name-generator-apis",
486                "podcast-apis",
487                "google-search-apis",
488                "whois-apis",
489                "google-calendar-apis",
490                "best-barcode-upc-lookup-apis",
491                "yahoo-apis",
492                "indeed-apis",
493                "forex-apis",
494                "image-generator-apis",
495                "earthquake-apis",
496                "vrchat-sdk-apis",
497                "spotify-apis",
498                "robinhood-apis",
499                "coinbase-apis",
500                "binance-apis",
501                "microsoft-outlook-calendar-apis",
502                "td-ameritrade-apis",
503                "stocktwits-apis",
504                "twitch-apis",
505                "valorant-apis",
506                "gpt-3-apis",
507                "adp-workforce-now-apis",
508                "skyblock-apis",
509                "serp-tracking-apis",
510                "alpaca-apis",
511                "moz-apis",
512                "rank-tracker-apis",
513                "steam-apis",
514                "zoom-apis",
515                "smartthings-apis",
516                "target-apis",
517                "dhl-ecommerce-apis",
518                "google-classroom-apis",
519                "random-apis",
520                "redbus-apis",
521                "minecraft-server-apis",
522                "microsoft-teams-apis",
523                "discord-apis",
524                "crypto-news-apis",
525                "handshake-apis",
526                "home-depot-apis",
527                "world-population-apis",
528                "weatherbug-apis",
529                "random-user-apis",
530                "ladbrokes-apis",
531                "edmunds-apis",
532                "crunchyroll-apis",
533                "cargurus-apis",
534                "truecar-apis",
535                "webull-apis",
536                "google-position-checker-apis",
537                "shodan-apis",
538                "sofi-apis",
539                "ms-graph-apis",
540                "grubhub-apis",
541                "doordash-apis",
542                "postmates-apis",
543                "shazam-apis",
544                "soundcloud-apis",
545                "uber-apis",
546                "lastfm-apis",
547                "signal-apis",
548                "nba-apis",
549                "bing-news-apis",
550                "ecosia-apis",
551                "duckduckgo-apis",
552                "restaurant-apis",
553                "zomato-apis",
554                "bank-apis",
555                "skyscanner-alternative-apis",
556                "mortgage-apis",
557                "reddit-apis",
558                "alpha-vantage-apis",
559                "apple-apis",
560                "lyft-apis",
561                "subsmax-apis",
562                "dogecoin-price-apis",
563                "world-trading-data-apis",
564                "coindesk-apis",
565                "redfin-apis",
566                "bet365-apis",
567                "animal-crossing-apis",
568                "coinbase-pro-apis",
569                "etrade-apis",
570                "travel-apis",
571                "ebay-apis",
572                "bitcoin-apis",
573                "airbnb-apis",
574                "uber-eats-apis",
575                "text-to-image-apis",
576                "kraken-apis",
577                "purple-air-apis",
578                "image-hosting-apis",
579                "pinterest-apis",
580                "digital-ocean-apis",
581                "rapidapi-school",
582                "free-apis-no-credit-card-required",
583                "omni-channel-notifications-apis",
584                "dating-apis",
585                "etsy-apis",
586                "aviation-weather-center-apis",
587                "typeform-apis",
588                "google-suggest-apis",
589                "plaid-apis",
590                "clash-royale-apis",
591                "vrbo-apis",
592                "captcha-apis",
593                "coinmarketcap-apis",
594                "hulu-apis",
595                "google-flights-apis",
596                "mashape-apis",
597                "nba-stat-apis",
598                "cloud-apis",
599                "fortnite-apis",
600                "statistic-apis",
601                "coupon-apis",
602                "yelp-apis",
603                "hbo-max-apis",
604                "agora-apis",
605                "clubhouse-apis",
606                "random-facts-apis",
607                "riot-apis",
608                "shoppee-apis",
609                "myanimelist-apis",
610                "coincap-apis",
611                "huobi-apis",
612                "wufoo-apis",
613                "atlas-apis",
614                "flickr-apis",
615                "hootsuite-apis",
616                "distance-matrix-apis",
617                "forismatic-apis",
618                "sponge-apis",
619                "cloud-speech-apis",
620                "open-street-apis",
621                "hipchat-apis",
622                "slack-apis",
623                "animation-apis",
624                "apple-map-api",
625                "napster-api",
626                "amazon-affiliate-api",
627                "gitlab-api",
628                "soap-api",
629                "telegram-api",
630                "sample-api",
631                "asana-api",
632                "track-api",
633                "namecheap-api",
634                "sonos-api",
635                "gmail-api",
636                "dropbox-api",
637                "braintree-api",
638                "sheets-api",
639                "stack-overflow-api",
640                "google-localization-api",
641                "background-check-api",
642                "quandl-api",
643                "tumblr-api",
644                "google-fit-api",
645                "bitmex-api",
646                "nytimes-api",
647                "fedex-api",
648                "dog-api",
649                "cpanel-api",
650                "stubhub-api",
651                "eventbrite-api",
652                "visa-api",
653                "eloqua-api",
654                "semrush-api",
655                "tvdb-api",
656                "infusionsoft-api",
657                "mapquest-api",
658                "vimeo-api",
659                "messenger-api",
660                "square-api",
661                "starcraft-2-api",
662                "mailchimp-api",
663                "pixabay-api",
664                "dwolla-api",
665                "unsplash-api",
666                "bandcamp-api",
667                "wix-api",
668                "face-api",
669                "itunes-api",
670                "etherscan-api",
671                "easypost-api",
672                "intercom-api",
673                "strava-api",
674                "123movies-api",
675                "plant-api",
676                "census-api",
677                "woocommerce-api",
678                "matlab-api",
679                "fitbit-api",
680                "scanner-api",
681                "voice-api",
682                "salesforce-api",
683                "ups-tracking-api",
684                "highcharts-api",
685                "chrome-api",
686                "payment-request-api",
687                "computer-api",
688                "segment-api",
689                "zendesk-api",
690                "metal-api",
691                "vision-api",
692                "fax-api",
693                "calendar-api",
694                "smartsheet-api",
695                "html-api",
696                "sftp-api"
697              ],
698              "enumTitles": [
699                "Recommended APIs",
700                "Popular APIs",
701                "Free Public APIs for Developers",
702                "Top AI Based APIs",
703                "Tax APIs",
704                "Top Baseball APIs",
705                "Top Translation APIs",
706                "Top Movie APIs",
707                "Top Weather APIs",
708                "Best Stock Market and Brokerage APIs",
709                "Flight Data APIs",
710                "Free SMS APIs",
711                "City Data APIs",
712                "Top Proxy APIs",
713                "Top Hotel APIs",
714                "Top Image Search and Image Recognition APIs",
715                "Top Transportation APIs",
716                "Best Text to Speech APIs",
717                "Top Football (Soccer) APIs",
718                "Best Grammar and Spell Check APIs",
719                "Indispensable Infrastructure APIs",
720                "Coronavirus COVID-19 APIs",
721                "Top Paraphrasing APIs",
722                "Top Geocoding and Location APIs",
723                "Top Jokes APIs",
724                "Top Meme APIs",
725                "SMS APIs",
726                "Unique APIs to Try",
727                "Top GraphQL APIs",
728                "Top Nutrition APIs",
729                "Top Real Estate APIs (MLS)",
730                "Sports Odds and Sports Betting APIs",
731                "List of Google APIs",
732                "Top Trending News and Publication APIs",
733                "Best Email APIs",
734                "Top Car APIs",
735                "Brave New Coin API Collection",
736                "Distance Calculator APIs",
737                "Zloadr API Collection",
738                "List of Shopping APIs",
739                "Reviews APIs",
740                "Most Popular APIs (India)",
741                "Top QR Code APIs",
742                "Amazon APIs",
743                "Video Gaming and Game Database APIs",
744                "Social Media APIs",
745                "Chatbot APIs",
746                "Even More Social Media APIs",
747                "List of Dictionary APIs",
748                "Star Wars APIs",
749                "Song Lyrics APIs",
750                "Top Twitter and Twitter-related APIs",
751                "Sports Data APIs for Developers",
752                "Database APIs",
753                "Streaming APIs",
754                "Logo APIs",
755                "NLP (Natural Language Processing) APIs",
756                "Top Image Processing and Facial Recognition APIs",
757                "Top Text Analysis APIs",
758                "Youtube APIs",
759                "APIs popular with UK Developers",
760                "Top Essential eCommerce APIs",
761                "Finance APIs",
762                "Suggested APIs from Developers like you",
763                "Company Information APIs",
764                "Food APIs",
765                "Top Social Media APIs",
766                "Best Music and Audio APIs",
767                "Top Health and Fitness APIs",
768                "Best Sports APIs",
769                "Top Cryptocurrency APIs",
770                "Webcam APIs",
771                "Quote Generator APIs",
772                "Netflix API Alternatives",
773                "Venmo API Alternatives",
774                "Top Web Scraping APIs",
775                "Top Domain Name APIs",
776                "Top Alternatives to the Google Maps APIs",
777                "Whitepages API Alternatives",
778                "Google Translate APIs and Alternatives",
779                "ESPN API Alternative",
780                "Top Reverse Geocoding APIs",
781                "Top APIs to Build Ridesharing Apps",
782                "Top Jobs and Job Search APIs",
783                "List of Useful APIs",
784                "DocuSign API and Alternative APIs",
785                "Top Security APIs",
786                "Snapchat Alternative APIs",
787                "CoinMarketCap Alternative APIs",
788                "Best Speech to Text (Voice Recognition) APIs",
789                "Best eSignature APIs",
790                "Best Notes APIs",
791                "Best Beginner APIs",
792                "Best Books APIs",
793                "Best Bible and Religious APIs",
794                "Trivia APIs",
795                "Stock Photo and Stock Images APIs",
796                "Top TV APIs",
797                "Excel APIs",
798                "Top Cricket APIs",
799                "Google Play and iOS App Store APIs",
800                "Nudity Detection Image Moderation APIs",
801                "Top Betting and Gambling APIs",
802                "APIs: How to Get Amazon Product Details and Reviews with APIs",
803                "News Article Extraction APIs",
804                "Best APIs for Hackathons, Useful APIs",
805                "APIs: How to Extract Addresses, Phone Numbers, and Email Addresses using APIs",
806                "Top Cannabis and Drugs APIs",
807                "Top Air Quality APIs",
808                "Alcohol and Brewery APIs",
809                "Top Geo IP APIs (to Get Location Data)",
810                "Top Torrent APIs",
811                "Top Adult APIs",
812                "Top Free APIs for Mobile App Development",
813                "Top Email Validation and Verification APIs",
814                "Top Picks for Best SEO APIs",
815                "Metacritic API and Alternatives",
816                "Top Currency Converter and Exchange APIs",
817                "Top URL Shortener APIs",
818                "Top HTML to PDF APIs",
819                "Best Address Lookup and Validation APIs",
820                "Best Screenshot APIs",
821                "Product Info APIs",
822                "Easy and Simple APIs",
823                "Python APIs",
824                "Alternatives to the Yahoo Music APIs",
825                "Country Data APIs",
826                "Top Weather APIs for Android",
827                "Open Source APIs",
828                "Top Historical Data APIs",
829                "Best March Madness APIs",
830                "Top Sports Scores APIs",
831                "APIs for Product Managers",
832                "Charity and Charitable Donations APIs",
833                "APIs for Amazon Products, Prices, and Reviews",
834                "Top Barcode APIs",
835                "Holiday and Bank Holiday APIs",
836                "JavaScript APIs",
837                "Spam APIs",
838                "Top Web Search and Search Engine APIs",
839                "Top Grocery Store APIs",
840                "Zip Code APIs",
841                "Crime APIs",
842                "Airport APIs",
843                "GPX APIs",
844                "Text Generator APIs",
845                "Popular Non-English APIs",
846                "Top Subtitle APIs",
847                "Top BIN and IIN APIs",
848                "Top WhatsApp APIs",
849                "Recommended for New RapidAPI Users",
850                "Top Historical Weather APIs",
851                "Top MMS APIs",
852                "Top Gender APIs",
853                "Top Fintech APIs",
854                "Top Phone Verification APIs",
855                "Best DNS APIs",
856                "Top Postcode Lookup APIs",
857                "Best Free APIs 2021",
858                "Trending APIs on RapidAPI",
859                "Top Image Editing APIs",
860                "Google QPX Express API Alternatives",
861                "Best Video APIs",
862                "Top SMS APIs for Android",
863                "Top Sentiment Analysis APIs",
864                "Top Invoice APIs",
865                "Featured APIs on RapidAPI",
866                "Best Basketball APIs",
867                "Yahoo Weather API and Alternatives",
868                "Media Converter APIs",
869                "Yahoo Finance API Alternatives",
870                "Top NCAA Sports APIs",
871                "Top NHL Hockey APIs",
872                "Top Retail APIs",
873                "Name Matching APIs",
874                "Top Directions APIs",
875                "Top Satellite APIs",
876                "Top Super Bowl APIs",
877                "OCR Software APIs",
878                "Image to Text APIs",
879                "Animal and Animal Database APIs",
880                "Celebrity APIs",
881                "Fashion APIs",
882                "Alternatives to the Expedia APIs",
883                "Temperature APIs",
884                "List of Microsoft APIs",
885                "Favicon APIs",
886                "Chinese APIs",
887                "Astrology Horoscope APIs",
888                "Google Play APIs",
889                "Top Art APIs",
890                "Top Thesaurus APIs",
891                "Top Banking and Finance APIs",
892                "Top Healthcare APIs",
893                "Top Real-Time APIs",
894                "Top Fantasy Sports APIs",
895                "Top Camera APIs",
896                "Alibaba Group APIs",
897                "Top Geofencing & Boundaries APIs",
898                "Top Rental APIs",
899                "Color APIs",
900                "Top Taobao APIs",
901                "Top Women’s Sports APIs",
902                "Dark Sky API Alternatives",
903                "Zillow API Alternatives",
904                "Yummly API Alternatives",
905                "Best Temporary Email APIs",
906                "Gas & Petrol APIs",
907                "WordPress APIs",
908                "Wind APIs",
909                "License Plate Recognition APIs",
910                "Exif APIs",
911                "Top OTP (One Time Password) APIs",
912                "Top CSS APIs",
913                "Top Investments APIs",
914                "Best SERP APIs",
915                "Profanity Filter APIs",
916                "Emoji APIs",
917                "Top Bing APIs",
918                "Storage APIs",
919                "Top Music Video APIs",
920                "Web Audio APIs",
921                "Windows APIs",
922                "Graphics APIs",
923                "FHIR APIs",
924                "File APIs",
925                "Bitmoji APIs",
926                "Object Detection APIs",
927                "Exposure Notification APIs",
928                "Traffic APIs",
929                "Modding APIs",
930                "Magento APIs",
931                "Date APIs",
932                "Notification APIs",
933                "Form APIs",
934                "Backend APIs",
935                "Browser APIs",
936                "Push APIs",
937                "CMS APIs",
938                "CraftStudio APIs",
939                "Google Chrome Web Speech APIs",
940                "Vulkan APIs",
941                "Fabric APIs",
942                "Dignity Health APIs",
943                "Roll20 APIs",
944                "Spigot APIs",
945                "TensorFlow Object Detection APIs",
946                "Google Font APIs",
947                "Minecraft APIs",
948                "Kaggle APIs",
949                "PubMed APIs",
950                "NiceHash APIs",
951                "Facebook Graph APIs",
952                "Google Maps APIs",
953                "SolidWorks APIs",
954                "JavaMail APIs",
955                "Coinigy APIs",
956                "Thinkorswim APIs",
957                "Nextdoor APIs",
958                "SkuVault APIs",
959                "St Patrick’s Day APIs",
960                "Nadex APIs",
961                "Blockfolio APIs",
962                "LastPass APIs",
963                "PowerSchool APIs",
964                "Interactive Brokers APIs",
965                "Bithumb APIs",
966                "Bossland APIs",
967                "GitHub Jobs APIs",
968                "EtherDelta APIs",
969                "Shopify APIs",
970                "QuickBooks APIs",
971                "Hashtag APIs",
972                "Overpass APIs",
973                "Finviz APIs",
974                "ZipRecruiter APIs",
975                "TCGplayer APIs",
976                "Stamps APIs",
977                "Offerup APIs",
978                "Tastyworks APIs",
979                "Mailgun APIs",
980                "DC Comics APIs",
981                "Flightradar24 APIs",
982                "Hypixel APIs",
983                "BungeeCord APIs",
984                "Google Autocomplete APIs",
985                "Zoho APIs",
986                "WorldEdit APIs",
987                "Android Barcode Scanner APIs",
988                "WorldGuard APIs",
989                "Autotrader APIs",
990                "Aliexpress APIs",
991                "Hotmail APIs",
992                "Gaming APIs",
993                "Medical APIs",
994                "Top Tennis APIs",
995                "Rotten Tomatoes APIs",
996                "Google Trends APIs",
997                "Manga APIs",
998                "Trulia APIs",
999                "Random Avatars APIs",
1000                "Groupon APIs",
1001                "Anime APIs",
1002                "Notion APIs",
1003                "Image GIF APIs",
1004                "Resy APIs",
1005                "Medium APIs",
1006                "Clothing APIs",
1007                "Fake Name Generator APIs",
1008                "Podcast APIs",
1009                "Google Search APIs",
1010                "Whois APIs",
1011                "Google Calendar APIs",
1012                "Best Barcode and UPC Lookup APIs",
1013                "Yahoo APIs",
1014                "Indeed APIs",
1015                "Forex APIs",
1016                "Image Generator APIs",
1017                "Earthquake APIs",
1018                "VRChat SDK APIs",
1019                "Spotify APIs",
1020                "Robinhood APIs",
1021                "Coinbase APIs",
1022                "Binance APIs",
1023                "Microsoft Outlook Calendar APIs",
1024                "TD Ameritrade APIs",
1025                "Stocktwits APIs",
1026                "Twitch APIs",
1027                "Valorant APIs",
1028                "GPT-3 APIs",
1029                "ADP Workforce Now APIs",
1030                "Skyblock APIs",
1031                "SERP Tracking APIs",
1032                "Alpaca APIs",
1033                "Moz APIs",
1034                "Rank Tracker APIs",
1035                "Steam APIs",
1036                "Zoom APIs",
1037                "SmartThings APIs",
1038                "Target APIs",
1039                "DHL eCommerce APIs",
1040                "Google Classroom APIs",
1041                "Random APIs",
1042                "Redbus APIs",
1043                "Minecraft Server APIs",
1044                "Microsoft Teams APIs",
1045                "Discord APIs",
1046                "Crypto News APIs",
1047                "Handshake APIs",
1048                "Home Depot APIs",
1049                "World Population APIs",
1050                "Weatherbug APIs",
1051                "Random User APIs",
1052                "Ladbrokes APIs",
1053                "Edmunds APIs",
1054                "Crunchyroll APIs",
1055                "CarGurus APIs",
1056                "TrueCar APIs",
1057                "Webull APIs",
1058                "Google Position Checker APIs",
1059                "Shodan APIs",
1060                "SoFi APIs",
1061                "MS Graph APIs",
1062                "GrubHub APIs",
1063                "DoorDash APIs",
1064                "Postmates APIs",
1065                "Shazam APIs",
1066                "SoundCloud APIs",
1067                "Uber APIs",
1068                "LastFm APIs",
1069                "Signal APIs",
1070                "NBA APIs",
1071                "Bing News APIs",
1072                "Ecosia APIs",
1073                "DuckDuckGo APIs",
1074                "Restaurant APIs",
1075                "Zomato APIs",
1076                "Bank APIs",
1077                "Skyscanner & Alternative APIs",
1078                "Mortgage APIs",
1079                "Reddit APIs",
1080                "Alpha Vantage APIs",
1081                "Apple APIs",
1082                "Lyft APIs",
1083                "Subsmax APIs",
1084                "Dogecoin Price APIs",
1085                "World Trading Data APIs",
1086                "CoinDesk APIs",
1087                "RedFin APIs",
1088                "Bet365 APIs",
1089                "Animal Crossing APIs",
1090                "Coinbase Pro APIs",
1091                "Etrade APIs",
1092                "Travel APIs",
1093                "Ebay APIs",
1094                "Bitcoin APIs",
1095                "Airbnb APIs",
1096                "Uber Eats APIs",
1097                "Text to Image APIs",
1098                "Kraken APIs",
1099                "Purple Air APIs",
1100                "Image Hosting APIs",
1101                "Pinterest APIs",
1102                "Digital Ocean APIs",
1103                "RapidAPI School [Free or Discounted APIs for Students]",
1104                "Free APIs No Credit Card Required",
1105                "Omni-Channel Notifications APIs",
1106                "Dating APIs",
1107                "Etsy APIs",
1108                "Aviation Weather Center APIs",
1109                "Typeform APIs",
1110                "Google Suggest APIs",
1111                "Plaid APIs",
1112                "Clash Royale APIs",
1113                "Vrbo APIs",
1114                "Captcha APIs",
1115                "CoinMarketCap APIs",
1116                "Hulu APIs",
1117                "Google Flights APIs",
1118                "Mashape APIs",
1119                "NBA Stat APIs",
1120                "Cloud APIs",
1121                "Fortnite APIs",
1122                "Statistic APIs",
1123                "Coupon APIs",
1124                "Yelp APIs",
1125                "HBO Max APIs",
1126                "Agora APIs",
1127                "Clubhouse APIs",
1128                "Random Facts APIs",
1129                "Riot APIs",
1130                "Shoppee APIs",
1131                "MyAnimeList APIs",
1132                "CoinCap APIs",
1133                "Huobi APIs",
1134                "Wufoo APIs",
1135                "Atlas APIs",
1136                "Flickr APIs",
1137                "Hootsuite APIs",
1138                "Distance Matrix APIs",
1139                "Forismatic APIs",
1140                "Sponge APIs",
1141                "Cloud Speech APIs",
1142                "Open Street APIs",
1143                "HipChat APIs",
1144                "Slack APIs",
1145                "Animation APIs",
1146                "Apple Maps APIs",
1147                "Napster APIs",
1148                "Amazon Affiliate APIs",
1149                "GitLab APIs",
1150                "SOAP APIs",
1151                "Telegram APIs",
1152                "Sample APIs",
1153                "Asana APIs",
1154                "Track APIs",
1155                "Namecheap APIs",
1156                "Sonos APIs",
1157                "Google Gmail APIs",
1158                "Dropbox APIs",
1159                "BrainTree APIs",
1160                "Google Sheets APIs",
1161                "Stack Overflow APIs",
1162                "Google Localization APIs",
1163                "Background Check APIs",
1164                "Quandl APIs",
1165                "Tumblr APIs",
1166                "Google Fit APIs",
1167                "Bitmex APIs",
1168                "NYTimes APIs",
1169                "Fedex APIs",
1170                "Dog APIs",
1171                "cPanel APIs",
1172                "StubHub APIs",
1173                "Eventbrite APIs",
1174                "Visa APIs",
1175                "Oracle Eloqua APIs",
1176                "SEMRush APIs",
1177                "TVDB APIs",
1178                "InfusionSoft APIs",
1179                "MapQuest APIs",
1180                "Vimeo APIs",
1181                "Messenger APIs",
1182                "Square APIs",
1183                "StarCraft 2 APIs",
1184                "Mailchimp APIs",
1185                "Pixabay APIs",
1186                "Dwolla APIs",
1187                "Unsplash APIs",
1188                "BandCamp APIs",
1189                "Wix APIs",
1190                "Face APIs",
1191                "iTunes API",
1192                "EtherScan APIs",
1193                "EasyPost APIs",
1194                "Intercom APIs",
1195                "Strava APIs",
1196                "123Movies APIs",
1197                "Plant APIs",
1198                "Census APIs",
1199                "WooCommerce APIs",
1200                "MatLab APIs",
1201                "Fitbit APIs",
1202                "Scanner APIs",
1203                "Voice APIs",
1204                "Salesforce APIs",
1205                "UPS Tracking APIs",
1206                "HighCharts APIs",
1207                "Chrome APIs",
1208                "Payment Request APIs",
1209                "Computer APIs",
1210                "Segment APIs",
1211                "ZenDesk APIs",
1212                "Metal APIs",
1213                "Vision APIs",
1214                "Fax APIs",
1215                "Calendar APIs",
1216                "Smartsheet APIs",
1217                "HTML APIs",
1218                "SFTP APIs"
1219              ]
1220            }
1221          }
1222        }
1223      },
1224      "runsResponseSchema": {
1225        "type": "object",
1226        "properties": {
1227          "data": {
1228            "type": "object",
1229            "properties": {
1230              "id": {
1231                "type": "string"
1232              },
1233              "actId": {
1234                "type": "string"
1235              },
1236              "userId": {
1237                "type": "string"
1238              },
1239              "startedAt": {
1240                "type": "string",
1241                "format": "date-time",
1242                "example": "2025-01-08T00:00:00.000Z"
1243              },
1244              "finishedAt": {
1245                "type": "string",
1246                "format": "date-time",
1247                "example": "2025-01-08T00:00:00.000Z"
1248              },
1249              "status": {
1250                "type": "string",
1251                "example": "READY"
1252              },
1253              "meta": {
1254                "type": "object",
1255                "properties": {
1256                  "origin": {
1257                    "type": "string",
1258                    "example": "API"
1259                  },
1260                  "userAgent": {
1261                    "type": "string"
1262                  }
1263                }
1264              },
1265              "stats": {
1266                "type": "object",
1267                "properties": {
1268                  "inputBodyLen": {
1269                    "type": "integer",
1270                    "example": 2000
1271                  },
1272                  "rebootCount": {
1273                    "type": "integer",
1274                    "example": 0
1275                  },
1276                  "restartCount": {
1277                    "type": "integer",
1278                    "example": 0
1279                  },
1280                  "resurrectCount": {
1281                    "type": "integer",
1282                    "example": 0
1283                  },
1284                  "computeUnits": {
1285                    "type": "integer",
1286                    "example": 0
1287                  }
1288                }
1289              },
1290              "options": {
1291                "type": "object",
1292                "properties": {
1293                  "build": {
1294                    "type": "string",
1295                    "example": "latest"
1296                  },
1297                  "timeoutSecs": {
1298                    "type": "integer",
1299                    "example": 300
1300                  },
1301                  "memoryMbytes": {
1302                    "type": "integer",
1303                    "example": 1024
1304                  },
1305                  "diskMbytes": {
1306                    "type": "integer",
1307                    "example": 2048
1308                  }
1309                }
1310              },
1311              "buildId": {
1312                "type": "string"
1313              },
1314              "defaultKeyValueStoreId": {
1315                "type": "string"
1316              },
1317              "defaultDatasetId": {
1318                "type": "string"
1319              },
1320              "defaultRequestQueueId": {
1321                "type": "string"
1322              },
1323              "buildNumber": {
1324                "type": "string",
1325                "example": "1.0.0"
1326              },
1327              "containerUrl": {
1328                "type": "string"
1329              },
1330              "usage": {
1331                "type": "object",
1332                "properties": {
1333                  "ACTOR_COMPUTE_UNITS": {
1334                    "type": "integer",
1335                    "example": 0
1336                  },
1337                  "DATASET_READS": {
1338                    "type": "integer",
1339                    "example": 0
1340                  },
1341                  "DATASET_WRITES": {
1342                    "type": "integer",
1343                    "example": 0
1344                  },
1345                  "KEY_VALUE_STORE_READS": {
1346                    "type": "integer",
1347                    "example": 0
1348                  },
1349                  "KEY_VALUE_STORE_WRITES": {
1350                    "type": "integer",
1351                    "example": 1
1352                  },
1353                  "KEY_VALUE_STORE_LISTS": {
1354                    "type": "integer",
1355                    "example": 0
1356                  },
1357                  "REQUEST_QUEUE_READS": {
1358                    "type": "integer",
1359                    "example": 0
1360                  },
1361                  "REQUEST_QUEUE_WRITES": {
1362                    "type": "integer",
1363                    "example": 0
1364                  },
1365                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1366                    "type": "integer",
1367                    "example": 0
1368                  },
1369                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1370                    "type": "integer",
1371                    "example": 0
1372                  },
1373                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1374                    "type": "integer",
1375                    "example": 0
1376                  },
1377                  "PROXY_SERPS": {
1378                    "type": "integer",
1379                    "example": 0
1380                  }
1381                }
1382              },
1383              "usageTotalUsd": {
1384                "type": "number",
1385                "example": 0.00005
1386              },
1387              "usageUsd": {
1388                "type": "object",
1389                "properties": {
1390                  "ACTOR_COMPUTE_UNITS": {
1391                    "type": "integer",
1392                    "example": 0
1393                  },
1394                  "DATASET_READS": {
1395                    "type": "integer",
1396                    "example": 0
1397                  },
1398                  "DATASET_WRITES": {
1399                    "type": "integer",
1400                    "example": 0
1401                  },
1402                  "KEY_VALUE_STORE_READS": {
1403                    "type": "integer",
1404                    "example": 0
1405                  },
1406                  "KEY_VALUE_STORE_WRITES": {
1407                    "type": "number",
1408                    "example": 0.00005
1409                  },
1410                  "KEY_VALUE_STORE_LISTS": {
1411                    "type": "integer",
1412                    "example": 0
1413                  },
1414                  "REQUEST_QUEUE_READS": {
1415                    "type": "integer",
1416                    "example": 0
1417                  },
1418                  "REQUEST_QUEUE_WRITES": {
1419                    "type": "integer",
1420                    "example": 0
1421                  },
1422                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1423                    "type": "integer",
1424                    "example": 0
1425                  },
1426                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1427                    "type": "integer",
1428                    "example": 0
1429                  },
1430                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1431                    "type": "integer",
1432                    "example": 0
1433                  },
1434                  "PROXY_SERPS": {
1435                    "type": "integer",
1436                    "example": 0
1437                  }
1438                }
1439              }
1440            }
1441          }
1442        }
1443      }
1444    }
1445  }
1446}

RapidAPI Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for RapidAPI Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • 5 bookmarks

  • >99% runs succeeded

  • Created in Jul 2024

  • Modified 2 months ago