Contact information, on demand
Send a name and an optional profile URL. Get email, phone, and links when we have them. We do not invent addresses.Plans from ₹99/month.
# Lookup curl -X POST https://api.invenitor.com/api/v1/find \ -H "Authorization: Bearer pf_live_..." \ -H "Content-Type: application/json" \ -d '{"full_name":"Jordan Lee","github_url":"https://github.com/example"}' # Response { "primary_email": "jordan@example.com", "credits_used": 1 }
For
A lookup API, not a sales cloud
Use it from a hiring tool or a script. We are not a CRM, ATS, or mailbox checker.
Hiring teams
You already have a name or profile URL. Call the API instead of buying a USD sales seat.
Agencies
Look up contacts from a sheet. Pay in INR with UPI or cards. No free-plan bait.
Builders
REST on every monthly plan. MCP for agents is on by default. Wire it into a hiring product, not a sequencer.
Product
What the API actually does
A name and optional profile URL in. Contacts out. No invented addresses.
Name in, contacts out
A name and optional profile URL in. Email, phone, and links out when we have them.
We do not invent addresses
Empty fields mean we did not find a contact. We do not guess mailboxes.
One primary contact
When several records show up, we return the best fit. We never make one up.
REST and MCP
Every monthly plan includes the REST lookup. MCP for agents is on by default; we can turn it off without a site update.
One credit per completed find
Your secret is shown once. A finished lookup spends 1 credit. Per-key rate limits.
INR pricing
Starter ₹99, Growth ₹399, Scale ₹999. Extra credits are in Billing after you sign in. Enterprise is contact us.
How it works
Three steps
Choose a plan
Pay for Starter, Growth, or Scale. Sign in with Google or GitHub. Copy the key once.
Call find
POST https://api.invenitor.com/api/v1/find with a name and an optional profile URL.
Use what was found
Use the email, phone, and links we return when we have them.
Pricing
Three monthly plans in INR
₹99 / ₹399 / ₹999 a month. MCP is included on every monthly plan. Need a custom volume? Contact us. Extra credits are sold in the dashboard after you sign in.
| Feature | Starter ₹99/mo | Growth ₹399/mo | Scale ₹999/mo |
|---|---|---|---|
Credits each month Reset at the end of the billing period | 20 | 80 | 200 |
Requests per minute Per API key | 20 | 60 | 120 |
REST API POST /api/v1/find with your secret key | |||
Customer dashboard Keys, billing, usage, playground | |||
Secure MCP + agent skills Cursor, Claude, and other agents — every monthly plan |
Need Enterprise volume? Contact us
Developers
One POST
JSON in, JSON out. One credit when the find completes. Works with any language.
# Python import httpx resp = httpx.post( "https://api.invenitor.com/api/v1/find", headers={"Authorization": "Bearer pf_live_..."}, json={"full_name": "Jordan Lee", "github_url": "https://github.com/example"} ) data = resp.json() print(data["primary_email"])
Questions
What is Invenitor?
Invenitor is a contact lookup API. Send a name and an optional profile URL. Get email, phone, and links when we have them. We do not invent addresses.
Who is it for?
Hiring tools, agencies, and builders who already have a name or profile URL and need an INR API. It is not a CRM, ATS, or email sequencer.
Do you invent email addresses?
No. If we do not find a contact, we return empty fields. We do not guess mailboxes.
What does one credit buy?
One completed lookup costs 1 credit, including a completed lookup that returns no email or phone. Timeouts and errors do not spend credits.
Is there a free trial?
No. There is no free plan or trial. Starter is ₹99 for 20 credits.
Do credits roll over?
Monthly plan credits reset each billing period. Extra credit packs are in Dashboard → Billing after you have an active monthly plan. Those packs last one year from purchase. Credits closest to expiring are spent first.
What payment methods are accepted?
Razorpay supports UPI, cards, netbanking, and wallets. All payments are in INR.
Does my plan include MCP?
MCP is included on every monthly plan. Operators can turn MCP off on a plan without a site update. The dashboard then says the plan no longer includes MCP. Enterprise is a conversation, not checkout.
Where can I see if the API is up?
The public status page is https://invenitor.com/status.