Feedify

Instagram music to Spotify playlists.

Paste a profile, give Feedify a logged-in Instagram cookie header, and let the server scan posts for music clues using the same parser logic as the extension.

Scanner

Server scrape
How to find your Instagram cookie

Feedify needs your logged-in Instagram browser session to query the feed API. The easiest flow is different on desktop and mobile.

  • Desktop: log into Instagram in Chrome, open Developer Tools, go to Network, refresh Instagram, click any request to `instagram.com`, and copy the full `Cookie` request header.
  • Android: if you use the installed app less often, open Instagram in Chrome first, log in there, then use Chrome DevTools remote debugging from a desktop to inspect the request headers.
  • Short input may work too: try `sessionid=...` first. If scanning fails, paste the full cookie header instead.
  • Keep this private. It is a live authenticated session string, not just a username.

How this works

This proof of concept is intentionally simple: shared-hosting friendly PHP, cURL requests with your Instagram cookie header, and parser heuristics ported from the working Feedify extension.