scraping-instagram-comments
Installation
SKILL.md
Scraping Instagram Comments
Raw data collection. No assumed use case — returns the full dataset for downstream analysis.
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
startUrls |
array | Optional | [] |
Instagram post URLs |
postIds |
array | Optional | [] |
Instagram post IDs |
maxItems |
number | Optional | Unlimited | Maximum comments to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |