Quick Instagram Posts Checker
No credit card required
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsQuick Instagram Posts Checker
No credit card required
Fast Instagram stats (for profiles and post only) for bulk tracking and analytics
Do you want to learn more about this Actor?
Get a demoFeatures
Fastest tracking of Instagram web shareable data: get stats for any public post or profile.
Usage Costs
Around 0.02CUs per 100 posts or profiles
Input example
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.instagram.com/kimkardashian" 5 }, 6 { 7 "url": "https://www.instagram.com/p/CrzMaNlP_3G" 8 } 9 ] 10}
Output example
1[{ 2 "url": "https://www.instagram.com/kimkardashian", 3 "followers_count": 354919225, 4 "full_name": "Kim Kardashian", 5 "graphql_media": [], 6 "has_public_story": true, 7 "is_verified": true, 8 "owner_id": 18428658, 9 "posts_count": 5841, 10 "profile_link": "https://www.instagram.com/kimkardashian/?utm_source=ig_embed&ig_rid=68ddfaca-38d1-4370-9944-a6735aacbe62", 11 "profile_link_ios": "user?username=kimkardashian&utm_source=ig_embed&ig_rid=68ddfaca-38d1-4370-9944-a6735aacbe62", 12 "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/314397231_636674618202803_1672434101401302981_n.jpg?stp=dst-jpg_s240x240&_nc_ht=scontent.cdninstagram.com&_nc_cat=1&_nc_ohc=tt2XwTDfqyUAX_8kZo5&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfBMbJoMPBV9-W-dU07uQrVoP2y24YVDeZCHMauIFQiwSg&oe=6460ED1E&_nc_sid=978cb9", 13 "pronouns": [], 14 "type": "Profile", 15 "username": "kimkardashian", 16 "verified": true 17}, 18{ 19 "url": "https://www.instagram.com/p/CrzMaNlP_3G", 20 "shortcode_media": { 21 "__typename": "GraphSidecar", 22 "id": "3094871946781785542", 23 "shortcode": "CrzMaNlP_3G", 24 "commenter_count": 5436, 25 "dimensions": { 26 "height": 1346, 27 "width": 1080 28 }, 29 "display_url": "https://scontent.cdninstagram.com/v/t51.2885-15/344530446_949085502911094_8765323194692383808_n.jpg?stp=dst-jpg_e35_p1080x1080&_nc_ht=scontent.cdninstagram.com&_nc_cat=1&_nc_ohc=KLc0jhh_kmYAX-UgDpi&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfDM3LxGwtdZND5SXXTMszqpgy9pCBkmYlqKyjl5O6x-Qw&oe=646101B7&_nc_sid=978cb9", 30 "display_resources": [], 31 "is_video": false, 32 "media_overlay_info": null, 33 "owner": { 34 "id": "18428658", 35 "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/314397231_636674618202803_1672434101401302981_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent.cdninstagram.com&_nc_cat=1&_nc_ohc=tt2XwTDfqyUAX_8WJ_U&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfDz_Rcpz45V97KGb5XTQZKPfPpfPg-XC1QxZpkel73Uyg&oe=6460ED1E&_nc_sid=978cb9", 36 "username": "kimkardashian", 37 "followed_by_viewer": false, 38 "has_public_story": true, 39 "is_private": false, 40 "is_unpublished": false, 41 "is_verified": true, 42 "edge_followed_by": { 43 "count": 354916592 44 }, 45 "edge_owner_to_timeline_media": {}, 46 "edge_owner_to_timeline_video_media": {} 47 }, 48 "taken_at_timestamp": 1683157507, 49 "edge_media_to_caption": { 50 "edges": [ 51 { 52 "node": { 53 "text": "Thank you so much u0040schiaparelli and u0040danielroseberry for making my pearly Met dreams come true. 50,000 pearls!!! And to u0040lorraineschwartz for the prettiest diamonds" 54 } 55 } 56 ] 57 }, 58 "edge_media_to_sponsor_user": { 59 "edges": [] 60 }, 61 "is_affiliate": false, 62 "is_paid_partnership": false, 63 "like_and_view_counts_disabled": false, 64 "media_preview": null, 65 "location": null, 66 "edge_media_to_comment": { 67 "count": 6526 68 }, 69 "edge_liked_by": { 70 "count": 1686970 71 }, 72 "coauthor_producers": [], 73 "pinned_for_users": [], 74 "edge_sidecar_to_children": { 75 "edges": [] 76 } 77 } 78}]
How much will scraping Quick Instagram Post Checker cost you?
When it comes to scraping, it can be challenging to estimate the resources needed to extract data as use cases may vary significantly. That's why the best course of action is to run a test scrape with a small sample of input data and limited output. You’ll get your price per scrape, which you’ll then multiply by the number of scrapes you intend to do.
Watch this video for a few helpful tips. And don't forget that choosing a higher plan will save you money in the long run.
Integrations and Quick Instagram Posts Scraper
Last but not least, Instagram Quick Posts Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever Quick Instagram Posts Scraper successfully finishes a run.
Using Quick Instagram Posts Checker with the Apify API
The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.
To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.
Check out the Apify API reference docs for full details or click on the API tab for code examples.
Not your cup of tea? Build your own scraper
Quick Instagram Posts Checker doesn’t exactly do what you need? You can always build your own! We have various scraper templates in Python, JavaScript, and TypeScript to get you started. Alternatively, you can write it from scratch using our open-source library Crawlee. You can keep the scraper to yourself or make it public by adding it to Apify Store (and find users for it).
Or let us know if you need a custom scraping solution.
Your feedback
We’re always working on improving the performance of our Actors. So if you’ve got any technical feedback for Quick Instagram Posts Checker or simply found a bug, please create an issue on the Actor’s Issues tab in Apify Console.
Actor Metrics
36 monthly users
-
11 stars
>99% runs succeeded
9 hours response time
Created in Aug 2022
Modified 3 months ago