Restaurant recommendations from the Blackbird network (~2,000 curated restaurant
Restaurant recommendations from the Blackbird network (~2,000 curated restaurants, mostly NYC and San Francisco). Full-text search plus city/neighborhood filters, with complete specials on every result, refreshed daily from a cache (never a live call) — e.g. every West Village restaurant with its current Fly-reward offers in one call.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1080 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://agentres.dev/api/discover/restaurants
| Category | Search and research |
|---|---|
| Provider host | agentres.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 15 from 11 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 1080 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"fields": "slim",
"limit": 5,
"neighborhood": "west village"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"city": {
"description": "Case-insensitive city filter, e.g. 'new york'",
"type": "string"
},
"fields": {
"description": "slim returns id/name/specials/specials_checked_at only (default limit 50, max 200) for a cheap wide sweep. full (default) returns locations, cuisine, price, and complete specials (default limit 20, max 100).",
"enum": [
"full",
"slim"
],
"type": "string"
},
"include_specials": {
"description": "Deprecated: accepted and ignored. Specials are always present now \u2014 use fields instead.",
"type": "boolean"
},
"limit": {
"maximum": 200,
"minimum": 1,
"type": "integer"
},
"neighborhood": {
"description": "Case-insensitive neighborhood filter, e.g. 'west village'",
"type": "string"
},
"offset": {
"minimum": 0,
"type": "integer"
},
"query": {
"description": "Full-text search over name, cuisine, city, neighborhood",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"charge_id": {
"format": "uuid",
"type": "string"
},
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
},
"restaurants": {
"items": {
"additionalProperties": true,
"description": "id, name, cuisine[], price tier (1-4), image_url, website_url, cities[], neighborhoods[], locations[] (address, coordinates, time_zone), specials ([] = checked, no offers; null = never checked), specials_checked_at",
"type": "object"
},
"type": "array"
},
"synced_at": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"total": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}