scraping-instagram-users-by-keyword
Installation
SKILL.md
Scraping Instagram Users By Keyword
Raw data collection. No assumed use case — returns the full dataset for downstream analysis.
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
keywords |
array | Optional | [] |
Keywords to search for users |
handles |
array | Optional | [] |
Instagram usernames (without @) |
startUrls |
array | Optional | [] |
Instagram profile URLs |
userIds |
array | Optional | [] |
Instagram user IDs |
getFollowers |
boolean | Optional | false |
Extract follower lists for each profile |
getFollowings |
boolean | Optional | false |
Extract following lists for each profile |
maxItems |
number | Optional | Unlimited | Maximum users to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |