Instagram User Profile Scraper
Pricing
from $10.00 / 1,000 results
Instagram User Profile Scraper
Scrape public Instagram profiles by username. Input: Use the auto-generated form on the run page with prefilled values. Clicking Run without edits should yield real data. Output: One dataset record per item, as shaped by scrapers.instagram.scrape_user, with no transformations.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Share
Scrape public Instagram user profiles by username.
Input
See the auto-generated form on the run page. The prefilled values reproduce the local-test scrape — clicking Run with no edits should yield real data.
Output
One dataset record per item, shaped by scrapers.instagram.scrape_user
(no transformation applied). Field set is whatever the underlying scraper returns.
How it works
- Reads the input.
- Resolves an Apify Proxy URL (if enabled) and passes it to
scrapers.configure(proxy=...). - Calls
run("instagram", "scrape_user", ...). - Pushes each returned item to the default dataset.