NeuralVerge Business Intelligence
Company and people intelligence from a single API.
What it can do
- Run Research: Starts the full NeuralVerge AI research workflow (multi-step search, analysis, and structured reporting) and returns a session_id immediately. Poll get_session_status with that session_i
- Get Session Status: Returns the current status of an AI Research session (queued/running/complete/failed) and the final result (human-readable summary plus machine-readable JSON) once processing compl
- Run Search: Runs a synchronous web search and returns a structured list of ranked results (title, url, snippet) immediately, without polling.
What data it sees
Do you need an account
No: the server works without sign-in
Company and people intelligence from a single API.
Give an agent an email address or a phone number and get the person behind it: name, employer, location, contact points. Find and verify a work email from a name and a domain. Pull a professional profile by URL, search people and companies, list a company's employees. Look up a Crunchbase company profile. Run a web search, turn any URL into structured JSON with a prompt, or start a multi-step research task and collect the report when it is ready.
15 tools on one Streamable HTTP endpoint. Every call returns one JSON object with human (a Markdown summary), machine (structured fields) and total_points (what the call cost). Web search returns a ranked results list. Research is asynchronous: run_research gives you a session_id, and get_session_status returns the report once the status is complete.
Bring your own NeuralVerge API key and pay per call. Listing the tools needs no key.
Setup: pass your key in the Authorization header as Bearer sk_... (the whole string, prefix included).
Server tool list (15)
Raw names from tools/list. Only developers need these.
| run_research | Starts the full NeuralVerge AI research workflow (multi-step search, analysis, and structured reporting) and returns a session_id immediately. Poll get_session_status with that session_id until status is 'complete' or 'failed'. |
| get_session_status | Returns the current status of an AI Research session (queued/running/complete/failed) and the final result (human-readable summary plus machine-readable JSON) once processing completes. |
| run_search | Runs a synchronous web search and returns a structured list of ranked results (title, url, snippet) immediately, without polling. |
| run_extract | Loads a webpage by URL and extracts structured data from it according to natural-language instructions and/or a JSON schema. Synchronous — returns the result immediately. |
| run_linkedin_email | Looks up a LinkedIn profile by its full profile URL and returns contact details, including an email address when available. |
| run_linkedin_domain | Finds a LinkedIn profile matching a company name or domain plus a full name. |
| run_linkedin_company_search | Searches LinkedIn companies by a text query with optional filters (size, industry, location). |
| run_linkedin_people_search | Searches LinkedIn people using an optional free-text query and a rich set of advanced filters (company, title, seniority, location, experience, industry). |
| run_linkedin_company_employee | Searches LinkedIn employees of one or more given companies, using the same people-style filters as run_linkedin_people_search. |
| run_email_enrichment | Enriches a known email address with associated profile data (name, phone, company, position, LinkedIn/X profiles) when available. |
| run_email_validation | Validates an email address and returns deliverability signals (valid/invalid/risky, catch-all detection, provider, confidence). |
| run_email_finder | Finds a professional email address for a person given their company domain, first name, and last name. |
| run_phone_enrichment | Enriches a known phone number with associated profile data (name, email, company, LinkedIn/X profiles, carrier) when available. |
| run_phone_enrichment_us | Validates and enriches a US phone number with carrier, line type, activity score, litigator risk, and owner details. |
| run_crunchbase_company | Fetches structured company data (website, location, founding year, employees, industries, funding, description) from a Crunchbase company URL. |