Influencer Scan API
## 🔍 About This API This API provides a complete solution to extract and analyze social media data, starting with Instagram and expanding to YouTube and TikTok. It is designed for developers, SaaS platforms, and marketing tools that need reliable access to influencer and creator data at scale. --- ## 🚀 What You Can Do ### 📸 Extract Instagram Profile Data Get detailed information about any public…
Influencer Scan API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Scrape Creator /scrape-creator |
Scrape a public Instagram creator profile. |
| GET |
Scrape Post /scrape-post |
Scrape a single public Instagram post by shortcode or full post URL. Accepts either: - A bare shortcode: ``CxYz123`` - A full URL: ``https://www.instagram.com/p/CxYz123/``… |
| GET |
Scrape Creator's Reel Posts /scrape-reels |
Fetch one page (~12) of a user's reels. Pass the returned ``data.pagination_token`` as ``cursor`` to fetch the next page. Omit ``cursor`` to start from the beginning. |
| GET |
Scrape Creator's Feed Posts /scrape-posts |
Fetch one page (~12) of a user's feed posts. Pass the returned ``data.pagination_token`` as ``cursor`` to fetch the next page. Omit ``cursor`` to start from the beginning. |
| GET |
Scraper Comments of Post /scrape-comments |
Fetch one page of raw Instagram comments. - Omit ``cursor`` (or pass ``null``) to get the first page. - Pass the ``next_cursor`` value from the previous response to get the next… |
| Bulk Scrape | ||
| GET |
Scrape All Feed Posts of Creator /scrape-posts/all |
Fetch up to ``max`` feed posts. |
| GET |
Scrape All Reels of Creator /scrape-reels/all |
Fetch up to ``max`` reels |
| GET |
Scrape All Comments of Post /scrape-comments/all |
Scrape all comments up to ``max`` (default 30, maximum 100). |
| Social Intelligence | ||
| GET |
Detect Instagram Brand /detect-brand |
classify instagram handle |
| Health | ||
| GET |
Check Health /health |
this api is for ping check. |
Influencer Scan API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 120 / minute |
|
| ULTRA Recommended | $40 / month | 360 / minute |
|
| MEGA | $100 / month | 10 / second |
|