Skip to content

Instantly share code, notes, and snippets.

@yfe404
Last active June 5, 2019 08:11
Show Gist options
  • Save yfe404/859ef835f905bb8058e0920390a36dda to your computer and use it in GitHub Desktop.
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 ...
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