GET
/
get-search-results
curl --request GET \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/get-search-results \
  --header 'x-rapidapi-key: <api-key>'
{
  "data": [
    {
      "about": "Experienced Store Manager with a history in the retail fashion industry.",
      "city": "Paris",
      "company": "Aubade Paris",
      "company_domain": "aubade.fr",
      "company_employee_range": "201 - 500",
      "company_id": "1324737",
      "company_industry": "Retail Apparel and Fashion",
      "company_linkedin_url": "https://www.linkedin.com/company/aubade",
      "company_logo_url": "https://example.com/logo.png",
      "company_website": "http://www.aubade.fr",
      "company_year_founded": 1958,
      "country": "France",
      "educations": [
        {
          "degree": "Master of Science",
          "field_of_study": "Marketing",
          "school": "Université Paris Dauphine",
          "start_year": 2016,
          "end_year": 2018
        }
      ],
      "experiences": [
        {
          "company": "Aubade Paris",
          "date_range": "Jan 2018 - Present",
          "title": "Store Manager",
          "description": "Managed operations and team of 10 staff.",
          "duration": "5 years",
          "location": "Paris, France"
        }
      ],
      "first_name": "Alexia",
      "last_name": "Routier",
      "job_title": "Directrice boutique",
      "location": "Cannes, France",
      "linkedin_url": "https://www.linkedin.com/in/alexia-routier"
    }
  ],
  "message": "Success",
  "search_params": {
    "query": "store manager",
    "filters": [
      "location:Paris"
    ],
    "sort": "relevance"
  },
  "total_count": 123,
  "total_employees": 500
}
  • Get search results. Please make sure the search is done before calling this endpoint.

  • Pricing: 0.5 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:

"Success"

total_count
integer
required
Example:

123

total_employees
integer
required
Example:

500

search_params
object