instagram-scraper
instagram-scraper copied to clipboard
Tag based scraping not working
Tag based scraping giving 400 Error I am trying to search based on tags from my account credentials, But unable to fetch media_metadata out of it Following is the command I am trying to execute:
instagram-scraper --tag bali,travel -u ****** -p ****** --media-types none --media-metadata --maximum 5
In the output log I am seeing following error:
WARNING - Retry after exception HTTPError('400 Client Error: Bad Request for url: https://i.instagram.com/api/v1/media/2922597744599974852/info/') on https://i.instagram.com/api/v1/media/2922597744599974852/info/
Whereas scraping based on username is working fine with same paramters