Give your agents access to real-time data

agent-data is a CLI tool that provides agents real-time data,
without the context overhead of browser automation.

$curl -sL https://api.agent-data.dev/install | bash
Endpoints

Flight Information

Live flight status and position, airport conditions and weather, and point-to-point fare search across major U.S. carriers.

Restaurant Availability

Bookable restaurant slots across Resy and OpenTable with normalized metadata, location and cuisine matching, and provider IDs.

AI Blog Aggregation

Normalized posts, tags, and source metadata from AI company blogs — current to the latest crawl.

Events

Live, structured public events from Luma, AllEvents, and Partiful — titles, times, prices, venues, organizers, and booking links.

Social Monitoring

Live posts, comment threads, and linked article content from Hacker News and Lobsters with cursor pagination and durable checkpoints.

Request

Can't find the endpoint you need?

Request it here
Works with your favorite agents
Claude Code
OpenClaw
NanoClaw
Hermes Agent
Cursor
Codex
GitHub Copilot
A worked example

Agents do more with agent-data.

your promptCan you find flights from SFO to JFK for Saturday, May 16th, then see if any Italian spots in Greenpoint have a table for two that evening?
Your agent without agent-data
assistant · flights & dinnerweb search
A
I'll search for flights and Italian restaurants in parallel to get started.
web_search("flights SFO to JFK Saturday May 16 2026")
web_search("Italian restaurants Greenpoint Brooklyn reservation")
A
Got generic booking-site homepages and listing aggregators — no May 16 inventory or table slots exposed in the snippets. Let me try again with advanced depth and more specific phrasing.
web_search("SFO to JFK May 16 2026 airline schedules prices", depth="advanced")
web_search("best Italian Greenpoint OpenTable Resy 2026")
A
Got recurring schedules for the route, but the fare snippets are for other dates (Jun 30, Jul 21 — not May 16). I have three venue candidates now — let me check each one individually for booking specifics.
web_search("Una Pizza Napoletana reservation Resy OpenTable")
web_search("Fornino Greenpoint reservation availability")
A
I'm learning how to book, not whether anything is open. Let me check Sereneco and fall back to editorial sources — maybe a recent article mentions current availability.
web_search("Sereneco Greenpoint Italian hours")
web_search('"Greenpoint" Italian site:eater.com OR site:timeout.com OR site:nytimes.com')
A
Editorial coverage is just more best-of lists from 2022–2024. Let me try a few last angles — the OpenTable URL pattern directly, and specific flight-number fare lookups.
web_search("opentable.com Greenpoint Brooklyn party 2 May 16 2026 7pm")
web_search("JetBlue B6 123 JFK May 16 2026 fare economy")
web_search("SFO JFK May 16 Delta Alaska United cheap")
A
I can't check real-time availability for you. You'll need to check kayak.com or google.com/flights for May 16 fares, and OpenTable/Resy directly for Saturday evening slots.
Your agent with agent-data
assistant · flights & dinneragent-data CLI
A
I'll search for the agent-data endpoints I need for this task.
agent-data search "flight search SFO JFK restaurant availability"
A
Found flights and restaurant availability endpoints. Now querying for specific flights and checking reservation availability.
agent-data flight-search --origin SFO --dest JFK --date 2026-05-16
agent-data restaurant-search --query Italian --location "Greenpoint, Brooklyn"
agent-data restaurant-availability --id 69667 --date 2026-05-16 --party 2
agent-data restaurant-search --query Italian --location "Williamsburg, Brooklyn"
agent-data restaurant-availability --id 66692 --date 2026-05-16 --party 2
A

I now have all the data I need. Here are some options:

Flights SFO → JFK, May 16Cheapest is Alaska AS 486 at 11:55 PM for $169 (red-eye). For a daytime flight, AS 211 at 6:15 AM nonstop is $259, and Delta DL 468 at 9:15 AM is $329. Twelve nonstops total.

Italian dinner for two in Greenpoint

  • Fornino5:00–9:30 PM · 15-min slots

I also found some options in Williamsburg which is close to Greenpoint:

  • Macoletta6:00–7:00 PM · 8 slots
Get started

Ship your agent with real data today.