All services

Service

StableEnrich

prospect12 endpoints
Docs

Pay-per-request research and enrichment APIs. Access Apollo (people & companies), LinkedIn scraping, Exa web search, Firecrawl scraping, Google Maps, Grok X/Twitter search, Serper news, Reddit, and contact enrichment.

mpp

tempo

Methods

12 methods available

OpenAPI
POST/api/apollo/org-enrich
49500 USDC

Enrich a company by domain.

POST JSON body with company domain.

{
  "body": {
    "domain": "string (required)"
  }
}
POST/api/apollo/org-search
20000 USDC

Find companies by filters.

POST JSON body with search filters.

{
  "body": {
    "q_organization_name": "string (optional)",
    "organization_locations": [
      "string (optional)"
    ],
    "organization_num_employees_ranges": [
      "string (optional)"
    ]
  }
}
POST/api/apollo/people-enrich
49500 USDC

Enrich a person by email, name, or domain.

POST JSON body with at least one identifier.

{
  "body": {
    "email": "string (optional)",
    "first_name": "string (optional)",
    "last_name": "string (optional)",
    "domain": "string (optional)"
  }
}
POST/api/apollo/people-search
20000 USDC

Find prospects by filters.

POST JSON body with search filters.

{
  "body": {
    "q_keywords": "string (optional)",
    "person_titles": [
      "string (optional)"
    ],
    "person_locations": [
      "string (optional)"
    ],
    "organization_domains": [
      "string (optional)"
    ],
    "per_page": "number (optional, max 100)"
  }
}
POST/api/clado/linkedin-scrape
40000 USDC

Scrape a full LinkedIn profile.

POST JSON body with LinkedIn URL.

{
  "body": {
    "url": "string (required, LinkedIn profile URL)"
  }
}
POST/api/exa/search
10000 USDC

Neural web search.

POST JSON body with search query.

{
  "body": {
    "query": "string (required)",
    "numResults": "number (optional)"
  }
}
POST/api/firecrawl/scrape
12600 USDC

Scrape a URL with full JavaScript rendering.

POST JSON body with URL to scrape.

{
  "body": {
    "url": "string (required)"
  }
}
POST/api/google-maps/text-search/full
80000 USDC

Google Maps text search with full place details.

POST JSON body with search query.

{
  "body": {
    "query": "string (required)"
  }
}
POST/api/grok/x-search
20000 USDC

Search X/Twitter posts.

POST JSON body with search query.

{
  "body": {
    "query": "string (required)"
  }
}
POST/api/hunter/email-verifier
30000 USDC

Verify email deliverability.

POST JSON body with email address to verify.

{
  "body": {
    "email": "string (required)"
  }
}
POST/api/reddit/search
20000 USDC

Search Reddit posts.

POST JSON body with search query.

{
  "body": {
    "query": "string (required)"
  }
}
POST/api/serper/news
40000 USDC

Google News search.

POST JSON body with search query.

{
  "body": {
    "q": "string (required)"
  }
}