Instagram Scraper - All in one avatar
Instagram Scraper - All in one
Try for free

1 day trial then $30.00/month - No credit card required now

View all Actors
Instagram Scraper - All in one

Instagram Scraper - All in one

curious_coder/instagram-scraper
Try for free

1 day trial then $30.00/month - No credit card required now

Scrape instragram profiles, followers, posts, comments and get valuable information like email addresses, websites, post engagement insights, commented users, etc

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "action": "scrapeProfiles",
8  "scrapeProfiles.profileList": [
9    "zuck"
10  ],
11  "scrapeFriendships.profile": "zuck",
12  "scrapeFriendships.friendshipType": "followers",
13  "scrapeCommentsOfPost.url": "https://www.instagram.com/p/CwsgvUlLtEn/",
14  "scrapeLikesOfPost.url": "https://www.instagram.com/p/CwsgvUlLtEn/",
15  "scrapePostsOfUser.profile": "https://www.instagram.com/zuck",
16  "proxy": {
17    "useApifyProxy": true,
18    "apifyProxyGroups": [
19      "RESIDENTIAL"
20    ]
21  },
22  "minDelay": 1,
23  "maxDelay": 15
24}
25EOF
26
27# Run the Actor using an HTTP API
28# See the full API reference at https://docs.apify.com/api/v2
29curl "https://api.apify.com/v2/acts/curious_coder~instagram-scraper/runs?token=$API_TOKEN" \
30  -X POST \
31  -d @input.json \
32  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 203 monthly users
  • 5 stars
  • 83.4% runs succeeded
  • 1.7 days response time
  • Created in Jun 2023
  • Modified 5 days ago
Categories