Service
StableEnrich
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
Methods
12 methods available
POST/api/apollo/org-enrich49500 USDC
/api/apollo/org-enrichEnrich a company by domain.
POST JSON body with company domain.
{
"body": {
"domain": "string (required)"
}
}POST/api/apollo/org-search20000 USDC
/api/apollo/org-searchFind 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-enrich49500 USDC
/api/apollo/people-enrichEnrich 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-search20000 USDC
/api/apollo/people-searchFind 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-scrape40000 USDC
/api/clado/linkedin-scrapeScrape a full LinkedIn profile.
POST JSON body with LinkedIn URL.
{
"body": {
"url": "string (required, LinkedIn profile URL)"
}
}POST/api/exa/search10000 USDC
/api/exa/searchNeural web search.
POST JSON body with search query.
{
"body": {
"query": "string (required)",
"numResults": "number (optional)"
}
}POST/api/firecrawl/scrape12600 USDC
/api/firecrawl/scrapeScrape a URL with full JavaScript rendering.
POST JSON body with URL to scrape.
{
"body": {
"url": "string (required)"
}
}POST/api/google-maps/text-search/full80000 USDC
/api/google-maps/text-search/fullGoogle Maps text search with full place details.
POST JSON body with search query.
{
"body": {
"query": "string (required)"
}
}POST/api/grok/x-search20000 USDC
/api/grok/x-searchSearch X/Twitter posts.
POST JSON body with search query.
{
"body": {
"query": "string (required)"
}
}POST/api/hunter/email-verifier30000 USDC
/api/hunter/email-verifierVerify email deliverability.
POST JSON body with email address to verify.
{
"body": {
"email": "string (required)"
}
}POST/api/reddit/search20000 USDC
/api/reddit/searchSearch Reddit posts.
POST JSON body with search query.
{
"body": {
"query": "string (required)"
}
}POST/api/serper/news40000 USDC
/api/serper/newsGoogle News search.
POST JSON body with search query.
{
"body": {
"q": "string (required)"
}
}