{"id":19358128,"url":"https://github.com/sj22032003/scrapper-basic-flipkart","last_synced_at":"2026-05-05T10:36:41.314Z","repository":{"id":230727466,"uuid":"780021706","full_name":"SJ22032003/scrapper-basic-flipkart","owner":"SJ22032003","description":"Minor web scrapper using puppeteer to scrap data from Flipkart listing ","archived":false,"fork":false,"pushed_at":"2024-05-09T17:38:29.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T18:27:11.438Z","etag":null,"topics":["bun","puppeteer","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SJ22032003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-31T13:29:58.000Z","updated_at":"2024-05-09T17:38:33.000Z","dependencies_parsed_at":"2024-11-10T07:10:30.240Z","dependency_job_id":"d99166f4-6974-4f04-bdfb-65518e9c9240","html_url":"https://github.com/SJ22032003/scrapper-basic-flipkart","commit_stats":null,"previous_names":["sj22032003/scrapper-basic-flipkart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SJ22032003%2Fscrapper-basic-flipkart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SJ22032003%2Fscrapper-basic-flipkart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SJ22032003%2Fscrapper-basic-flipkart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SJ22032003%2Fscrapper-basic-flipkart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SJ22032003","download_url":"https://codeload.github.com/SJ22032003/scrapper-basic-flipkart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240474063,"owners_count":19807262,"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":["bun","puppeteer","typescript"],"created_at":"2024-11-10T07:10:28.439Z","updated_at":"2025-11-18T10:03:15.223Z","avatar_url":"https://github.com/SJ22032003.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Scrapping with Puppeteer and TypeScript\n\nThis project, `scrapper-basic-flipkart`, is a minor web scraper that uses [Puppeteer](https://pptr.dev/) to scrape data from Flipkart listings. The project is written in [TypeScript](https://www.typescriptlang.org/), a statically typed superset of JavaScript that adds optional types.\n\n## Usage\n\nThe main entry point of the application is [`index.ts`](index.ts). This script launches a Puppeteer browser instance, navigates to the Flipkart website, and scrapes product data from the listings. The scraped data is then saved to a JSON file named `parsed_flipkart_data.json`.\n\n## Puppeteer\n\nPuppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Puppeteer runs headless by default but can be configured to run full (non-headless) Chrome or Chromium.\n\nIn this project, Puppeteer is used to navigate to the Flipkart website and interact with the webpage as if a real user were browsing the site. It fetches product details such as title, rating, price, and specifications.\n\n## TypeScript\n\nTypeScript is used in this project to ensure type safety and improve the development experience with features like autocompletion, type inference, and type checking.\n\n## Bun.js\n\nThe project uses [Bun.js](https://github.com/bunjs/bun) as a development dependency. Bun.js is a minimalistic build tool for JavaScript and TypeScript projects. It's used in this project to run the `index.ts` script. You can start the script by running the following command in your terminal:\n\n```sh\nbun install\n```\n\n```sh\nnpm run start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsj22032003%2Fscrapper-basic-flipkart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsj22032003%2Fscrapper-basic-flipkart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsj22032003%2Fscrapper-basic-flipkart/lists"}