{"id":27696514,"url":"https://github.com/rajputpriyankaa/scrapy","last_synced_at":"2025-07-09T04:40:23.097Z","repository":{"id":287594423,"uuid":"965217718","full_name":"rajputpriyankaa/scrapy","owner":"rajputpriyankaa","description":"Web scraping with Scrapy","archived":false,"fork":false,"pushed_at":"2025-04-12T17:24:42.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T18:26:53.543Z","etag":null,"topics":["css-selectors","scraping","scrapy","xpath"],"latest_commit_sha":null,"homepage":"https://www.scrapingcourse.com/ecommerce/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajputpriyankaa.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-12T17:10:31.000Z","updated_at":"2025-04-12T17:27:45.000Z","dependencies_parsed_at":"2025-04-12T18:27:21.036Z","dependency_job_id":"4e2ffcc0-60cf-4c39-9bee-2c9b9f35085b","html_url":"https://github.com/rajputpriyankaa/scrapy","commit_stats":null,"previous_names":["rajputpriyankaa/scrapy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajputpriyankaa%2Fscrapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajputpriyankaa%2Fscrapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajputpriyankaa%2Fscrapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajputpriyankaa%2Fscrapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajputpriyankaa","download_url":"https://codeload.github.com/rajputpriyankaa/scrapy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250840608,"owners_count":21495910,"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":["css-selectors","scraping","scrapy","xpath"],"created_at":"2025-04-25T15:11:09.381Z","updated_at":"2025-04-25T15:11:10.103Z","avatar_url":"https://github.com/rajputpriyankaa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scrapy\nWeb scraping with Scrapy\n\n# For starting the project, use command:\nscrapy startproject \u003cProjectName\u003e\nEx: scrapy startproject scrapingcourse\n\n# Go to the created directory\ncd scrapingcourse\n\n# Generate a spider file\nscrapy genspider scraper \u003cURL\u003e\nEx: scrapy genspider scraper https://www.scrapingcourse.com/ecommerce/ \nIt will create the scraper.py under spiders folder\n\n# To run the scraper:\nscrapy crawl scraper\n\n# To output the data in json file:\nscrapy crawl scraper -o json \n\n# To output the data in csv file:\nscrapy crawl scraper -o scraper.csv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajputpriyankaa%2Fscrapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajputpriyankaa%2Fscrapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajputpriyankaa%2Fscrapy/lists"}