Extract detailed information about adoptable pets from PetFinder.com. Get comprehensive data including pet details, photos, location coordinates, and organization information. Perfect for pet adoption research, market analysis, and animal welfare studies. π π
Extract detailed information about adoptable pets from PetFinder.com, including dogs, cats, and other animals available for adoption.
Each record contains:
searchUrls
: Array of PetFinder search URLs to scrapemaxItems
: Maximum number of items to scrape (optional)proxyConfiguration
: Proxy settings (optional)A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.petfinder.com/search/dogs-for-adoption/us/ca/los-angeles/?distance=Anywhere&page=2&size%5B0%5D=Large" 4 ], 5 "maxItems": 70 6}
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.petfinder.com/search/dogs-for-adoption/us/ca/los-angeles/?distance=Anywhere&page=2&size%5B0%5D=Large", 4 "petId": 75181194, 5 "url": "https://www.petfinder.com/dog/rocky-75181194/ca/los-angeles/city-of-los-angeles-north-central-animal-shelter-ca763/", 6 "type": "Dog", 7 "breed": { 8 "primary": "Pit Bull Terrier", 9 "isMixed": false, 10 "label": "Pit Bull Terrier" 11 }, 12 "basicInfo": { 13 "name": "ROCKY", 14 "age": "Young", 15 "sex": "Male", 16 "size": "Large", 17 "status": "adoptable", 18 "publishedAt": "2025-02-14T08:28:30+00:00", 19 "organizationId": "A2183062" 20 }, 21 "photos": { 22 "primary": "https://dl5zpyw5k3jeb.cloudfront.net/photos/pets/75181194/1/?bust=1740057824", 23 "all": [ 24 "https://dl5zpyw5k3jeb.cloudfront.net/photos/pets/75181194/1/?bust=1740057824" 25 ] 26 }, 27 "location": { 28 "address": "3201 Lacy Street", 29 "city": "Los Angeles", 30 "state": "CA", 31 "postalCode": "90031", 32 "coordinates": { 33 "latitude": 34.0835506, 34 "longitude": -118.2188081 35 } 36 }, 37 "organization": { 38 "name": "City of Los Angeles North Central Animal Shelter", 39 "displayId": "CA763", 40 "contact": "(888) 452-7381" 41 } 42 }, 43 ... 44]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool β just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youβll be guided to input a search term and get structured results. No setup needed!