← APIs / StableEnrich
Verified

StableEnrich

Pay-per-request toegang tot FullEnrich, CompanyEnrich, PDL, Clado, Exa, Firecrawl, Google Maps, Serper, Hunter, Minerva en Whitepages. Extern gehost, betaal de provider rechtstreeks.

datafederated
Price per request
$0.26
Base URL
https://gateway.apiosk.com/stableenrich
Technical Specs
Auth MethodNone (x402 payment proof only)
Response FormatJSON
Endpoints36
Endpoints
MethodPathDescriptionCost
POST /api/clado/contacts-enrich Enrich contact information from LinkedIn URL, email, or phone number. Must provide exactly one of: linkedin_url, email, or phone.
$0.23 default
View details
POST /api/cloudflare/crawl Start a website crawl. Returns a JWT token to poll for results.
$0.12 default
View details
POST /api/companyenrich/org-enrich Enrich a company profile by domain.
$0.07 default
View details
POST /api/companyenrich/properties-enrich Enrich a company profile by name or social URL when you do not have a domain.
$0.07 default
View details
POST /api/exa/answer Get an AI-generated answer to a question based on web search.
$0.01 default
View details
POST /api/exa/contents Extract content from specific URLs.
$0.0023 default
View details
POST /api/exa/find-similar Find pages similar to a given URL.
$0.01 default
View details
POST /api/exa/search Semantic web search for finding relevant pages.
$0.01 default
View details
POST /api/firecrawl/scrape Scrape and extract content from a URL.
$0.01 default
View details
POST /api/firecrawl/search Search the web and get scraped results.
$0.03 default
View details
POST /api/fullenrich/company-search Search for companies by filters.
$0.17 default
View details
POST /api/fullenrich/people-search Search for people/contacts matching criteria.
$0.17 default
View details
GET /api/google-maps/aerial-view/lookup-video Google Aerial View API — look up a previously rendered 3D flyover video for an address (or by `videoId`). Returns video URIs (landscape, portrait, thumbnail) and metadata. Returns `state: PROCESSING` if a video has been requested but not finished rendering.
$0.01 default
View details
POST /api/google-maps/aerial-view/render-video Google Aerial View API — request rendering of a new flyover video for an address. The render is asynchronous; poll `/api/google-maps/aerial-view/lookup-video` until `state: ACTIVE` to retrieve the finished URIs.
$0.01 default
View details
POST /api/google-maps/nearby-search/full Search for places near a geographic location with full details.
$0.09 default
View details
POST /api/google-maps/nearby-search/partial Search for places near a geographic location with partial details.
$0.02 default
View details
GET /api/google-maps/place-details/full Get full details for a specific place by ID.
$0.06 default
View details
GET /api/google-maps/place-details/partial Get partial details for a specific place by ID.
$0.02 default
View details
GET /api/google-maps/solar/building-insights Google Solar API — closest building insights for a lat/lng. Use this as a cheap probe to confirm Solar coverage for an address and to read the imagery capture date (`imageryDate`) before fetching the full data layers.
$0.02 default
View details
GET /api/google-maps/solar/data-layers Google Solar API — aerial GeoTIFF data layers for a building. Returns signed URLs for the actual aerial RGB photograph (`rgbUrl`), digital surface model (`dsmUrl`), shade/flux maps, and a building mask, along with `imageryDate` (the capture date of the photo).
$0.09 default
View details
POST /api/google-maps/text-search/full Search for places using a text query with full field details (includes ratings, reviews, contact info, and atmosphere data).
$0.09 default
View details
POST /api/google-maps/text-search/partial Search for places using a text query with partial field details (basic info only, lower cost).
$0.02 default
View details
POST /api/hunter/email-verifier Verify email deliverability via Hunter.io. Returns either the final verification result or a pending job response.
$0.03 default
View details
POST /api/minerva/enrich Enrich person records with demographics, work history, education, contact info (emails + phones), address history, financial signals (income/wealth range), relatives, and social profiles.
$0.06 default
View details
POST /api/minerva/resolve Resolve person identity to a Minerva PID and LinkedIn URL. Supports fuzzy matching (name + contact info) and reverse lookup (email or phone only, no name required).
$0.02 default
View details
POST /api/minerva/validate-emails Check if email addresses exist in the Minerva database. Returns validation status and last-seen timestamp. Use before resolve/enrich to pre-screen lists.
$0.01 default
View details
POST /api/pdl/people-enrich Enrich a person with full career history, emails, and phone from People Data Labs.
$0.32 default
View details
POST /api/reddit/post-comments Get a Reddit post's full details and comments. Use this to get untruncated selftext and discussion for posts found via search.
$0.02 default
View details
POST /api/reddit/search Search Reddit posts by query. Returns truncated previews for efficient browsing.
$0.02 default
View details
POST /api/serper/images Google Images search via Serper.dev. Generic public image discovery — products, places, screenshots, anything visual. For headshots/profile photos prefer `/api/serper/people-image-search`, which is tuned for that use case.
$0.05 default
View details
POST /api/serper/lens Google Lens reverse image search via Serper.dev. Pass a public image URL and get visually similar pages, products, and sources.
$0.23 default
View details
POST /api/serper/news Google News search via Serper.dev.
$0.05 default
View details
POST /api/serper/people-image-search Google Images search tuned for finding a specific person — headshot/profile-photo candidates when LinkedIn/profile-photo APIs return null or a default avatar. Same backend as `/api/serper/images` but with calling guidance below.
$0.05 default
View details
POST /api/serper/shopping Google Shopping search via Serper.dev.
$0.05 default
View details
POST /api/whitepages/person-search Search for people by name, phone number, or address.
$0.25 default
View details
POST /api/whitepages/property-search Get property ownership, resident, and property details by address.
$0.25 default
View details
Endpoint documentation
POST/api/clado/contacts-enrich
$0.23 default
Description

