-
Notifications
You must be signed in to change notification settings - Fork 5
CompanySearch
duck7000 edited this page Nov 18, 2024
·
1 revision
Search IMDb for companies matching input search string
The results can be used as input for advancedTitleSearch class to get titles based on this company
Or the results can be used as input for Company class to get company info
$imdb = new \Imdb\CompanySearch();
$results = $imdb->search("warner brothers");
- $companySearchAmount: 30 (this limits the search results, default: 30)
- $company: input search string including double quotes
@return Title[] array of Titles
array[]
['id'] string imdbid of the found company ['name'] string Name of the found company ['country'] string Country of the found company ['type'] string Company type like Distributor