Name Search
Search by first and last name, with optional city and state to narrow results.
{ "scraper": "person_search",
"first_name": "Sandra",
"last_name": "Delgado",
"city": "Henderson",
"state": "NV" }A simple REST API for people search, skip tracing, and reverse lookups. Search by name, phone, email, or address and get structured JSON results in seconds.
$0.0199 per lookup - Free $5 credit covers 250 searches - No subscription required
REST
JSON API
< 5 sec
Avg Response Time
$0.0199
Per Lookup
0
Rate Limits
One endpoint. One API key. Structured JSON back in seconds. Here is a people search by name:
curl -X POST https://app.scrapercity.com/api/v1/scrape \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"scraper": "person_search",
"first_name": "Sandra",
"last_name": "Delgado",
"city": "Henderson",
"state": "NV"
}'Search by first and last name, with optional city and state to narrow results.
{ "scraper": "person_search",
"first_name": "Sandra",
"last_name": "Delgado",
"city": "Henderson",
"state": "NV" }Look up any phone number to find the owner's full profile including name, address, email, and relatives.
{ "scraper": "person_search",
"phone": "7028913347" }Search by street address to find current and previous residents, property details, and contact information.
{ "scraper": "person_search",
"address": "3814 Maple Ridge Dr",
"city": "Henderson",
"state": "NV" }Reverse email search to find the person behind any email address with full contact details and public records.
{ "scraper": "person_search",
"email": "[email protected]" }Every lookup returns structured JSON with all available data fields:
{
"success": true,
"data": {
"full_name": "Sandra M Delgado",
"age": 42,
"current_address": {
"street": "3814 Maple Ridge Dr",
"city": "Henderson",
"state": "NV",
"zip": "89052"
},
"phone_numbers": ["(702) 891-3347"],
"email_addresses": ["[email protected]"],
"previous_addresses": [
{
"street": "1190 Coral Way",
"city": "Coral Gables",
"state": "FL",
"zip": "33134"
}
],
"relatives": [
{ "name": "Maria Delgado", "age": 68 }
],
"associates": ["David Portillo"]
}
}$5 credit applied instantly. $0.0199 per lookup after that.
| Field | Type | Description |
|---|---|---|
| full_name | string | Full legal name including middle initial |
| age | number | Current age |
| current_address | object | Street, city, state, zip of current residence |
| phone_numbers | string[] | Current and previous phone numbers |
| email_addresses | string[] | Known email addresses |
| previous_addresses | object[] | Address history with dates |
| relatives | object[] | Family members with name and age |
| associates | string[] | Known associates |
| property_records | object[] | Property ownership and values |
| criminal_records | object[] | Available criminal record data |
| Feature | ScraperCity | Pipl / BeenVerified API |
|---|---|---|
| Price per lookup | $0.0199 | $0.10 - $0.50+ |
| Monthly minimum | None | $500 - $2,000+ |
| Free trial credits | $5 (250 lookups) | Limited or none |
| Pay-as-you-go pricing | β | β - contract required |
| Search by name | β | β |
| Reverse phone lookup | β | β |
| Reverse email lookup | β | β |
| Address lookup | β | β |
| Criminal records | β | Extra cost |
| Rate limits | None | Tiered by plan |
| Setup time | < 5 minutes | Sales call required |
| Structured JSON | β | β |
Real estate investors and debt collectors use the API to find current contact information for property owners, debtors, and hard-to-reach individuals.
Verify customer identities by cross-referencing names, addresses, phone numbers, and email addresses against public records in real time.
Enrich your CRM or lead database with phone numbers, email addresses, and current addresses. Batch-process your entire contact list via the API.
Flag suspicious identities by checking if a name, phone, and address combination exists in public records before processing transactions.
Build targeted contact lists by searching public records for individuals matching your criteria, then enrich with phone and email.
Private investigators and legal teams use the API to locate individuals, find relatives and associates, and access address history.
$5 credit applied instantly. $0.0199 per lookup after that.
We integrated the people search API into our skip tracing pipeline in under an hour. At two cents a lookup we process our entire lead list daily.
Dead simple API. One POST request, structured JSON back. No SDK to install, no OAuth flow, no sales calls. Just works.
We batch 500+ lookups per day to enrich our CRM. The pay-per-search pricing means we spend $10/day instead of $2k/month on an enterprise contract.
Disclaimer: This service is not a Consumer Reporting Agency (CRA) as defined by the Fair Credit Reporting Act (FCRA). You may not use this service for employment screening, tenant screening, credit decisions, or any purpose requiring FCRA compliance.