INSTAGRAM SUPER FAST SCRAPER avatar
INSTAGRAM SUPER FAST SCRAPER

Pricing

Pay per usage

Go to Apify Store
INSTAGRAM SUPER FAST SCRAPER

INSTAGRAM SUPER FAST SCRAPER

ALL INSTAGRAM DATA [ POSTS , COMMENTS , USER INFO ] WITH A SUPER FAST SPEED ...

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Anass Seb

Anass Seb

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

3

Monthly active users

2 days ago

Last modified

Categories

Share

📸 Instagram Scraper: Fast, Reliable, & No Login Required

The Ultimate Tool for Public Instagram Data Extraction. Get real-time access to User Profiles, Posts, Comments, and Stories. Built for speed, reliability, and scale.


🌟 Key Features

  • ⚡ Blazing Fast: Optimized for high-throughput scraping using premium proxies.
  • 🛡️ 100% Anonymous: No login required. No risk of bans.
  • 📱 Comprehensive Data:
    • Profiles: Bio, followers, following, external links.
    • Posts: High-res images, videos, carousels, likes, hashtags.
    • Stories: Download active stories (expiration monitored).
    • Comments: Extract user conversations and sentiment.
  • 💰 Cost-Effective: Pay only for the data you extract.

🛠️ Input Parameters

The actor accepts the following parameters to customize your scrape:

ParameterTypeDescription
usernameStringTarget Instagram username (e.g., nike). Required for profile scraping.
postUrlsArrayList of specific Post URLs to scrape (e.g., https://instagram.com/p/Cx...).
maxPostsIntegerMaximum number of posts to fetch (Default: 20).
maxCommentsIntegerMaximum number of comments per post.
fetchStoriesBooleanSet to true to download active stories.
fetchCommentsBooleanSet to true to scrape comments for each post.

📊 Output Schema

The actor stores results in a JSON dataset. The schema unifies all data types into a single consistent structure.

1. User Profile (type: "user_info")

{
"type": "user_info",
"username": "nike",
"data": {
"full_name": "Nike",
"follower_count": 306000000,
"following_count": 50,
"biography": "Just Do It.",
"is_verified": true,
"profile_pic_url": "https://..."
}
}

2. Post (type: "post")

{
"type": "post",
"username": "nike",
"data": {
"shortcode": "Cx123abc",
"caption": "Run.",
"likes_count": 52000,
"comments_count": 300,
"timestamp": 1698765432,
"media_url": "https://...",
"is_video": false
}
}

3. Comment (type: "comment")

{
"type": "comment",
"post_shortcode": "Cx123abc",
"data": {
"text": "Great shoes!",
"owner": {
"username": "fan_123",
"profile_pic_url": "..."
},
"created_at": 1698765500,
"like_count": 5
}
}

💡 How to Use

Mode 1: Scrape a Profile

To get the latest posts and stories from a user:

{
"username": "im_anass",
"fetchStories": true,
"maxPosts": 10
}

Mode 2: Scrape Specific Posts & Comments

To analyze engagement on specific posts:

{
"postUrls": ["https://www.instagram.com/p/CxyZm..."],
"fetchComments": true,
"maxComments": 100
}

🤝 Support

We are constantly improving this actor. If you encounter any issues or have feature requests, please check the Issues tab or contact us.