ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.94k stars 608 forks source link

Is there an endpoint for explore search? #395

Open chrisbuetti opened 2 years ago

chrisbuetti commented 2 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


Describe your Question/Issue:

Is there an endpoint/function for the explore keyword search, like this? https://www.instagram.com/explore/search/keyword/?q=fitness (I know this is web, but it's the same thing on the app)

I see the one for just the generic explore page, but not for the one that uses keyword search (see attached photo).

Any help would be appreciated.

Captura de pantalla 2022-07-14 a la(s) 2 42 59 p m

prafulbagai commented 2 years ago

@ping Any updates on this? I am too looking out for this!

prafulbagai commented 2 years ago

@chrisbuetti Were you able to achieve this?

chrisbuetti commented 2 years ago

@prafulbagai No :(

prafulbagai commented 2 years ago

I found a similar explore in instagram_private_api. However, that returns 404. Looks like, Instagram have changed the API endpoint.