{"id":27003082,"url":"https://github.com/riad-azz/instagram-video-scraper","last_synced_at":"2025-04-04T05:15:15.496Z","repository":{"id":197519711,"uuid":"698797870","full_name":"riad-azz/instagram-video-scraper","owner":"riad-azz","description":"Simple API for Scraping instagram videos with no login required using puppeteer and express.","archived":false,"fork":false,"pushed_at":"2023-10-01T14:30:34.000Z","size":101,"stargazers_count":6,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T10:52:07.862Z","etag":null,"topics":["expressjs","expressjs-api","expressjs-server","instagram","instagram-api","instagram-reels","instagram-scraper","instagram-video","puppeteer","scraper"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/riad-azz.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,"governance":null}},"created_at":"2023-10-01T02:11:39.000Z","updated_at":"2024-09-09T20:01:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fddfd45-daff-4797-be3b-24b6db058f65","html_url":"https://github.com/riad-azz/instagram-video-scraper","commit_stats":null,"previous_names":["riad-azz/instagram-video-scraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riad-azz%2Finstagram-video-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riad-azz%2Finstagram-video-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riad-azz%2Finstagram-video-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riad-azz%2Finstagram-video-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riad-azz","download_url":"https://codeload.github.com/riad-azz/instagram-video-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247123060,"owners_count":20887261,"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":["expressjs","expressjs-api","expressjs-server","instagram","instagram-api","instagram-reels","instagram-scraper","instagram-video","puppeteer","scraper"],"created_at":"2025-04-04T05:15:14.969Z","updated_at":"2025-04-04T05:15:15.489Z","avatar_url":"https://github.com/riad-azz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instagram Video Scraper API\n\nScrape instagram videos with no login required using puppeteer and express.\n\n## Description\n\nThis is a powerful Instagram video scraper built using Express.js and Puppeteer. It allows you to extract video URL's from Instagram posts/reels with ease. Whether you want to create a personal video collection or analyze content for research, this tool makes the process straightforward.\n\n## Getting Started\n\nClone the repository\n\n```bash\ngit clone https://github.com/riad-azz/instagram-video-scraper.git\n```\n\nInstall dependencies\n\n```bash\ncd instagram-video-scraper \u0026\u0026 npm install\n```\n\nRunning the server\n\n```bash\n# Development\nnpm run dev\n\n# Production\nnpm start\n```\n\n## API Endpoints\n\n- `GET /api/video?url={POST_URL}`: Scrapes the video URL of the specified Instagram Post/Reel URL.\n\n## Examples\n\n### Request Example\n\n```javascript\nconst fetch = require('node-fetch');\n\nconst postUrl = 'https://www.instagram.com/p/{shortcode}/';\nconst apiUrl = `http://localhost:3000/api/video?url=${postUrl}`;\n\nfetch(apiUrl)\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    // Handle the scraped data here\n    mp4Url = data.videoUrl;\n    console.log(mp4Url);\n  })\n  .catch(error =\u003e {\n    console.error(error);\n  });\n```\n\n### Response Example\n\n```json\n{\n  \"videoUrl\": \"https://scontent.cdninstagram.com/v/t50.2886-16/385047357_643...mp4?...\",\n}\n```\n\n## License\n\nThis Instagram Video Scraper is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friad-azz%2Finstagram-video-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friad-azz%2Finstagram-video-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friad-azz%2Finstagram-video-scraper/lists"}