subzeroid / instagrapi

🔥 The fastest and powerful Python library for Instagram Private API 2024
https://hikerapi.com/p/bkXQlaVe
MIT License
4.37k stars 684 forks source link

Search top media with keyword #826

Open heltred opened 2 years ago

heltred commented 2 years ago

Is your feature request related to a problem? Please describe. I would like to be able to search all media matching keyword, similar to this UI on the instagram app. I don't know what's the endpoint, but if you tell me I'm happy to send a PR.

Describe the solution you'd like

Something like

media = client.media_search("space") // returns list of media matching keyword space

Describe alternatives you've considered N/A

Additional context Add any other context or screenshots about the feature request here.

CameronButcher commented 1 year ago

Did you ever figure out the endpoint or a solution to this? @heltred