Instagram Hashtag Scraper avatar

Instagram Hashtag Scraper

Pricing

from $2.99 / 1,000 results

Go to Apify Store
Instagram Hashtag Scraper

Instagram Hashtag Scraper

Effortlessly scrape Instagram hashtag data, including top posts and engagement metrics. Perfect for marketers, researchers, and data analysts looking to gain insights from Instagram trends and content performance. 📊

Pricing

from $2.99 / 1,000 results

Rating

1.0

(2)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

21

Bookmarked

1.5K

Total users

15

Monthly active users

a month ago

Last modified

Share

Instagram Hashtag Scraper 📸🔍

Effortlessly scrape Instagram hashtag data with this powerful Actor! 🚀

Features ✨

  • 🏷️ Scrape multiple hashtags in one run
  • 📊 Collect comprehensive hashtag information
  • 🖼️ Gather top media posts for each hashtag
  • ⚡ High-performance and scalable

What data can you extract? 📋

  • Top media posts for each hashtag, including:
    • Post ID, code, and timestamp
    • Media type (image, video, carousel)
    • Caption text
    • User information (username, full name, profile picture)
    • Engagement metrics (likes, comments, play count for videos)
    • And more!

Use cases 💡

  • 📈 Analyze hashtag popularity and trends
  • 🎯 Identify influencers and top content creators
  • 🔬 Research content strategies for specific niches
  • 📊 Generate reports on hashtag performance
  • 🤖 Feed data into AI models for content analysis

Getting started 🚀

  1. Input: Provide a list of hashtags to scrape.
  2. Run: Start the Actor and let it do the work!
  3. Output: Retrieve your data in JSON format, ready for analysis or integration.

Supercharge your Instagram hashtag research with this Actor today! 💪

Input Example

A full explanation of an input example in JSON.

{
"hashtags": [
"ronaldo"
]
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"id": "3481521103338382271_13329396247",
"code": "DBQ2P9igqO_",
"taken_at": "2024-10-18T11:07:59.000Z",
"media_type": 1,
"caption": "😮‍💨The aura of Ronaldo and his fans is completely different>>\n\n#goat🐐",
"user": {
"pk": "13329396247",
"username": "crisxfan",
"full_name": "𓆩𝐜𝐫𝐢𝐬𝐱𝐟𝐚𝐧𓆪",
"is_private": false,
"profile_pic_url": "https://scontent-iad3-2.cdninstagram.com/v/t51.2885-19/456354106_483460271110464_3568038459190018888_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=100&_nc_ohc=PnGWXDzWuV0Q7kNvgGj91lq&_nc_gid=5bd621661fd342a68b06cc9ad687c6f4&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB_aX_3VhfDiGWPXPM-piDLperK-oDjgp2Oa8St0xH07w&oe=673082AD&_nc_sid=76c0fc"
},
"like_count": 179879,
"has_liked": false,
"product_type": "feed",
"is_paid_partnership": false
},
{
"id": "3404279298968605116_47966950636",
"code": "C8-bfxbPVG8",
"taken_at": "2024-07-03T21:22:18.000Z",
"media_type": 8,
"caption": "The best games for Cristiano Ronaldo 🇵🇹\n.\n.\n.\n.\n.\n.\n.\n#post #cristiano #cr7 #ronaldo #cr7fans #explore #instagram",
"user": {
"pk": "47966950636",
"username": "celio_v7_",
"full_name": "Celio",
"is_private": false,
"profile_pic_url": "https://scontent-iad3-2.cdninstagram.com/v/t51.2885-19/463625880_533124346012296_3554866288787086088_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=100&_nc_ohc=IPVjsN_pxZQQ7kNvgGw_pDt&_nc_gid=5bd621661fd342a68b06cc9ad687c6f4&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYASPLkAP4n13bm3wSQ6lrjqWpD_tOu-Tv-Sd9BmASUhhQ&oe=67309F77&_nc_sid=76c0fc"
},
"like_count": 84384,
"has_liked": false,
"product_type": "carousel_container",
"is_paid_partnership": false
},
...
]