{"id":17046493,"url":"https://github.com/peduarte/netflix-categories","last_synced_at":"2026-04-15T15:31:53.590Z","repository":{"id":69240286,"uuid":"79796043","full_name":"peduarte/netflix-categories","owner":"peduarte","description":"Every category on Netflix","archived":false,"fork":false,"pushed_at":"2017-02-10T11:47:41.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-30T07:45:11.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/peduarte.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":"2017-01-23T10:53:43.000Z","updated_at":"2018-11-16T23:47:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"780750e1-163c-4a26-99dd-eca96057519f","html_url":"https://github.com/peduarte/netflix-categories","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peduarte/netflix-categories","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peduarte%2Fnetflix-categories","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peduarte%2Fnetflix-categories/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peduarte%2Fnetflix-categories/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peduarte%2Fnetflix-categories/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peduarte","download_url":"https://codeload.github.com/peduarte/netflix-categories/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peduarte%2Fnetflix-categories/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31847588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":[],"created_at":"2024-10-14T09:46:28.194Z","updated_at":"2026-04-15T15:31:53.540Z","avatar_url":"https://github.com/peduarte.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# peduarte.github.io/netflix-categories\n\n## Requirements\n\n- [Ruby](https://www.ruby-lang.org/en/downloads/) (including development headers, v2 or above)\n- [jekyll](https://jekyllrb.com/)\n\n## Development\n\n```bash\njekyll serve\n```\n\n### Script for scraping categories\n\nCopy the below snippet into console on this page: http://whatsonnetflix.com/netflix-hacks/the-netflix-id-bible-every-category-on-netflix/\n\n```\nvar data = Array.from(document.querySelectorAll('.entry .theiaPostSlider_slides \u003e div \u003e .wpb_row'))\n\t.splice(1)\n\t.map(section =\u003e\n\t\tArray.from(section.querySelectorAll('p'))\n\t\t\t.map(el =\u003e el.innerText)\n\t\t\t.filter(text =\u003e text.includes(' = '))\n\t\t\t.map(text =\u003e text.split(' = '))\n\t\t\t.map(([id, label]) =\u003e ({id, label}))\n\t)\n\t.filter(sectionTexts =\u003e sectionTexts.length \u003e 0)\n\t.reduce((acc, curr) =\u003e {\n\t\tacc[curr[0].label] = curr;\n\t\treturn acc;\n\t}, {});\nconsole.log(JSON.stringify(data, null, 2));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeduarte%2Fnetflix-categories","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeduarte%2Fnetflix-categories","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeduarte%2Fnetflix-categories/lists"}