Skip to main content
GET
/
api
/
v1
/
search
/
suggestion-industry
Search Industry Suggestions
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/search/suggestion-industry \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "name": "Software Development",
      "industry_id": "4"
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

keyword
string
required

Keyword to search for industry suggestions

Example:

"Software"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object[]

List of industry suggestions matching the search keyword