Last active
June 5, 2019 08:11
-
-
Save yfe404/859ef835f905bb8058e0920390a36dda to your computer and use it in GitHub Desktop.
Scrap Instagram public information on a user including biography, number of followers, post image urls and captions, number of likes per post ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl https://www.instagram.com/USERNAME/ | grep 'window._sharedData = ' | python -c 'print(input()[64:-10])' | jq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment