API get request is not returning intendet data.
I am using Crunchbase's Enterprise Trial. My goal is to fetch company data, including the number of employees, categories, category_group, and revenue, from Crunchbase using get request.
I am sending get request to the API with this link.
`https://api.crunchbase.com/api/v4/entities/organizations/${name}?field_ids=name,linkedin,twitter,website_url,created_at,categories,category_groups,num_employees_enum,revenue_range&user_key=${crunchbaseKey}`
The issue is the API is not giving me categories, category_groups, num_employees_enum & revenue_rage data with the response.
How can I retrieve those data?
Comments
0 comments
Please sign in to leave a comment.