GET
/
3
/
search
/
company
curl --request GET \
  --url https://api.themoviedb.org/3/search/company
{
  "page": 1,
  "results": [
    {
      "id": 65941,
      "logo_path": null,
      "name": "Yalung Group of Companies International",
      "origin_country": ""
    }
  ],
  "total_pages": 1,
  "total_results": 1
}

Query Parameters

query
string
Example:

"%22Yalung%20Group%20of%20Companies%20International%22"

page
string
Example:

"1"

Response

200 - application/json

Company

The response is of type object.