200
application/jsonThe response contains the status of the request and data. Data is an array where each element represents a response for a single query from the request.
{
"id": "your-request-id",
"status": "Success",
"data": [
{
"query": "apple.com",
"address": "1 Apple Park Way",
"city": "Cupertino",
"country": "United States",
"description": "Apple is a multinational corporation known for designing, manufacturing, and marketing consumer electronics, personal computers, and software. Their innovative product development and world-class operations have made them a leader in the industry, with...",
"employees": "100000",
"facebook_company_page": "https://facebook.com/137947732957611",
"founded_year": "1976",
"industry": "COMPUTER_SOFTWARE",
"is_public": "true",
"linkedin_bio": "Apple is a multinational corporation known for designing, manufacturing, and marketing consumer electronics, personal computers, and software. Their innovative product development and world-class operations have made them a leader in the industry, with...",
"linkedin_company_page": "https://www.linkedin.com/company/apple",
"name": "Apple Inc.",
"phone": "+1 408-996-1010",
"revenue": "10000000000",
"state": "CA",
"timezone": "America/Los_Angeles",
"total_money_raised": "3.3B",
"zip": "95014",
"twitter_handle": "Apple"
}
]
}