One person's professional profile

company_person is a $0.20 GET request on the Wuthering AI API. Look up an individual's role, history, and background. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/company_person

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/company_person?url=…&token=YOUR_TOKEN'

What does company_person return, and when should you call it?

Return one person's public professional profile: current role, work history, education, and skills.

Requires a profile URL. Names are not resolved here, because two people share a name far more often than two companies do and a wrong match is worse than no match. Use wuthering_company_people_search when you have a name rather than a URL.

Returns: name, position, current_company, experience, education, location, about.

Use when researching a named individual. Don't use to enumerate a company's staff.

What parameters does company_person take?

company_person accepts 1 parameter, of which 1 is required. Array values are comma-separated on the query string.

Parameters accepted by the company_person operation
ParameterTypeRequiredDescription
urlstringyesThe person's profile URL. Find it with your OWN web search first: `site:linkedin.com/in "Jane Doe" "Acme"` returns it directly. wuthering_web_search is the fallback if you have no search of your own, and is billed. Never construct a URL — a wrong one returns a dead page, not an error.

Reference for company_person · last updated · published by Wuthering AI