{"id":31814465,"url":"https://github.com/hooshid/imdb-scraper","last_synced_at":"2025-10-11T08:50:51.678Z","repository":{"id":56985715,"uuid":"391027119","full_name":"hooshid/imdb-scraper","owner":"hooshid","description":"Library for retrieving movie, tv series information from imdb.com","archived":false,"fork":false,"pushed_at":"2025-10-04T09:35:44.000Z","size":257,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T11:30:41.283Z","etag":null,"topics":["imdb","imdb-api","imdb-information","imdb-movies","imdb-scraper","imdb-webscrapping","php","scraper","scraping"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/hooshid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-30T10:37:46.000Z","updated_at":"2025-10-04T09:35:47.000Z","dependencies_parsed_at":"2024-08-06T08:26:26.382Z","dependency_job_id":"5dfc7111-bd25-4614-aee3-70d0ab0ec8db","html_url":"https://github.com/hooshid/imdb-scraper","commit_stats":{"total_commits":41,"total_committers":1,"mean_commits":41.0,"dds":0.0,"last_synced_commit":"4202fd6cab038d15ce98f7b4356be194e7f034a4"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/hooshid/imdb-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshid%2Fimdb-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshid%2Fimdb-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshid%2Fimdb-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshid%2Fimdb-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hooshid","download_url":"https://codeload.github.com/hooshid/imdb-scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshid%2Fimdb-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278846344,"owners_count":26056090,"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-07T02:00:06.786Z","response_time":59,"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":["imdb","imdb-api","imdb-information","imdb-movies","imdb-scraper","imdb-webscrapping","php","scraper","scraping"],"created_at":"2025-10-11T08:50:48.269Z","updated_at":"2025-10-11T08:50:51.671Z","avatar_url":"https://github.com/hooshid.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IMDb Scraper\n\n\u003ca href=\"https://github.com/hooshid/imdb-scraper/actions\"\u003e\u003cimg src=\"https://github.com/hooshid/imdb-scraper/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/hooshid/imdb-scraper\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/hooshid/imdb-scraper\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/hooshid/imdb-scraper\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/hooshid/imdb-scraper\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"LICENSE.md\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/hooshid/imdb-scraper\" alt=\"License\"\u003e\u003c/a\u003e\n\nUsing this IMDb API, you are able to search, browse and extract data of movies, tv series and musics on imdb.com.\n\n## Documents\nWe have comprehensive documentation available on our [GitHub Wiki](https://github.com/hooshid/imdb-scraper/wiki). Please refer to it for detailed information on setup, usage, and more.\n\n## Supported pages\n* Search:\n  * [x] title (Movies, Series, Episodes, ...)\n  * [x] name (Actors, Directors, ...)\n* Chart:\n  * [x] Top 250 Movies\n  * [x] Top 250 TV Shows\n  * [x] Boxoffice\n* Name\n  * [x] Full name \u0026 Birth name \u0026 Nicknames\n  * [x] Photo\n  * [x] Birthdate \u0026 Birthplace\n  * [x] Death date \u0026 Death place \u0026 Cause of death\n  * [x] Bio\n  * [x] Body height\n* Title\n  * [x] Movie/Series Title\n  * [x] Trailers\n  * [ ] Series seasons\n* Calendar\n* Video\n\n## Related projects\n* [Rottentomatoes Scraper](https://github.com/hooshid/rottentomatoes-scraper)\n* [Metacritic Scraper](https://github.com/hooshid/metacritic-scraper)\n\n## License\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhooshid%2Fimdb-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhooshid%2Fimdb-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhooshid%2Fimdb-scraper/lists"}