Lancaster Puppies Scraper avatar

Lancaster Puppies Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Lancaster Puppies Scraper

Lancaster Puppies Scraper

Scrape puppy breeder classifieds from lancasterpuppies.com - breed, price, sex, birth date, location, seller info, photos, and listing URL, filterable by breed and US state.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape puppy breeder classifieds from LancasterPuppies.com — one of the largest US puppy-breeder classifieds marketplaces.

What this Actor does

Search live puppy listings across 65 breeds and all 50 US states (plus DC and Puerto Rico). For each listing you get:

  • Title, breed, and sex
  • Litter size (number of males/females)
  • Price (when the seller shows it)
  • City, county, and state
  • Full description
  • Seller type (breeder/individual), rating, and review count
  • Photo, photo/video counts, and listing URL

Output per listing

  • title — the puppy's or litter's listing title
  • breed, sex
  • numberOfMales, numberOfFemales — litter size, when the listing is for a litter
  • price, currency — omitted when the seller hides the price ("Contact for price")
  • city, county, state, location — full location string
  • description — full listing text
  • sellerType (Breeder/Individual), sellerRating, sellerReviewsCount, isIdentityVerified
  • imageUrl, imagesCount, videosCount
  • publishedAt, listingStatus
  • listingUrl — the listing's page on lancasterpuppies.com
  • sourceUrl, scrapedAt

Input

FieldTypeDefaultDescription
breedselectlabrador-retrieverOne of 65 dog breeds, or "Any breed"
stateselectanyRestrict to breeders near a specific US state, or "Any state"
maxItemsinteger40Cap on emitted listings (1–500)

Example: search for Golden Retrievers near Pennsylvania

{
"breed": "golden-retriever",
"state": "pennsylvania",
"maxItems": 40
}

Example: any breed, nationwide

{
"breed": "any",
"state": "any",
"maxItems": 100
}

Example output record

{
"title": "Boba",
"breed": "Labrador Retriever",
"sex": "Female",
"numberOfMales": 5,
"numberOfFemales": 5,
"price": 800,
"currency": "USD",
"city": "Millersburg",
"county": "Holmes County",
"state": "Ohio",
"location": "Millersburg, Holmes County, Ohio",
"description": "\"Wagging tails and puppy dog eyes...\"",
"sellerType": "Breeder",
"sellerRating": 5,
"sellerReviewsCount": 1,
"isIdentityVerified": true,
"imageUrl": "https://assets.lancasterpuppies.com/originalImages/.../originalImage.jpeg",
"imagesCount": 9,
"videosCount": 1,
"publishedAt": "2026-07-23T14:36:51.351Z",
"listingStatus": "Available",
"listingUrl": "https://www.lancasterpuppies.com/classifieds/pets/.../",
"sourceUrl": "https://www.lancasterpuppies.com/",
"scrapedAt": "2026-08-04T17:34:00Z"
}

Use cases

  • Puppy shoppers — browse available litters by breed and nearby state before contacting a breeder
  • Breed rescues & advocacy groups — monitor new listings for a specific breed nationwide
  • Pet industry market research — track breeder pricing and litter availability by breed/region
  • Lead generation for pet services — find breeders and sellers by state for insurance, transport, or supply outreach
  • Marketplace/price comparison — compare puppy prices across sellers and regions

FAQ

Do I need a Lancaster Puppies account? No — this scrapes public classifieds listings, no login required.

Why is price sometimes missing? Some sellers choose to hide the price on their listing ("Contact for price") — the Actor omits the field rather than fabricating a value.

Does the state filter mean the puppy is located exactly in that state? The State filter uses Lancaster Puppies' own "near me" proximity search, not a hard state match — this matches the site's own behavior. When a breed has plenty of nearby supply, most results are in or very near the selected state; when a breed/state combination has few local breeders, the site backfills with its wider (often Ohio/Pennsylvania-concentrated, where Lancaster Puppies has the deepest breeder base) inventory instead of returning few or no results, so a distant-state mix is possible and expected for less common breed/state pairings.