Instagram Scraper avatar
Instagram Scraper

Pricing

from $1.50 / 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.

3.8 (58)

Pricing

from $1.50 / 1,000 results

1588

Total users

101K

Monthly users

12K

Runs succeeded

>99%

Issues response

3 days

Last modified

2 hours ago

QS

Columns are being left out completely from my CSV results

Closed

quixotic_seal opened this issue
a year ago

columns like paidpartnership and sponsors/0/username are not appearing anywhere in my CSV results. I've run the actor multiple times and this keeps happening. 2 days ago I had the same issue on and off with the ownerusername column, I created an issue but I haven't seen a response yet.

alexey avatar

Hi! Quick check: https://api.apify.com/v2/datasets/ft75IGGAGb5xknCqM/items?clean=true&fields=url,paidPartnership,sponsors&format=json As far as tested works as expected, some posts like https://www.instagram.com/p/C6hFBPigB3u/ only show "Paid partnership" label without sponsors, others like https://www.instagram.com/p/C6hA0cAO34s show "Paid partnership with" and for such cases actor getting

{
"paidPartnership": true,
"sponsors": [
{
"id": "216805465",
"username": "optimumnutrition"
}
]
}

In regards of CSV - data export is platform feature for all the actors, I see that "sponsors" are missing in CSV output, please consider to use https://apify.com/lukaskrivka/dedup-datasets

You can also ask community in Apify Discord #hire-freelancers to build a simple integration script for this.

Actor can not change the way how platform export to CSV works.

I´m going to close the issue now, but if there would be anything else we could help with, please let us know.