Instagram Post Scraper avatar

Instagram Post Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Instagram Post Scraper

Instagram Post Scraper

Extract Instagram post and reel details including engagement, media URLs, and author data. Powered by Instagram Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

This actor extracts Post Details from Instagram. It processes individual post or reel URLs to retrieve engagement metrics, media links, and author information. It is designed for deep data extraction from specific content pages.

Data Fields

Field NameDescriptionExample
Post TypeType of content"video"
CaptionText content of the post"Check out this sunset! #nature"
Like CountNumber of likes1250
Comment CountNumber of comments45
View CountNumber of video views5000
Author UsernameHandle of the poster"travel_pro"
Author Full NameDisplay name of the poster"Jane Doe"
Author IDUnique Instagram user ID"123456789"
Author URLLink to the profile"https://www.instagram.com/travel_pro/"
Author Is VerifiedVerification statustrue
Author Profile PicURL to profile image"https://instagram.fcdn.com/pic.jpg"
Post URLDirect link to the post"https://www.instagram.com/p/C1abc234/"
Image URLLink to the main image"https://instagram.fcdn.com/img.jpg"
Video URLLink to the video file"https://instagram.fcdn.com/vid.mp4"
Cover ImageVideo thumbnail URL"https://instagram.fcdn.com/thumb.jpg"
Posted AtISO timestamp of post"2023-12-01T12:00:00Z"
LocationTagged location name"Grand Canyon"
DurationVideo length in seconds15.5
Has AudioIf the post has soundtrue
Audio TitleName of the audio track"Original Audio"
Audio ArtistCreator of the audio"travel_pro"
Tagged UsersList of mentioned users["friend_1", "brand_2"]
Is CarouselIf post has multiple slidesfalse
Carousel CountNumber of slides1
Original WidthPixel width of media1080
Original HeightPixel height of media1350
Is Paid PartnershipIf post is sponsoredfalse
Comments DisabledIf comments are turned offfalse
Likes DisabledIf like count is hiddenfalse
Accessibility CaptionAI generated alt text"Image may contain: mountain and sky"

Input

  • urls: Array of Instagram post or reel URL strings. Only individual post pages are supported.
  • maxItems: Maximum number of items to process per URL. Default is 100.

Example Input

{
"urls": ["https://www.instagram.com/p/C1abc234/"],
"maxItems": 1
}

Example Output

[
{
"postType": "video",
"caption": "Morning coffee in Rome",
"likeCount": 850,
"commentCount": 12,
"viewCount": 2100,
"authorUsername": "coffee_lover",
"authorFullName": "Alex Smith",
"authorId": "987654321",
"authorUrl": "https://www.instagram.com/coffee_lover/",
"authorIsVerified": false,
"authorProfilePic": "https://instagram.fcdn.com/p1.jpg",
"postUrl": "https://www.instagram.com/p/C1abc234/",
"imageUrl": null,
"videoUrl": "https://instagram.fcdn.com/v1.mp4",
"coverImage": "https://instagram.fcdn.com/c1.jpg",
"postedAt": "2023-12-05T08:30:00Z",
"location": "Rome, Italy",
"duration": 10.2,
"hasAudio": true,
"audioTitle": "Italian Jazz",
"audioArtist": "Artist Name",
"taggedUsers": [],
"isCarousel": false,
"carouselCount": 1,
"originalWidth": 1080,
"originalHeight": 1920,
"isPaidPartnership": false,
"commentsDisabled": false,
"likesDisabled": false,
"accessibilityCaption": "Video of a person pouring coffee"
},
{
"postType": "image",
"caption": "New shoes!",
"likeCount": 340,
"commentCount": 5,
"viewCount": 0,
"authorUsername": "fashion_fan",
"authorFullName": "Sam Jones",
"authorId": "555444333",
"authorUrl": "https://www.instagram.com/fashion_fan/",
"authorIsVerified": true,
"authorProfilePic": "https://instagram.fcdn.com/p2.jpg",
"postUrl": "https://www.instagram.com/p/D2def456/",
"imageUrl": "https://instagram.fcdn.com/i2.jpg",
"videoUrl": null,
"coverImage": null,
"postedAt": "2023-12-06T15:45:00Z",
"location": null,
"duration": 0,
"hasAudio": false,
"audioTitle": null,
"audioArtist": null,
"taggedUsers": ["shoestore"],
"isCarousel": false,
"carouselCount": 1,
"originalWidth": 1080,
"originalHeight": 1080,
"isPaidPartnership": true,
"commentsDisabled": false,
"likesDisabled": false,
"accessibilityCaption": "Image of sneakers on a white background"
}
]

Want more from Instagram?

This actor only covers Post Details. The full Instagram Scraper browser extension also includes Posts in a List, Comments of a Post, Stories, Profile Details, Followers of a User, Following of a User with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Instagram Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.