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.9 (63)

Pricing

from $1.50 / 1,000 results

1958

Total users

117K

Monthly users

13K

Runs succeeded

>99%

Issues response

3.4 days

Last modified

11 hours ago

HE

Post requests with "skipPinnedPosts:false" ignore the "Newer than" restriction.

Open

helenapc2018 opened this issue
8 days ago

I want to get "new" posts regardless of whether they're pinned. Some accounts pin their new posts. Therefore, they are skipped. But if I use "skipPinnedPosts:false," it shows all pinned posts, ignoring the "Newer than" restriction.

alexey avatar

Hi!

Can you please share a run with the direct example? Current logic should be as you described - date filter applied to the pinned posts if they are not skipped.

HE

helenapc2018

a day ago

Sure. Sorry for the delay. This is the Run:

{ "addParentData": false, "directUrls": [ "https://www.instagram.com/teatroprovincialsalta/", "https://www.instagram.com/salonauditoriumsalta/", "https://www.instagram.com/lamorisqueta/", "https://www.instagram.com/laventolera.salta/", "https://www.instagram.com/teatroaciegas/", "https://www.instagram.com/arpias_salta/", "https://www.instagram.com/casadelaculturasalta/", "https://www.instagram.com/centroculturalamerica/", "https://www.instagram.com/centroculturalborelli/", "https://www.instagram.com/lamestiza.cc/", "https://www.instagram.com/elteatrinook/", "https://www.instagram.com/copaipasalta/", "https://www.instagram.com/latotoraespaciocultural/", "https://www.instagram.com/porquesicasacultural/", "https://www.instagram.com/procultura.salta/", "https://www.instagram.com/pro_cultura_salta/", "https://www.instagram.com/salamitaddelpasillo/", "https://www.instagram.com/tallerdeteatrosensaciones/", "https://www.instagram.com/fundacionsalta/", "https://www.instagram.com/usina.cultural.salta/" ], "enhanceUserSearchWithFacebookPage": false, "isUserReelFeedURL": false, "isUserTaggedFeedURL": false, "onlyPostsNewerThan": "1 day", "resultsLimit": 2, "resultsType": "posts", "searchLimit": 1, "skipPinnedPosts": false }

They are local theater accounts. The behavior I need is "Show posts from a day ago, including those pinned this time." (As I said, some accounts pin new posts.) But when I use ["skipPinnedPosts": true] this skips new posts (because they are pinned), and if I use ["skipPinnedPosts": false] I get pinned posts from 2020 :P