Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /Instagram API

API Reference

Instagram API Documentation

Use Crawlora's Instagram API endpoints to extract supported public Instagram data as structured JSON. This documentation covers 3 active endpoints including Retrieve a specific Instagram post by user ID and post ID, Retrieve an Instagram user profile by username, Retrieve Instagram Reels for a user. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as id, post_id, username, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.

Try Retrieve a specific Instagram post by user ID and post ID Start with endpoint docsPricing

Quick start

Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /instagram/post/{id}/{post_id}
Credit cost
8 credits/request
curl -X GET "https://api.crawlora.net/api/v1/instagram/post/example/%3Cpost_id%3E" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Retrieve a specific Instagram post by user ID and post ID in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
Instagram platform pageError handling guideRate limits and credits

Instagram API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/instagram/post/{id}/{post_id}apiKey8 credits/request

Retrieve a specific Instagram post by user ID and post ID

Returns the media details of a specific post from an Instagram user.

Required params: id:path, post_id:path

Retrieve a specific Instagram post by user ID and post ID documentationTry Retrieve a specific Instagram post by user ID and post ID in Playground
GET/instagram/profile/{username}apiKey8 credits/request

Retrieve an Instagram user profile by username

Returns public profile details for a specified Instagram username.

Required params: username:path

Retrieve an Instagram user profile by username documentationTry Retrieve an Instagram user profile by username in Playground
GET/instagram/reels/{id}apiKey8 credits/request

Retrieve Instagram Reels for a user

Returns a feed of Instagram Reels for the specified user ID. Supports pagination via `max_id`.

Required params: id:path

Retrieve Instagram Reels for a user documentationTry Retrieve Instagram Reels for a user in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Retrieve a specific Instagram post by user ID and post ID/instagram/post/{id}/{post_id}GET8 credits/requestid:path, post_id:pathView docsTry endpoint
Retrieve an Instagram user profile by username/instagram/profile/{username}GET8 credits/requestusername:pathView docsTry endpoint
Retrieve Instagram Reels for a user/instagram/reels/{id}GET8 credits/requestid:pathView docsTry endpoint

Related Crawlora API pages

Instagram scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingYouTube API documentationTikTok API documentation
Back to docs