Enrich contact information from LinkedIn URL, email, or phone number. Must provide exactly one of: linkedin_url, email, or phone.

Pricing
$0.23 default
Request schema
{
  "properties": {
    "linkedin_url": {
      "example": "https://www.linkedin.com/in/satyanadella",
      "type": "string"
    }
  },
  "required": [
    "linkedin_url"
  ],
  "type": "object"
}
POST/api/cloudflare/crawl
$0.12 default
Description

Start a website crawl. Returns a JWT token to poll for results.

Pricing
$0.12 default
Request schema
{
  "properties": {
    "depth": {
      "description": "maximum link depth from starting URL",
      "example": 1,
      "type": "integer"
    },
    "excludePatterns": {
      "description": "wildcard patterns for URLs to exclude (higher priority)",
      "type": "string"
    },
    "formats": {
      "description": "response formats: \"html\", \"markdown\", \"json\"",
      "example": [
        "markdown"
      ],
      "type": "array"
    },
    "includeExternalLinks": {
      "description": "follow links to external domains",
      "type": "boolean"
    },
    "includePatterns": {
      "description": "wildcard patterns for URLs to include",
      "type": "string"
    },
    "includeSubdomains": {
      "description": "follow links to subdomains",
      "type": "boolean"
    },
    "limit": {
      "description": "maximum pages to crawl",
      "example": 5,
      "type": "integer"
    },
    "options": {
      "description": "crawl scope:",
      "type": "object"
    },
    "render": {
      "description": "execute JavaScript when crawling (slower, costs more)",
      "type": "boolean"
    },
    "source": {
      "description": "URL discovery: \"all\", \"sitemaps\", or \"links\"",
      "type": "string"
    },
    "token": {
      "example": "<signed-jwt>",
      "type": "string"
    },
    "url": {
      "description": "starting URL to crawl",
      "example": "https://example.com",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}
POST/api/companyenrich/org-enrich
$0.07 default
Description

Enrich a company profile by domain.

Pricing
$0.07 default
Request schema
{
  "properties": {
    "domain": {
      "example": "stripe.com",
      "type": "string"
    }
  },
  "required": [
    "domain"
  ],
  "type": "object"
}
POST/api/companyenrich/properties-enrich
$0.07 default
Description

Enrich a company profile by name or social URL when you do not have a domain.

Pricing
$0.07 default
Request schema
{
  "properties": {
    "linkedinUrl": {
      "example": "https://www.linkedin.com/company/stripe",
      "type": "string"
    },
    "name": {
      "example": "Stripe",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}
POST/api/exa/answer
$0.01 default
Description

Get an AI-generated answer to a question based on web search.

Pricing
$0.01 default
Request schema
{
  "properties": {
    "query": {
      "example": "What is the capital of France?",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}
POST/api/exa/contents
$0.0023 default
Description

Extract content from specific URLs.

Pricing
$0.0023 default
Request schema
{
  "properties": {
    "urls": {
      "example": [
        "https://example.com"
      ],
      "type": "array"
    }
  },
  "required": [
    "urls"
  ],
  "type": "object"
}
POST/api/exa/find-similar
$0.01 default
Description

Find pages similar to a given URL.

Pricing
$0.01 default
Request schema
{
  "properties": {
    "numResults": {
      "example": 5,
      "type": "integer"
    },
    "url": {
      "example": "https://openai.com",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}
POST/api/exa/search
$0.01 default
Description

Semantic web search for finding relevant pages.

Pricing
$0.01 default
Request schema
{
  "properties": {
    "category": {
      "example": "company",
      "type": "string"
    },
    "excludeDomains": {
      "example": [
        "yelp.com",
        "google.com",
        "linkedin.com"
      ],
      "type": "array"
    },
    "numResults": {
      "example": 5,
      "type": "integer"
    },
    "query": {
      "example": "Natalia Trushin-Jimenez law office Miami",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}
POST/api/firecrawl/scrape
$0.01 default
Description

Scrape and extract content from a URL.

Pricing
$0.01 default
Request schema
{
  "properties": {
    "url": {
      "example": "https://example.com",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}
POST/api/firecrawl/search
$0.03 default
Description

Search the web and get scraped results.

Pricing
$0.03 default
Request schema
{
  "properties": {
    "limit": {
      "example": 5,
      "type": "integer"
    },
    "query": {
      "example": "best coffee shops",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}
POST/api/fullenrich/company-search
$0.17 default
Description

Search for companies by filters.

Pricing
$0.17 default
Request schema
{
  "properties": {
    "headquarters_locations": {
      "example": [
        {
          "value": "United States"
        }
      ],
      "type": "array"
    },
    "industries": {
      "example": [
        {
          "value": "Research Services"
        }
      ],
      "type": "array"
    },
    "search_after": {
      "example": "<token from metadata.search_after>",
      "type": "string"
    }
  },
  "type": "object"
}
POST/api/fullenrich/people-search
$0.17 default
Description

Search for people/contacts matching criteria.

Pricing
$0.17 default
Request schema
{
  "properties": {
    "current_company_days_since_last_job_change": {
      "example": [
        {
          "max": 1000,
          "min": 500
        }
      ],
      "type": "array"
    },
    "current_company_domains": {
      "example": [
        {
          "value": "stripe.com"
        }
      ],
      "type": "array"
    },
    "current_position_seniority_level": {
      "example": [
        {
          "value": "VP"
        }
      ],
      "type": "array"
    },
    "include_employment_history": {
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}
GET/api/google-maps/aerial-view/lookup-video
$0.01 default
Description

Google Aerial View API — look up a previously rendered 3D flyover video for an address (or by `videoId`). Returns video URIs (landscape, portrait, thumbnail) and metadata. Returns `state: PROCESSING` if a video has been requested but not finished rendering.

Pricing
$0.01 default
Request schema
{
  "properties": {
    "address": {
      "description": "street address to look up",
      "example": "1600+Amphitheatre+Parkway+Mountain+View+CA",
      "type": "string"
    },
    "videoId": {
      "description": "existing video ID",
      "type": "string"
    }
  },
  "type": "object"
}
POST/api/google-maps/aerial-view/render-video
$0.01 default
Description

Google Aerial View API — request rendering of a new flyover video for an address. The render is asynchronous; poll `/api/google-maps/aerial-view/lookup-video` until `state: ACTIVE` to retrieve the finished URIs.

Pricing
$0.01 default
Request schema
{
  "properties": {
    "address": {
      "example": "1600 Amphitheatre Parkway, Mountain View, CA",
      "type": "string"
    }
  },
  "required": [
    "address"
  ],
  "type": "object"
}
POST/api/google-maps/nearby-search/full
$0.09 default
Description

Search for places near a geographic location with full details.

Pricing
$0.09 default
Request schema
{
  "properties": {
    "locationRestriction": {
      "example": {
        "circle": {
          "center": {
            "latitude": 37.7749,
            "longitude": -122.4194
          },
          "radius": 1000
        }
      },
      "type": "object"
    },
    "maxResultCount": {
      "example": 5,
      "type": "integer"
    }
  },
  "required": [
    "locationRestriction"
  ],
  "type": "object"
}
POST/api/google-maps/nearby-search/partial
$0.02 default
Description

Search for places near a geographic location with partial details.

Pricing
$0.02 default
Request schema
{
  "properties": {
    "locationRestriction": {
      "example": {
        "circle": {
          "center": {
            "latitude": 37.7749,
            "longitude": -122.4194
          },
          "radius": 1000
        }
      },
      "type": "object"
    },
    "maxResultCount": {
      "example": 5,
      "type": "integer"
    }
  },
  "required": [
    "locationRestriction"
  ],
  "type": "object"
}
GET/api/google-maps/place-details/full
$0.06 default
Description

Get full details for a specific place by ID.

Pricing
$0.06 default
Request schema
{
  "properties": {
    "placeId": {
      "example": "ChIJN1t_tDeuEmsRUsoyG83frY4",
      "type": "string"
    }
  },
  "required": [
    "placeId"
  ],
  "type": "object"
}
GET/api/google-maps/place-details/partial
$0.02 default
Description

Get partial details for a specific place by ID.

Pricing
$0.02 default
Request schema
{
  "properties": {
    "placeId": {
      "example": "ChIJN1t_tDeuEmsRUsoyG83frY4",
      "type": "string"
    }
  },
  "required": [
    "placeId"
  ],
  "type": "object"
}
GET/api/google-maps/solar/building-insights
$0.02 default
Description

Google Solar API — closest building insights for a lat/lng. Use this as a cheap probe to confirm Solar coverage for an address and to read the imagery capture date (`imageryDate`) before fetching the full data layers.

Pricing
$0.02 default
Request schema
{
  "properties": {
    "latitude": {
      "description": "building latitude",
      "example": 37.422,
      "type": "number"
    },
    "longitude": {
      "description": "building longitude",
      "example": -122.0841,
      "type": "number"
    },
    "requiredQuality": {
      "description": "LOW | MEDIUM | HIGH",
      "example": "LOW",
      "type": "string"
    }
  },
  "required": [
    "latitude",
    "longitude"
  ],
  "type": "object"
}
GET/api/google-maps/solar/data-layers
$0.09 default
Description

Google Solar API — aerial GeoTIFF data layers for a building. Returns signed URLs for the actual aerial RGB photograph (`rgbUrl`), digital surface model (`dsmUrl`), shade/flux maps, and a building mask, along with `imageryDate` (the capture date of the photo).

Pricing
$0.09 default
Request schema
{
  "properties": {
    "exactQualityRequired": {
      "type": "string"
    },
    "latitude": {
      "example": 37.422,
      "type": "number"
    },
    "longitude": {
      "example": -122.0841,
      "type": "number"
    },
    "pixelSizeMeters": {
      "description": "must be one of 0.1, 0.25, 0.5, 1.0",
      "type": "string"
    },
    "radiusMeters": {
      "description": "radius around the lat/lng to include",
      "example": 50,
      "type": "integer"
    },
    "requiredQuality": {
      "description": "LOW | MEDIUM | HIGH",
      "type": "string"
    },
    "view": {
      "description": "DSM_LAYER | IMAGERY_LAYERS | IMAGERY_AND_ANNUAL_FLUX_LAYERS | IMAGERY_AND_ALL_FLUX_LAYERS | FULL_LAYERS",
      "example": "IMAGERY_LAYERS",
      "type": "string"
    }
  },
  "required": [
    "latitude",
    "longitude"
  ],
  "type": "object"
}
POST/api/google-maps/text-search/full
$0.09 default
Description

Search for places using a text query with full field details (includes ratings, reviews, contact info, and atmosphere data).

Pricing
$0.09 default
Request schema
{
  "properties": {
    "maxResultCount": {
      "example": 5,
      "type": "integer"
    },
    "textQuery": {
      "example": "coffee shops in San Francisco",
      "type": "string"
    }
  },
  "required": [
    "textQuery"
  ],
  "type": "object"
}
POST/api/google-maps/text-search/partial
$0.02 default
Description

Search for places using a text query with partial field details (basic info only, lower cost).

Pricing
$0.02 default
Request schema
{
  "properties": {
    "maxResultCount": {
      "example": 5,
      "type": "integer"
    },
    "textQuery": {
      "example": "coffee shops in San Francisco",
      "type": "string"
    }
  },
  "required": [
    "textQuery"
  ],
  "type": "object"
}
POST/api/hunter/email-verifier
$0.03 default
Description

Verify email deliverability via Hunter.io. Returns either the final verification result or a pending job response.

Pricing
$0.03 default
Request schema
{
  "properties": {
    "email": {
      "example": "test@stripe.com",
      "type": "string"
    },
    "jobId": {
      "example": "3c16f7d3-8782-4a47-a033-b12bb0d7a16d",
      "type": "string"
    },
    "pollUrl": {
      "example": "https://stableenrich.dev/api/hunter/email-verifier/jobs/3c16f7d3-8782-4a47-a033-b12bb0d7a16d",
      "type": "string"
    },
    "retryAfterSeconds": {
      "example": 5,
      "type": "integer"
    },
    "status": {
      "example": "pending",
      "type": "string"
    }
  },
  "required": [
    "email"
  ],
  "type": "object"
}
POST/api/minerva/enrich
$0.06 default
Description

Enrich person records with demographics, work history, education, contact info (emails + phones), address history, financial signals (income/wealth range), relatives, and social profiles.

Pricing
$0.06 default
Request schema
{
  "properties": {
    "records": {
      "example": [
        {
          "minerva_pid": "p-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
          "record_id": "user_001"
        },
        {
          "linkedin_url": "https://www.linkedin.com/in/janedoe",
          "record_id": "user_002"
        },
        {
          "emails": [
            "[email protected]"
          ],
          "first_name": "John",
          "last_name": "Smith",
          "record_id": "user_003"
        }
      ],
      "type": "array"
    },
    "return_fields": {
      "example": [
        "full_name",
        "personal_emails",
        "phones",
        "work_experience"
      ],
      "type": "array"
    }
  },
  "required": [
    "records"
  ],
  "type": "object"
}
POST/api/minerva/resolve
$0.02 default
Description

Resolve person identity to a Minerva PID and LinkedIn URL. Supports fuzzy matching (name + contact info) and reverse lookup (email or phone only, no name required).

Pricing
$0.02 default
Request schema
{
  "properties": {
    "records": {
      "example": [
        {
          "emails": [
            "[email protected]"
          ],
          "first_name": "John",
          "last_name": "Smith",
          "record_id": "user_001"
        }
      ],
      "type": "array"
    }
  },
  "required": [
    "records"
  ],
  "type": "object"
}
POST/api/minerva/validate-emails
$0.01 default
Description

Check if email addresses exist in the Minerva database. Returns validation status and last-seen timestamp. Use before resolve/enrich to pre-screen lists.

Pricing
$0.01 default
Request schema
{
  "properties": {
    "records": {
      "example": [
        "[email protected]",
        "[email protected]"
      ],
      "type": "array"
    }
  },
  "required": [
    "records"
  ],
  "type": "object"
}
POST/api/pdl/people-enrich
$0.32 default
Description

Enrich a person with full career history, emails, and phone from People Data Labs.

Pricing
$0.32 default
Request schema
{
  "properties": {
    "company_domain": {
      "example": "stripe.com",
      "type": "string"
    },
    "email": {
      "example": "patrick@stripe.com",
      "type": "string"
    },
    "first_name": {
      "example": "Patrick",
      "type": "string"
    },
    "last_name": {
      "example": "Collison",
      "type": "string"
    },
    "profile": {
      "example": "https://www.linkedin.com/in/patrickcollison",
      "type": "string"
    }
  },
  "required": [
    "email"
  ],
  "type": "object"
}
POST/api/reddit/post-comments
$0.02 default
Description

Get a Reddit post's full details and comments. Use this to get untruncated selftext and discussion for posts found via search.

Pricing
$0.02 default
Request schema
{
  "properties": {
    "url": {
      "example": "https://www.reddit.com/r/AskReddit/comments/abc123/example_post",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}
POST/api/reddit/search
$0.02 default
Description

Search Reddit posts by query. Returns truncated previews for efficient browsing.

Pricing
$0.02 default
Request schema
{
  "properties": {
    "maxResults": {
      "example": 10,
      "type": "integer"
    },
    "query": {
      "example": "AI agents",
      "type": "string"
    },
    "sort": {
      "example": "top",
      "type": "string"
    },
    "timeframe": {
      "example": "week",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}
POST/api/serper/images
$0.05 default
Description

Google Images search via Serper.dev. Generic public image discovery — products, places, screenshots, anything visual. For headshots/profile photos prefer `/api/serper/people-image-search`, which is tuned for that use case.

Pricing
$0.05 default
Request schema
{
  "properties": {
    "gl": {
      "example": "us",
      "type": "string"
    },
    "hl": {
      "example": "en",
      "type": "string"
    },
    "num": {
      "example": 10,
      "type": "integer"
    },
    "q": {
      "example": "eiffel tower at night",
      "type": "string"
    }
  },
  "required": [
    "q"
  ],
  "type": "object"
}
POST/api/serper/lens
$0.23 default
Description

Google Lens reverse image search via Serper.dev. Pass a public image URL and get visually similar pages, products, and sources.

Pricing
$0.23 default
Request schema
{
  "properties": {
    "gl": {
      "example": "us",
      "type": "string"
    },
    "hl": {
      "example": "en",
      "type": "string"
    },
    "url": {
      "example": "https://example.com/photo.jpg",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}
POST/api/serper/news
$0.05 default
Description

Google News search via Serper.dev.

Pricing
$0.05 default
Request schema
{
  "properties": {
    "gl": {
      "example": "us",
      "type": "string"
    },
    "hl": {
      "example": "en",
      "type": "string"
    },
    "num": {
      "example": 10,
      "type": "integer"
    },
    "q": {
      "example": "OpenAI funding",
      "type": "string"
    }
  },
  "required": [
    "q"
  ],
  "type": "object"
}
POST/api/serper/people-image-search
$0.05 default
Description

Google Images search tuned for finding a specific person — headshot/profile-photo candidates when LinkedIn/profile-photo APIs return null or a default avatar. Same backend as `/api/serper/images` but with calling guidance below.

Pricing
$0.05 default
Request schema
{
  "properties": {
    "gl": {
      "example": "us",
      "type": "string"
    },
    "hl": {
      "example": "en",
      "type": "string"
    },
    "num": {
      "example": 10,
      "type": "integer"
    },
    "q": {
      "example": "\"Ryan Sproule\" \"Merit Systems\" LinkedIn headshot",
      "type": "string"
    }
  },
  "required": [
    "q"
  ],
  "type": "object"
}
POST/api/serper/shopping
$0.05 default
Description

Google Shopping search via Serper.dev.

Pricing
$0.05 default
Request schema
{
  "properties": {
    "gl": {
      "example": "us",
      "type": "string"
    },
    "hl": {
      "example": "en",
      "type": "string"
    },
    "num": {
      "example": 10,
      "type": "integer"
    },
    "q": {
      "example": "wireless earbuds",
      "type": "string"
    }
  },
  "required": [
    "q"
  ],
  "type": "object"
}
POST/api/whitepages/person-search
$0.25 default
Description

Search for people by name, phone number, or address.

Pricing
$0.25 default
Request schema
{
  "properties": {
    "first_name": {
      "example": "John",
      "type": "string"
    },
    "last_name": {
      "example": "Smith",
      "type": "string"
    },
    "state_code": {
      "example": "CA",
      "type": "string"
    }
  },
  "required": [
    "last_name"
  ],
  "type": "object"
}
POST/api/whitepages/property-search
$0.25 default
Description

Get property ownership, resident, and property details by address.

Pricing
$0.25 default
Request schema
{
  "properties": {
    "city": {
      "example": "San Francisco",
      "type": "string"
    },
    "state": {
      "example": "CA",
      "type": "string"
    },
    "state_code": {
      "example": "CA",
      "type": "string"
    },
    "street": {
      "example": "123 Main St",
      "type": "string"
    }
  },
  "required": [
    "street"
  ],
  "type": "object"
}