Pulls property listings, vacation rental or hotel stays, and flight options from major listing sites. Returns structured records with price, location, availability, and property or itinerary details.
You want home or rental listings, hotel or stay listings, or flight options and prices.
General marketplace products (use marketplaces), or map places (use search and maps).
~40 credits / run (up to 5000)
A focused search or a few listings is the usual case; broad searches with many results cost more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
A location, address, route, or destination to search, depending on the type of listing.
A specific listing URL or property address when you already know the property.
Roughly how many listings to return.
A list of structured property, stay, or flight records with pricing, dates, and key attributes.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Site Scrapers skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/site-scrapers/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"real_estate_and_travel","query":"Austin, TX","target":"https://www.zillow.com/homedetails/123-main-st","limit":"15"}}'Example requests