Skip to main content

Introduction

⚡️ RocketAPI is meant to be the easiest social scraping API available on the web.

💸 Building a custom social scraping solution can be expensive and time-consuming. Instead, focus on your business and let RocketAPI do the heavy lifting.

Fast Track ⏱️

Let's discover RocketAPI in less than 5 minutes.

API Key

All requests are authenticated using your private API key.

You can find your API key in dashboard.

Client Libraries

RocketAPI has several official client libraries to help you get started quickly.

Choose your favorite programming language and install the RocketAPI SDK:

Usage Example

The following snippet is an example of simple Instagram Get User Info request:

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_user_info("kyliejenner"))