📸 Instagram Post Data Scraper API

Scrape Post Data

Supports shortcodes, post IDs, or full post URLs
Number of posts to scrape simultaneously
If checked, creates a job and saves results to dataset

Job Status & Dataset

API Information

Available Endpoints

POST /post-data-scrape - Start scraping job (with dataset)

POST /post-data-scrape/direct - Scrape post data instantly

GET /post/{identifier} - Scrape single post data

GET /job/{job_id} - Get detailed job status

GET /status/{job_id} - Check job status (simple)

GET /dataset/{dataset_id} - Download dataset

GET /health - Health check

GET /docs - Interactive API documentation