GET
/
get-search-companies-results
curl --request GET \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/get-search-companies-results \
  --header 'x-rapidapi-key: <api-key>'
{
  "data": [
    {
      "company_id": "2966330",
      "company_name": "P&C Global",
      "description": "Welcome to P&C Global...",
      "domain": "pandcglobal.com",
      "employee_count": 77,
      "employee_range": "5001-10000",
      "follower_count": 10866,
      "hq_city": "Toronto",
      "hq_country": "CA",
      "hq_full_address": "1 Dundas St W, 25th Floor, Toronto, Ontario M5G 1Z3, CA",
      "linkedin_url": "https://www.linkedin.com/company/pandcglobal",
      "industry": "Business Consulting and Services",
      "logo_url": "https://media.licdn.com/dms/image/v2/.../logo.png",
      "year_founded": 2012
    }
  ],
  "message": "Search results retrieved successfully.",
  "total": 100
}
  • Get search results. Please make sure the search is done before calling this endpoint.

  • Pricing: 0.3 credits per result.

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

request_id
string
required
Example:

"dd1b29063de8927b31fa523d36432b61"

page
integer

The page number for paginated results. Maximum 100 results returned per page.

Example:

1

Response

200
application/json
data
object[]
required
message
string
required
Example:

"Search results retrieved successfully."

total
integer
required
Example:

100