Instagram API Scraper avatar
Instagram API Scraper

Pricing

Pay per event

Go to Store
Instagram API Scraper

Instagram API Scraper

Developed by

Apify

Apify

Maintained by Apify

Scrape and download Instagram posts, profiles, places, hashtags, photos without login. Supports search keywords and URL lists. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

4.5 (9)

Pricing

Pay per event

85

Total users

4.8K

Monthly users

639

Runs succeeded

>99%

Issues response

1.7 days

Last modified

15 hours ago

CU

Searching with multiple hashtags in one request

Closed

acumen opened this issue
7 months ago

Hello,

We want to search with multiple hashtags in one request.

example input: { "directUrls":"[]", "resultsType":"details", "resultsLimit":"10", "searchType":"hashtag", "search":"['egypt','ai']", "searchLimit":"10", "skipPinnedPosts":"true", "onlyPostsNewerThan":"2024-10-25" }

Note : This is our requirement ( "search":"['egypt','ai']" )

alexey avatar

Hi!

Current hashtag search by name is equal to Instagram autocomplete search, so only way is to search for "egypt ai", see sample run https://console.apify.com/view/runs/Y7wPqXxArjZanaFBV

For compatibility reasons we can not change logic to treat "searchKey1", "searchKey2" as search for both. Please use space separator and use single search term with multiple words, relevance not ideal, i.e. in sample run I see both "egyptai" and "egyptain", however you can do more runs then pickup relevant results manually. No better support from Instagram search is possible anyways.

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