Instagram Scraper avatar
Instagram Scraper

Pricing

$2.30 / 1,000 results

Go to Store
Instagram Scraper

Instagram Scraper

Developed by

Apify

Apify

Maintained by Apify

Scrape and download Instagram posts, profiles, places, hashtags, photos, and comments. Get data from Instagram using one or more Instagram URLs or search queries. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

4.4 (54)

Pricing

$2.30 / 1,000 results

1446

Total users

94k

Monthly users

10.6k

Runs succeeded

>99%

Issue response

2.7 days

Last modified

a day ago

IN

Support Request: Custom Output Fields & Data Formatting in Instagram Scraper

Closed

info.bshinternational opened this issue
22 days ago

Dear Apify Team,

I hope this message finds you well.

I am currently using your Instagram Scraper to extract posts related to specific hashtags — for example, #hairtoxx. While the scraper is functioning overall, I am experiencing a few challenges that I would appreciate your help with:

  1. Extracting only specific fields:
    When scraping hashtag-related posts, I would like to export only the following fields from the "latest posts" section:

    • timestamp
    • ownerUsername
    • locationName
    • url
      However, the Excel output includes a large number of fields by default, and I haven’t found a way to select only the ones I need.
  2. Date format issues:
    The timestamp field is currently exported in ISO format (e.g., 2025-02-02T18:43:00.000Z). I would prefer to receive the date in the format dd/mm/yyyy directly in the Excel file.

  3. Follower count:
    I also need to extract the follower count of the profiles posting the content, but this information is not included in the current output when scraping hashtag mentions.

Is there any way to configure the scraper or the dataset output to meet these requirements? My ideal result would be an Excel file with only the necessary columns mentioned above, with properly formatted dates and follower counts where available.

Any guidance or custom configuration options would be greatly appreciated.

Thank you in advance for your support!

Best regards,
Melissa.

weuts avatar

Hi Melissa 😊

For 1 and 2 I'm afraid that you'll have to process the data with an integration or a separate tool to get it to the format you want - something like drobnikj/dataset-processor-python may be useful if you know some or can get an AI to write you some python, but I have not tried it myself. The documentation about how to create actor integrations may also help.

For 3: I'm afraid you'll have to use something like apify/instagram-profile-scraper to get the follower counts of the posters - it is not part of the post data itself.

I wish you the best of luck with your integrations 😊

I'll close this issue now, but feel free to reach out again if you encounter issues or have questions about our scrapers 😌

IN

info.bshinternational

6 days ago

Thanks!