{"id":20427337,"url":"https://github.com/ptyadana/web-scraping-and-api-in-python","last_synced_at":"2025-10-11T21:17:40.442Z","repository":{"id":80152770,"uuid":"255508822","full_name":"ptyadana/Web-Scraping-and-API-in-Python","owner":"ptyadana","description":"Web Scraping and API in Python using beautifulsoup, requests, requests-xml, etc for processing multiple APIs and scraping multple sites such as youtube, soundcloud and many more.","archived":false,"fork":false,"pushed_at":"2020-04-25T14:17:21.000Z","size":4629,"stargazers_count":20,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-19T21:00:41.530Z","etag":null,"topics":["365datascience","api","beautifulsoup","exchangeratesapi-io","github-api","itunes-api","jokes-api","jupyter-notebook","juypter","lxml","python3","requests","requests-html","soundcloud","steam","urllib","webscraping","youtube"],"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/ptyadana.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":"2020-04-14T04:20:14.000Z","updated_at":"2025-04-03T14:19:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4dfa9c0-3adc-44ec-ac84-6f579c1bf740","html_url":"https://github.com/ptyadana/Web-Scraping-and-API-in-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ptyadana/Web-Scraping-and-API-in-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2FWeb-Scraping-and-API-in-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2FWeb-Scraping-and-API-in-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2FWeb-Scraping-and-API-in-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2FWeb-Scraping-and-API-in-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptyadana","download_url":"https://codeload.github.com/ptyadana/Web-Scraping-and-API-in-Python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2FWeb-Scraping-and-API-in-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008830,"owners_count":26084516,"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":["365datascience","api","beautifulsoup","exchangeratesapi-io","github-api","itunes-api","jokes-api","jupyter-notebook","juypter","lxml","python3","requests","requests-html","soundcloud","steam","urllib","webscraping","youtube"],"created_at":"2024-11-15T07:19:38.410Z","updated_at":"2025-10-11T21:17:40.438Z","avatar_url":"https://github.com/ptyadana.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Scraping and API in Python\n\nPython project for integrations with different API and web scraping with BeautifulSoup and HTML-requests libraries for multiple scraping projects such as Youtube, dynamically generated Javascript for SounCloud and many more. \n\n## Built With\n* [python 3](https://www.python.org/)\n* [requests](https://requests.readthedocs.io/en/master/) - Requests is an elegant and simple HTTP library for Python.\n* [pandas](https://pandas.pydata.org/) - fast, powerful, flexible and easy to use open source data analysis and manipulation tool\n* [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/) - for screen scraping library\n* [requests-HTML](https://requests.readthedocs.io/projects/requests-html/en/latest/) - make parsing HTML as simple and intuitive as possible with Full JavaScript Support\n* [python html.parser](https://docs.python.org/3/library/html.parser.html) - html parser\n* [lxml parser](https://lxml.de/parsing.html) - asd\n* [html5lib parser](https://github.com/html5lib/html5lib-python) - simple and powerful API for parsing XML and HTML\n* [urllib](https://docs.python.org/3/library/urllib.parse.html#module-urllib.parse) - URL handling module\n\n## API Projects\n* [Currency Exchange Rate API](https://exchangeratesapi.io/)\n* [iTune API](https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/Searching.html#//apple_ref/doc/uid/TP40017632-CH5-SW1)\n* [GitHub Jobs API](https://jobs.github.com/api)\n* [Official Joke API](https://github.com/15Dkatz/official_joke_api)\n* [Joke API](https://sv443.net/jokeapi)\n\n## Web Scraping Projects\n* [Rotten Tomatoes](https://www.rottentomatoes.com/)\n* [Steam](https://store.steampowered.com/games/)\n* [Youtube](https://www.youtube.com/)\n* [Sound Cloud](https://soundcloud.com/)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## References\n\n* The challenges are part of [Web Scraping and API in Python course](https://365datascience.com/courses/web-scraping-and-api-fundamentals-in-python/) by 365 Data Science.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptyadana%2Fweb-scraping-and-api-in-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptyadana%2Fweb-scraping-and-api-in-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptyadana%2Fweb-scraping-and-api-in-python/lists"}