scraping-instagram-location-posts
Installation
SKILL.md
Scraping Instagram Location Posts
Exports Instagram posts tagged at any physical location. Uses Instagram's location ID or place name to collect geo-tagged content.
Prerequisites
APIFY_TOKENenvironment variable set- Optional: Apify MCP server installed
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
startUrls |
array | Optional | [] |
Instagram location page URLs |
locationIds |
array | Optional | [] |
Instagram location IDs |
maxItems |
number | Optional | Unlimited | Maximum posts to return |
until |
string | Optional | — | Date filter (YYYY-MM-DD) |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |