{"id":42486608,"url":"https://github.com/fzrilsh/stackoverflow-scrape","last_synced_at":"2026-01-28T11:29:09.513Z","repository":{"id":65281373,"uuid":"588879966","full_name":"fzrilsh/stackoverflow-scrape","owner":"fzrilsh","description":"Query a question and find the answer on stackoverflow","archived":false,"fork":false,"pushed_at":"2023-04-17T16:58:12.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T15:28:33.353Z","etag":null,"topics":["javascript","scrape-stackoverflow","scraper","stackoverflow","stackoverflow-api","stackoverflow-questions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fzrilsh.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}},"created_at":"2023-01-14T10:42:53.000Z","updated_at":"2024-07-13T11:16:00.000Z","dependencies_parsed_at":"2023-01-16T05:45:33.415Z","dependency_job_id":null,"html_url":"https://github.com/fzrilsh/stackoverflow-scrape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fzrilsh/stackoverflow-scrape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzrilsh%2Fstackoverflow-scrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzrilsh%2Fstackoverflow-scrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzrilsh%2Fstackoverflow-scrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzrilsh%2Fstackoverflow-scrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fzrilsh","download_url":"https://codeload.github.com/fzrilsh/stackoverflow-scrape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzrilsh%2Fstackoverflow-scrape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["javascript","scrape-stackoverflow","scraper","stackoverflow","stackoverflow-api","stackoverflow-questions"],"created_at":"2026-01-28T11:29:09.447Z","updated_at":"2026-01-28T11:29:09.508Z","avatar_url":"https://github.com/fzrilsh.png","language":"JavaScript","readme":"# stackoverflow-scrape\nQuery a question and find the answer on stackoverflow\n\n## Table of Contents\n\n- [stackoverflow-scrape](#stackoverflow-scrape)\n  - [Table of Contents](#table-of-contents)\n  - [Usage](#usage)\n      - [For Node.js](#for-nodejs)\n    - [WARNING](#warning)\n  - [Todo](#todo)\n\n## Usage\n\n#### For Node.js\n\nInstall using:\n\n```shell\nnpm install stackoverflow-scrape --save\n```\n\n### WARNING\n\nthis module require nodejs ver ^18.11.0\n\n```javascript\nvar stackoverflow = require(\"stackoverflow-scrape\");\n\n(async() =\u003e {\n    const fetchForum = await stackoverflow(\"scraping with jsdom\")\n\n    // Or You can use Stackoverflow Link\n    // With the url can speed up getting answers\n    const fetchForum = await stackoverflow(\"https://stackoverflow.com/questions/25445936/node-js-web-scraping-with-jsdom\")\n\n    console.log(fetchForum)\n})()\n```\n\n## Todo\n- Make Array for Multiple Question and Answer","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffzrilsh%2Fstackoverflow-scrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffzrilsh%2Fstackoverflow-scrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffzrilsh%2Fstackoverflow-scrape/lists"}