cURL
curl --request POST \ --url https://recoup-api.vercel.app/api/research/people \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "num_results": 10 } '
{ "status": "success", "results": [ { "title": "<string>", "url": "<string>", "highlights": [ "<string>" ], "summary": "<string>" } ] }
Search for people in the music industry — artists, managers, A&R reps, producers. Returns multi-source profiles including LinkedIn data.
Natural language search for people (e.g., "A&R reps at Atlantic Records").
Number of results to return.
1 <= x <= 100
People search results
success
error
Show child attributes
Was this page helpful?