Paste an Instagram URL β get structured metrics. The simplest Instagram link scraper.
π Live SEO page: https://shanskarbansal.github.io/scrape-instagram-from-url/
This repository is a public showcase / docs hub. The production scraper runs on Apify β no local install required.
| βΆ Try free on Apify Console | https://console.apify.com/actors/GLcl7jwhshuWdvkiD/ |
| π¦ Apify Store page | https://apify.com/social_developer/instagram-post-link-scraper |
| π€ Actor ID | social_developer/instagram-post-link-scraper |
| π MCP (AI agents) | https://mcp.apify.com/?tools=social_developer/instagram-post-link-scraper |
Searches like scrape instagram from url, instagram url scraper, and instagram post link scraper map to this workflow: you already have the links β you just need the data.
Open the URL scraper β https://console.apify.com/actors/GLcl7jwhshuWdvkiD/
| Feature | Description |
|---|---|
| π URL-first UX | No username discovery step |
| π· Posts + π¬ Reels | /p/, /reel/, /reels/ |
| π Batch paste | Array of URLs in one run |
| β Error isolation | continueOnError for dirty lists |
{
"inputUrl": "https://www.instagram.com/reel/DbDp7T4olyC/",
"shortCode": "DbDp7T4olyC",
"ownerUsername": "cristiano",
"likesCount": 3229072,
"commentsCount": 39236,
"videoPlayCount": 43620580,
"videoViewCount": 43620580,
"videoDuration": 84.28,
"caption": "Greatness takes many forms...",
"hashtags": [],
"mentions": ["ewc_en"],
"videoUrl": "https://...",
"displayUrl": "https://...",
"timestamp": "2026-07-21T12:35:36.000Z"
}{
"urls": [
"https://www.instagram.com/reel/DbDp7T4olyC/",
"https://www.instagram.com/p/SHORTCODE/"
],
"maxConcurrency": 20,
"requestDelay": 0,
"continueOnError": true
}- Open the live Instagram Scraper on Apify
- Paste one or more Instagram post or reel URLs (
/p/,/reel/,/reels/) - Click Start
- Download JSON / CSV / Excel β or pull via API / MCP
curl -s "https://api.apify.com/v2/acts/social_developer~instagram-post-link-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"urls":["https://www.instagram.com/reel/DbDp7T4olyC/"],"maxConcurrency":8}'from apify_client import ApifyClient
client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("social_developer/instagram-post-link-scraper").call(
run_input={"urls": ["https://www.instagram.com/reel/DbDp7T4olyC/"], "maxConcurrency": 20},
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item.get("ownerUsername"), item.get("videoPlayCount"), item.get("likesCount"))- Clipboard β metrics for analysts
- Spreadsheet columns of IG links β filled metrics
- Webhook receivers that accept Instagram URLs
scrape instagram from url, instagram url scraper, instagram post link scraper, instagram link to data, paste instagram url scrape
Part of a suite of Instagram scraping showcases β all powered by the same live Apify actor (social_developer/instagram-post-link-scraper):
- πΈ Instagram Scraper β The Instagram scraper for post & reel links β views, likes, comments, caption & media as clean JSON.
- π· Instagram Post Scraper β Scrape any Instagram post URL (
/p/) for likes, comments, caption, owner & media β instantly. - π¬ Instagram Reel Scraper β Extract Instagram Reel views, likes, comments, duration & video URL from any reel link.
- π Instagram Reel Views Scraper β Need Instagram reel views from a URL? Get
videoPlayCountin seconds β no login, no browser. - π Instagram Data Extractor β Extract clean, pipeline-ready Instagram data from post & reel URLs β JSON schema agents can trust.
- β€οΈ Instagram Engagement Metrics Scraper β Likes, comments, and views/plays from Instagram URLs β the engagement metrics teams actually need.
- β‘ Cheap & Fast Instagram Scraper β Budget Instagram scraper for post/reel links β fast parallel workers, no heavy browser tax.
- π Instagram API Scraper β Instagram scraper as an API β sync endpoints, Python/JS clients, and MCP for AI agents.
- π€ MCP Instagram Scraper β Instagram scraper for AI agents via Model Context Protocol (MCP) β Cursor, Claude, VS Code.
- π’ Apify Instagram Scraper β Production Instagram scraper actor on Apify β documentation, examples, and integration guides.
- π Instagram Post & Reel Metrics Tool β One tool for Instagram post and reel metrics β views, likes, comments, caption, owner.
π Run any of them here: https://console.apify.com/actors/GLcl7jwhshuWdvkiD/
- β
Production actor live on Apify:
social_developer/instagram-post-link-scraper - π This GitHub repo is intentionally README-only (source code is private)
- π Always use the live actor: https://console.apify.com/actors/GLcl7jwhshuWdvkiD/
Shanskar Bansal β GitHub Β· Portfolio
Built for marketers, analysts, dashboards, and AI agents who need Instagram metrics from post/reel links β fast and cheap.