{"id":19785607,"url":"https://github.com/knlnks/uber_eats_scraper","last_synced_at":"2025-04-30T23:30:45.757Z","repository":{"id":39620038,"uuid":"272531179","full_name":"KnlnKS/uber_eats_scraper","owner":"KnlnKS","description":"An Uber Eats scraper written in python.","archived":false,"fork":false,"pushed_at":"2022-05-30T18:06:00.000Z","size":10692,"stargazers_count":21,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T05:51:15.572Z","etag":null,"topics":["python","restaurant","selenium","uber-eats","uber-eats-scraper","web-scraper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/KnlnKS.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}},"created_at":"2020-06-15T19:55:01.000Z","updated_at":"2025-03-03T00:27:53.000Z","dependencies_parsed_at":"2022-09-19T16:02:19.221Z","dependency_job_id":null,"html_url":"https://github.com/KnlnKS/uber_eats_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/KnlnKS%2Fuber_eats_scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnlnKS%2Fuber_eats_scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnlnKS%2Fuber_eats_scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnlnKS%2Fuber_eats_scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnlnKS","download_url":"https://codeload.github.com/KnlnKS/uber_eats_scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251799298,"owners_count":21645771,"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":["python","restaurant","selenium","uber-eats","uber-eats-scraper","web-scraper"],"created_at":"2024-11-12T06:15:13.650Z","updated_at":"2025-04-30T23:30:44.948Z","avatar_url":"https://github.com/KnlnKS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uber Eats Scraper\nAn Uber Eats Selenium web scraper written in python. Gathers info on restaurant name, details, rating, and menu items.\nSaves all restaurant urls in a given city and saves data to a json file. Example structure below:\n\n```json\n{\n  \"title\": \"Osmow's (656 Gardiners Rd Unit 20B)\",\n  \"detail\": \"$$ • Mediterranean • Sandwich • Salads\",\n  \"rating\": \"4.4\",\n  \"num_reviews\": \"(294)\",\n  \"menu\": [\n    {\n      \"Picked For You\": [\n        {\n          \"name\": \"Chicken Shawarma Wrap Combo\",\n          \"description\": \"Finely carved from a rotating spit, chicken thigh roasted to perfection. Served in a pita wrap with choice of fresh ingredients. Topped with Osmow's signature garlic sauce. Comes with drink.\",\n          \"price\": \"$10.55\\n • \\n540 - 870 Cal.\",\n          \"status\": \"In stock\",\n          \"img_url\": \"\"\n        },\n        {\n          \"name\": \"Baklava\",\n          \"description\": \"A Mediterranean dessert made with phyllo dough and mixed nuts baked to golden perfection, and covered in sweet syrup allowing it to be absorbed into the layers.\",\n          \"price\": \"$2.87\",\n          \"status\": \"In stock\",\n          \"img_url\": \"\"\n        },\n        {\n          \"name\": \"Fries\",\n          \"description\": \"Chopped potatoes deep fried to a moderate crisp\",\n          \"price\": \"$3.21\",\n          \"status\": \"In stock\",\n          \"img_url\": \"https://d1ralsognjng37.cloudfront.net/47b40536-8ecb-4518-b7ac-51ad14570114.jpeg\"\n        },\n        {\n          \"name\": \"Falafel\",\n          \"description\": \"Mix of ground chickpea, fava bean and Osmow’s secret herbs and spices golden fried to perfection and served with Osmow's signature tahini sauce.\",\n          \"price\": \"$0.99\",\n          \"status\": \"In stock\",\n          \"img_url\": \"https://d1ralsognjng37.cloudfront.net/ee41acde-f4a3-4c4d-af8e-c04bea26cfb2.jpeg\"\n        },\n        {\n          \"name\": \"Grilled Veggies\",\n          \"description\": \"Seasonal vegetables garnished with fresh herbs and grilled to perfection.\",\n          \"price\": \"$6.31\",\n          \"status\": \"In stock\",\n          \"img_url\": \"https://d1ralsognjng37.cloudfront.net/4020ee41-077e-4f1b-9e82-34565f121d94.jpeg\"\n        }\n      ]\n    }\n  ]\n}\n```\n\n                        \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknlnks%2Fuber_eats_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknlnks%2Fuber_eats_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknlnks%2Fuber_eats_scraper/lists"}