Add Tasks
Instagram Reels Scraper
Add Tasks
Add Instagram reel URLs or profile URLs to scrape reels using the lobstr.io API
POST
Add Tasks
Add Instagram URLs as tasks to your squid. You can provide either a direct reel URL to scrape a specific reel, or a profile URL to collect all reels from that profile.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonSupported URL Formats
Direct Reel URL:https://www.instagram.com/reel/ABC123xyz/
Profile URL (collects all reels from profile):
https://www.instagram.com/username/
Post URL:
https://www.instagram.com/p/ABC123xyz/
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Instagram Reel URL or Profile URL. If a profile URL is given, the scraper will collect reels from that profile. |
When scraping a profile, use
max_results setting to limit how many reels are collected per profile.Code Examples
Response
200