Skills/Site Scrapers/Real estate and travel

Real estate and travel

~40 credits / run (up to 5000)

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.

Use when

You want home or rental listings, hotel or stay listings, or flight options and prices.

Not for

General marketplace products (use marketplaces), or map places (use search and maps).

Cost

~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.

What it accepts

Set these inside the intent when you run it.

queryrequired

A location, address, route, or destination to search, depending on the type of listing.

targetoptional

A specific listing URL or property address when you already know the property.

limitoptional

Roughly how many listings to return.

What you get back

A list of structured property, stay, or flight records with pricing, dates, and key attributes.

Run it

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

  • Find 3-bedroom homes for sale in Austin under $500k
  • Search for hotels in Paris for these dates
  • What flights are available from New York to London next Friday?