Skip to main content
The Pipecorn REST API gives you programmatic access to the same data as the web app: search and extract leads, enrich companies and contacts, pull buying signals, and manage Sales Navigator lists. Every endpoint below is documented with its parameters, an interactive request builder, and example responses.

Your first request

Check your credit balance and plan limits. This call is free and confirms your key works.
If the key is wrong you get a 401. See Credit and limit errors for the 402, 403, and 422 responses that metering can return.

Endpoints

Leads (People)

Search people by title, seniority, location, and industry. Extract leads from a company or from Sales Navigator, and enrich a single person.

Accounts (Companies)

Search companies by firmographics, enrich a single account, and pull headcount by department, tech stack, and open job postings.

Waterfall Enrichment

Find verified business emails and phones through 20+ sources, one contact at a time, in batches, or synchronously.

Signals

Hiring, growth, lookalike companies, tech-stack search, new hires, job changes, and LinkedIn posts, comments, reactions, and engagers.

Searches

List, inspect, and delete the saved searches your extractions create.

Personas

Read the personas that define your ideal buyer profiles.

Lists

Create and update Sales Navigator lists and read their contents.

Miscellaneous

Credit balance and consumption, account information, location IDs, and technology slugs.

Before you build

  • Main use cases walks through the three flows most integrations start with.
  • Authentication covers the header format and key management.
  • Credits vs limits explains which requests spend credits and which draw on plan quotas.
  • Prefer not to write HTTP calls? The CLI and the MCP server wrap this API.