{"id":21038213,"url":"https://github.com/jglchen/react-native-web-scrape","last_synced_at":"2025-10-03T18:58:49.044Z","repository":{"id":65823315,"uuid":"595467779","full_name":"jglchen/react-native-web-scrape","owner":"jglchen","description":"This mobile app is considered the mobile version of Web Scraping Demonstrations to demonstrate web scraping cases and my expertise in web scraping. ","archived":false,"fork":false,"pushed_at":"2023-03-23T09:52:30.000Z","size":603,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T14:47:28.200Z","etag":null,"topics":["expo","mobile","react-native","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://jglchen.github.io/react-native-web-scrape/","language":"TypeScript","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/jglchen.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,"zenodo":null}},"created_at":"2023-01-31T06:12:01.000Z","updated_at":"2024-01-21T01:46:49.000Z","dependencies_parsed_at":"2025-04-12T14:49:04.552Z","dependency_job_id":null,"html_url":"https://github.com/jglchen/react-native-web-scrape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jglchen/react-native-web-scrape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Freact-native-web-scrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Freact-native-web-scrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Freact-native-web-scrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Freact-native-web-scrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jglchen","download_url":"https://codeload.github.com/jglchen/react-native-web-scrape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Freact-native-web-scrape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278212138,"owners_count":25949045,"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-03T02:00:06.070Z","response_time":53,"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":["expo","mobile","react-native","reactjs","typescript"],"created_at":"2024-11-19T13:30:04.826Z","updated_at":"2025-10-03T18:58:49.030Z","avatar_url":"https://github.com/jglchen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Web Scraping Demonstrations -- Mobile Version\n\nThis mobile app is considered the mobile version of [Web Scraping Demonstrations](https://web-scrape.vercel.app) to demonstrate web scraping cases and my expertise in web scraping. Totally 9 scraping cases are presented at this moment, they are handled in API routes with [node.js](https://nodejs.org/en/).\n\nThere are two main approaches to scraping the web: \n1. HTTP clients to query the web and data extraction\n2. headless browsers\n\nFor the first approach, we use [Cheerio](https://www.npmjs.com/package/cheerio), a library using jQuery on the server side, to crawl web pages. Sites, however, now become increasingly complex, and often regular HTTP crawling won't suffice anymore, but one needs a full-fledged browser engine, to get the necessary information from a site. This is particularly true for single-page applications which heavily rely on JavaScript and dynamic and asynchronous resources. Browser automation and headless browsers come to deal with the issues. Therefore we use [Puppeteer](https://pptr.dev/) to manipulate the browser programmatically. For the cases in this demonstration, we use either way depending on the actual situations of the target pages.\n\n**iOS** and **Android** mobile apps are developed with **React Native**, anyone who is interested can test the apps through the [Expo Publish Link](https://exp.host/@jglchen/web-scrape) with [Expo Go](https://expo.dev/client) app.\n\n### [React Native Expo Publish](https://expo.dev/@jglchen/web-scrape)\n### [React Native GitHub](https://github.com/jglchen/react-native-web-scrape)\n### [View the Web Demo](https://web-scrape.vercel.app)\n### [React GitHub](https://github.com/jglchen/web-scrape)\n### Docker: docker run -p 3000:3000 jglchen/web-scrape\n        \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjglchen%2Freact-native-web-scrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjglchen%2Freact-native-web-scrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjglchen%2Freact-native-web-scrape/lists"}