{"id":24757942,"url":"https://github.com/noureldin2303/web-scraping-using-multithreading","last_synced_at":"2025-10-11T05:30:51.200Z","repository":{"id":65652883,"uuid":"596606993","full_name":"Noureldin2303/Web-scraping-using-Multithreading","owner":"Noureldin2303","description":"extract data using web scraping with python","archived":false,"fork":false,"pushed_at":"2023-04-02T12:57:55.000Z","size":6786,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T08:51:17.390Z","etag":null,"topics":["chrome","communityexchange","dataset","datasets","github-campus-experts","github-codespaces","learn","python","scraper","scraping-websites","selenium","selenium-python","selenium-webdriver","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/Noureldin2303.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2023-02-02T14:56:47.000Z","updated_at":"2024-09-26T05:14:06.000Z","dependencies_parsed_at":"2025-01-28T15:48:09.329Z","dependency_job_id":null,"html_url":"https://github.com/Noureldin2303/Web-scraping-using-Multithreading","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Noureldin2303/Web-scraping-using-Multithreading","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noureldin2303%2FWeb-scraping-using-Multithreading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noureldin2303%2FWeb-scraping-using-Multithreading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noureldin2303%2FWeb-scraping-using-Multithreading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noureldin2303%2FWeb-scraping-using-Multithreading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Noureldin2303","download_url":"https://codeload.github.com/Noureldin2303/Web-scraping-using-Multithreading/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noureldin2303%2FWeb-scraping-using-Multithreading/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006320,"owners_count":26084085,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chrome","communityexchange","dataset","datasets","github-campus-experts","github-codespaces","learn","python","scraper","scraping-websites","selenium","selenium-python","selenium-webdriver","web-scraping"],"created_at":"2025-01-28T15:37:06.242Z","updated_at":"2025-10-11T05:30:50.027Z","avatar_url":"https://github.com/Noureldin2303.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web-scraping\n\n**To extract data using web scraping with python using multithreading:**\n\n1- Find the URL that you want to scrape\n\n2-  Inspecting the Page\n\n3- Find the data you want to extract\n\n4-  Write the code\n\n5-  Run the code and extract the data\n\n6- Store the data in the required format\n\u003cbr/\u003e\u003cbr/\u003e\n**Download Browser driver is using**\n\n\u003ctable border=\"1\" align=\"left\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003eChrome\u003c/strong\u003e:\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://sites.google.com/chromium.org/driver/\"\u003ehttps://sites.google.com/chromium.org/driver/\u003c/a\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\n\n\u003cul\u003e\n  \u003cli\u003eImporting packages: from selenium import webdriver\u003c/li\u003e\n   \u003cli\u003eCreate Chrome driver Instance: driver = webdriver.Chrome(r'Path in your computer where you have installed chromedriver')\u003c/li\u003e\n   \u003cli\u003eFetch webpage: driver.get('URL')\u003c/li\u003e\n   \u003cli\u003eParse webpage using Xpath: Data = driver.find_elements(By.XPATH,‘Xpath’)\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoureldin2303%2Fweb-scraping-using-multithreading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoureldin2303%2Fweb-scraping-using-multithreading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoureldin2303%2Fweb-scraping-using-multithreading/lists"}