Rover.com
Rover's live overnight-boarding sitter search for a city and specific dates.
Domain: rover.com
Also known as: Rover, Rover.com, A Place for Rover
Call it directly
bowmark.providers.rover.searchBoarding(args: { location: string; startDate: string; endDate: string }): Promise<RoverBoardingRow[]>Functions
| Function | What it does |
|---|---|
searchBoarding | Searches Rover's live overnight-boarding results for a city and increasing ISO start/end dates. |
Types
interface RoverBoardingRow { name: string; profileUrl: string; ratingValue: number | null; reviewCount: number | null; repeatClientCount: number | null; startingNightlyRate: { amount: number; currency: string }; location: string | null; distanceMi: number | null; }