{"id":13549786,"url":"https://github.com/meetmangukiya/instagram-scraper","last_synced_at":"2025-10-03T18:30:47.278Z","repository":{"id":39352207,"uuid":"138404520","full_name":"meetmangukiya/instagram-scraper","owner":"meetmangukiya","description":"Scrape the Instagram frontend. Inspired from twitter-scraper by @kennethreitz.","archived":true,"fork":false,"pushed_at":"2018-06-29T07:33:58.000Z","size":11,"stargazers_count":934,"open_issues_count":9,"forks_count":83,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-09-29T16:41:56.492Z","etag":null,"topics":["client","instagram","instagram-scraper","javascript","no-authentication","python-3-6","requests-html","scraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meetmangukiya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-23T13:45:59.000Z","updated_at":"2024-09-12T02:18:41.000Z","dependencies_parsed_at":"2022-08-28T00:53:50.424Z","dependency_job_id":null,"html_url":"https://github.com/meetmangukiya/instagram-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetmangukiya%2Finstagram-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetmangukiya%2Finstagram-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetmangukiya%2Finstagram-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetmangukiya%2Finstagram-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meetmangukiya","download_url":"https://codeload.github.com/meetmangukiya/instagram-scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235173147,"owners_count":18947449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","instagram","instagram-scraper","javascript","no-authentication","python-3-6","requests-html","scraping"],"created_at":"2024-08-01T12:01:25.522Z","updated_at":"2025-10-03T18:30:46.986Z","avatar_url":"https://github.com/meetmangukiya.png","language":"Python","funding_links":[],"categories":["Python","📦 Legacy \u0026 Inactive Projects","Scrape and download data from Instagram"],"sub_categories":[],"readme":"# Instagram-Scraper\n\n## Installation\n\nThis scraper uses `requests_html` which requires python 3.6 or higher runtime.\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n### As library\n\n```python\nfrom instagram_scraper import scrape_instagram\n\nfor url, caption, hashtags, mentions in scrape_instagram(['quotes', 'meet'], 5):\n    print(url, caption, hashtags, mentions)\n```\n\n### As script\n\n```bash\npython3 instagram_scraper.py --tags software bugs --count 50\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeetmangukiya%2Finstagram-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeetmangukiya%2Finstagram-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeetmangukiya%2Finstagram-scraper/lists"}