Rescuegroups: Search Available Animals
Rescuegroups via Parse · Other
Search for available/adoptable animals with filters for breed, sex, location, and distance. Can filter for animals needing foster care. Returns paginated results with animal summaries including name, breed, basic info, distance, and photo. Each result carries an animal ID suitable for get_animal_details. The RescueGroups API provides access to a comprehensive database of adoptable animals and rescue organizations. It supports searching for pets by various criteria including breed, location, sex, and foster needs, and provides detailed animal profiles with photos and organization contact information. Fulfilled by Parse from rescuegroups.org.
- b2b-directory
- maps-geo
- other
- parse
- platform-key
- rescuegroups
- rescuegroups-org
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/40e2c4c3-549a-4b4d-8f04-af8360e25a88/search_available_animals
- Interface artifact
- sha256:2903392cee962ca3009c00c49885a8bae0a8c79cf47a64f157aa83a41699ec1b
- Manifest digest
- sha256:578d5d5c6b1f02289106ff25cfc1fe9d7b16eadc52b0bf65f1763a4538f8cddf
Request fields
- sex (string): Sex of the animal: Male, Female, or omit for either.
- page (integer): Page number of results.
- breed (string): Breed ID to filter by (use get_breeds endpoint to retrieve valid IDs).
- distance (integer): Search radius in miles from the specified location.
- location (string): ZIP/Postal code to search near.
- needs_foster (boolean): When true, filters for animals needing foster homes only.
Example queries
- {"page":"1","breed":"48","distance":"50","location":"10128","needs_foster":"False"}