cURL
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" } ] }
Search for industry suggestions based on a keyword.
Rapid API Key
Keyword to search for industry suggestions
"Software"
Success
true
Cost of the request
1
List of industry suggestions matching the search keyword
Show child attributes