Book flights, hotels, tables and seats

Availability that only exists inside a live calendar widget, seat maps you have to read visually, walking distances you have to check on a map. These are the flows a scraper cannot see.

Travel & booking examples

Compare a Multi-City Flight - Browser Use demo0:05

Compare a Multi-City Flight

google.com/travel/flights

Plan an EV Road Trip - Browser Use demo0:06

Plan an EV Road Trip

google.com/maps + 2 sites

Pick Adjacent Cinema Seats - Browser Use demo0:15

Pick Adjacent Cinema Seats

fandango.com

Find a Live Restaurant Table - Browser Use demo0:17

Find a Live Restaurant Table

opentable.com

Find a Bookable Flight - Browser Use demo0:09

Find a Bookable Flight

google.com/travel/flights

Prepare a Restaurant Reservation - Browser Use demo0:04

Prepare a Restaurant Reservation

opentable.com

Plan the fastest route through [stop A], [stop B], and [stop C] in [city] on Google Maps. Compare the possible orders, account for traffic at [time], and return the best sequence with total travel time.

Copy and run
Prompt

Plan 3 City Stops

google.com/maps

On Booking.com, find hotels within a five-minute walk of [address] for [dates]. Check the walking time for each one on the map and return a shortlist with price, rating, and distance.

Copy and run
Prompt

Hotels 5 Minutes Away

booking.com

On Google Flights, compare every option from [origin] to [destination] on [dates]. Return the cheapest, the fastest, and the best overall, each with airline, stops, duration, and price.

Copy and run
Prompt

Compare Every Flight

google.com/travel/flights

Watch Expedia for a family package to [destination] on [dates] under [budget]. Check once a day and notify me only when a matching deal appears.

Copy and run
Prompt

Watch a Vacation Deal

expedia.ca

On Google Maps, find hotels within [X] minutes of [airport] that also have a supermarket within a five-minute walk. Return each with the hotel, the supermarket, and both walking times.

Copy and run
Prompt

Airport Hotel + Supermarket

google.com/maps

Find villas in [area], Bali available for a twelve-month rental. Search the listing sites and local agents, and return each with monthly price, bedrooms, and a contact link.

Copy and run
Prompt

Rent a Bali Villa

google.com

On Vrbo, find rentals in [destination] for [dates] with a private pool, not a shared one. Confirm on each listing page that the pool is private, and return only the ones that qualify.

Copy and run
Prompt

Find a Private Pool

vrbo.com

Other things agents do

Data extraction

Portals, rendered tables, paginated lists and PDFs behind a search form. The agent opens the real page, follows the pagination, and hands back CSV or JSON with a source URL on every row.

Shopping & checkout

Unit prices instead of sticker prices, stock checked across twenty products at once, coupons tried one at a time at the real checkout. The agent stops before payment, every time.

Testing & QA

No selectors to maintain and no test script to rewrite when the DOM moves. Describe the flow in a sentence, get screenshots, console errors and a prioritised fix list back.

Research

Regulators, clinical registries, academic publishers and city halls. Sources that are public but not queryable, where the answer is three clicks deep in a form nobody has an API for.

Companies & jobs

Directories, portfolio pages, exhibitor lists and job boards, turned into a deduplicated table with every claim traced back to the page it came from.

Agent workflows

Four browsers at once, a task that runs every weekday at eight, a workflow saved as a reusable skill, a logged-in session that stops before anything irreversible.

Social & outreach

Both platforms are hostile to automation and generous to a logged-in human. The agent is the second kind: it reads your feed, exports your own followers, drafts in the real composer, and stops before it posts.

Games & real-time

Tetris, chess, GeoGuessr, powerline.io. Not a benchmark - a demonstration that the agent can read a board that changes faster than it can think and still act on it.