{"id":18898452,"url":"https://github.com/lysabrina/web-scraping-practice","last_synced_at":"2026-04-12T09:46:40.967Z","repository":{"id":161748753,"uuid":"618696474","full_name":"LySabrina/web-scraping-practice","owner":"LySabrina","description":"Collection of projects to learn web-scraping with Java \u0026 Spring-boot","archived":false,"fork":false,"pushed_at":"2023-05-04T19:15:16.000Z","size":19354,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T08:45:45.092Z","etag":null,"topics":["bootstrap","dom","html","java","react","spring-boot","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Java","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/LySabrina.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":"2023-03-25T04:35:40.000Z","updated_at":"2023-08-22T12:02:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"30a6e7fe-80b5-4098-ad82-844da81c7284","html_url":"https://github.com/LySabrina/web-scraping-practice","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/LySabrina%2Fweb-scraping-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LySabrina%2Fweb-scraping-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LySabrina%2Fweb-scraping-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LySabrina%2Fweb-scraping-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LySabrina","download_url":"https://codeload.github.com/LySabrina/web-scraping-practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239879316,"owners_count":19712176,"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":["bootstrap","dom","html","java","react","spring-boot","web-scraping"],"created_at":"2024-11-08T08:42:41.847Z","updated_at":"2026-03-01T11:30:18.914Z","avatar_url":"https://github.com/LySabrina.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Description\nCollection of several web-scraping practice projects.\nTwo dedicated sites that were made to be sites are from: http://toscrape.com/\n\nAdditionally, practice of Spring boot + React will be used. \n\n#Notes\nDocument is from the org.jsoup.nodes package\n- is a class \n- Represents the HTML document\n- represents the entire HTML or XML document --\u003e provides access to the document data\n\nJsoup\n- working with real-world HTML \n- has API for fetching URLs and extracting \u0026 manipulating data using HTML5 DOM methods and CSS selectors\n\nClass Jsoup (documentation: https://jsoup.org/apidocs/org/jsoup/Jsoup.html)\n- static methods ==\u003e usability methods \n\nClass Connection \n- creates a new Connection (session) with the defined request URL.\n- Used to fetch and parse a HTML page\n- get() method which is used to execute a request as a GET and fetch the HTML document\n\nClass Element\n- the HTML element \n- can manipulate the node with methods similar to JS node manipulation in the DOM\n\nClass Elements\n- extends ArrayList\u003cElement\u003e\n- hence Elements holds a collection of Element\n\n## Anti-Scraping Systems\nSome anti-scraping systems will block HTTP requests if they do not have HTTP headers.\n\nHow to avoid blocking techniques:\n1) Always set the User-Agent header (identifies the applicaiton, OS, and vendor)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flysabrina%2Fweb-scraping-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flysabrina%2Fweb-scraping-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flysabrina%2Fweb-scraping-practice/lists"}