- Get search results. Please make sure the search is done before calling this endpoint.
- Pricing: 1 credits per result.
curl --request GET \
--url https://web-scraping-api2.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
}curl --request GET \
--url https://web-scraping-api2.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
}