Veterinarian Directory Search (VetLocator) avatar

Veterinarian Directory Search (VetLocator)

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Veterinarian Directory Search (VetLocator)

Veterinarian Directory Search (VetLocator)

Search VetLocator.com's 60,000+ veterinarian & pet professional directory by ZIP radius, state + city, or vet last name. Returns clinic name, full address, phone, listing type (vet vs pet pro), and profile URL — lead-gen ready contact data for the pet care industry.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Search VetLocator.com — one of the largest independent veterinarian & pet professional directories in the US (60,000+ listings) — and get clean, structured contact records: clinic name, full address, phone number, listing type, and profile URL.

Unlike Google Maps–based vet scrapers, this Actor pulls from a dedicated pet-industry directory that includes house-call vets, equine vets, holistic practitioners, and non-vet pet professionals alongside traditional clinics.

What you get

FieldDescription
nameClinic / practitioner name
entityTypeveterinarian or pet-professional (non-vet)
street, city, state, zipCodeParsed mailing address
phoneFormatted phone number (from the profile page)
website, emailWhere published on the profile
distanceDistance context (ZIP search)
detailUrlDirect link to the VetLocator profile

Search modes

  1. ZIP radius — set zipCode + radius (5/10/15/25/50 miles). Best for local lead lists.
  2. State sweep — set state (e.g. "CA"). The Actor discovers every city in the state with listings and walks all of them. Add city to target one city.
  3. Vet last name — set lastName (e.g. "Smith").

Example input

{
"zipCode": "90210",
"radius": 25,
"includeDetails": true,
"maxResults": 100
}

Example output

{
"clinicId": "59981",
"name": "Beverly Hills Small Animal Hospital",
"entityType": "veterinarian",
"street": "264 S Doheny Dr",
"city": "Beverly Hills",
"state": "CA",
"zipCode": "90211",
"phone": "(310) 555-0136",
"distance": "within 90210 zipcode",
"detailUrl": "https://www.vetlocator.com/clinic_display.php?id=59981",
"source": "VetLocator.com",
"scrapedAt": "2026-08-16T17:30:00.000Z"
}

Use cases

  • Pet-industry sales & marketing — build call/mail lists of vet clinics by region
  • Veterinary recruiting — find practices by state or city
  • Pet-tech products — seed clinic databases for booking, telehealth, or supply platforms
  • Market research — density of vets vs. pet professionals per metro

Notes

  • includeDetails: true (default) visits each profile page to capture the phone number — search result pages alone don't include it. Turn it off for faster address-only scrapes.
  • Results are deduplicated by listing ID across pages and cities.
  • The Actor uses plain HTTP requests — no browser, so runs are fast and cheap.