All sites
Data API
Instagram Data API
Public profiles, posts, reels and hashtag data from Instagram.
9endpointslogin_wall · Rate Limit handled for you
Instagram Data API
Extract profiles, posts, reels and hashtag feeds from Instagram as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/instagram/{action}Key Features
Structured JSON
Clean, normalized records for profiles, posts, reels and hashtag feeds. No HTML parsing on your side.
9 endpoints
Across 5 categories, all under one base path.
Anti-bot handled
login_wall, Rate Limit cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Global coverage. Results are returned for the default locale.
Pagination
Page through results with cursor.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/instagram/search_hashtags",
json={
"clientKey": "capzy_your_key_here",
"params": {
"query": "travel"
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/instagram/hashtags/{tag}Hashtag Info | Hashtags | 1 credit / run |
/v1/data/instagram/hashtags/{tag}/recentRecent Hashtag Posts | Hashtags | 1 credit / run |
/v1/data/instagram/healthHealth | Reference | 1 credit / run |
/v1/data/instagram/media/{code}Get Media | Media | 1 credit / run |
/v1/data/instagram/media/{code}/oembedoEmbed | Media | 1 credit / run |
/v1/data/instagram/search/hashtagsComing soonSearch Hashtags | Search | 1 credit / run |
/v1/data/instagram/search/topComing soonTop Search | Search | 1 credit / run |
/v1/data/instagram/users/{username}Get User | Users | 1 credit / run |
/v1/data/instagram/users/{username}/postsUser Posts | Users | 1 credit / run |