One person, every angle
Resolve a public handle to a stable id, then enrich the full profile, walk the employment history, read endorsements and interests, or find look-alikes. Each one is a single focused call that returns fresh.
A record that aged out last quarter is worse than no record. The Live API resolves a person, a company, a job posting, or its activity in real time, fetched on request, so the data you act on is true right now. Every endpoint is one focused lookup.
{ "entityId": "prsn_9f2a41", "headline": "VP Engineering at Vercel", "company": "Vercel", "location": "Berlin, DE", "follower_count": 18204 }
{ "experience": [ { "company": "Vercel", "title": "VP Engineering", "start_year": 2023, "end_year": 0 }, { "company": "Stripe", "title": "Staff Engineer", "start_year": 2020, "end_year": 2023 } ] }
Pull a person’s complete employment history on demand, every role and company with its dates, resolved fresh. Reach for endorsements, interests, and look-alikes on the same subject when you need the fuller picture.
{ "count": 128, "results": [ { "full_name": "Nadia Frost", "headline": "Founder · fintech · London" }, { "full_name": "Ravi Oke", "headline": "Co-founder · payments · NYC" } ] }
Run a real-time discovery search across people, organizations, and job postings by keyword and filters. You get the current result set, not an index that went stale between crawls, then feed any result straight into an enrich call.
{ "activities": [ { "type": "post", "text": "Shipped v2 of the pipeline SDK", "reactions": 214 }, { "type": "reaction", "text": "on data quality at scale" } ] }
The latest posts, reactions, and replies for a person or a company, fresh enough to time your outreach to a real moment. Pull the feed, a single post in detail, its reactions, or the replies, including the ones a person wrote elsewhere.
{ "id": "1441", "name": "Vercel", "staff_count": 460, "growth_30d": 22, "top_function": "Engineering" }
Enrich an organization to its full profile, read live headcount and where it is growing, and pull its posts, its open roles, and the pages affiliated with it. The current picture, never a cached one.
Resolve a public handle to a stable id, then enrich the full profile, walk the employment history, read endorsements and interests, or find look-alikes. Each one is a single focused call that returns fresh.
Open a job posting in full, see the people on its hiring team, find similar and related roles, and list every opportunity a company or a person has posted. Timing a pitch to a real opening starts here.
When you do not have an id yet, discover people, organizations, and opportunities by keyword and filters, then pass the results straight into any enrich call. No id to construct, no guesswork.
Every endpoint returns fresh data on demand. Repeat lookups of the same subject are served from a short cache for free, so re-reading a record inside a window never bills twice.
One typed client, the same key across all three APIs. No SDK? It is one authenticated HTTPS call and one JSON envelope.
# resolve a handle once, reuse the ideid = renidly.live.people.resolve_handle("adameyer").entityIdperson = renidly.live.people.enrich(eid)→ VP Engineering · Vercel · Berlin # live headcount for a companyrenidly.live.organizations.headcount(oid)→ 460 (+22 this month)$ ▍Every call fetches the current snapshot on demand. When you need the truth as of now, not last month, this is the surface to reach for.
The same header and JSON shape as the Data and Email APIs, billed from one balance. Mix all three in a single integration.
The identical surface in Python and Node, sync or async, with retries and pagination already handled for you.
Cache hits and failed lookups cost nothing. Credits move only on a live result that comes back.
Every lead is resolved the moment it lands and routed in the same request, so speed to lead drops from minutes to milliseconds and no rep ever works a stale record again.
Get your API key on signup. Pay only for what you call.
100 credits on signup
Pay-as-you-go top-ups
Negotiated + SLA