The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Crawlora MCP listing page.
Crawlora MCP is a hosted Model Context Protocol server that gives AI clients and agents 1873 structured public‑web‑data tools across 215 platform groups — search, maps, e‑commerce, social, finance, travel, app stores, media, and reviews — each returning clean, normalized JSON instead of HTML to parse.
Two ways to use it: connect any MCP client to the hosted endpoint (
https://mcp.crawlora.net/mcp), or run the small open‑source local server in this repo (npx/ Docker, stdio) — both expose the same tools and authenticate with your Crawlora API key. Start free with 2,000 credits/month (no card) at crawlora.net.
| Endpoint | https://mcp.crawlora.net/mcp |
| Transport | Streamable HTTP |
| Auth | Authorization: Bearer <CRAWLORA_API_KEY> (preferred) — x-api-key: <key> also accepted |
| Get a key | https://crawlora.net (free 2,000 credits/mo) |
| Server card | https://crawlora.net/.well-known/mcp/server-card.json |
A missing or invalid API key returns 401.
Crawlora MCP works with any MCP‑capable client. Pick yours below — they all point at the same
hosted endpoint (https://mcp.crawlora.net/mcp, Streamable HTTP) and authenticate with your
CRAWLORA_API_KEY. Prefer keeping the key in an environment variable over pasting it literally,
and never commit it. Ready‑to‑paste files for each client live in examples/.
Adds at local scope by default. Use --scope user to make it available in every project, or
--scope project to write a shared .mcp.json. Confirm with claude mcp list.
Settings → Developer → Edit Config, then add to claude_desktop_config.json:
Project‑local .cursor/mcp.json (or ~/.cursor/mcp.json for all projects):
.vscode/mcp.json (project) or your user mcp.json:
~/.codeium/windsurf/mcp_config.json (note the serverUrl key):
~/.gemini/settings.json (note the httpUrl key):
Add to cline_mcp_settings.json using the generic remote shape — full walkthrough in
llms-install.md:
Any client that speaks Streamable HTTP can use the generic config in
examples/mcp.json. stdio‑only clients (e.g. Zed) should run the
local server below and point at its npx command.
This repo also ships a small stdio MCP server (index.mjs) that exposes the same 1873
tools, each wrapping the Crawlora REST API (https://api.crawlora.net/api/v1) with your
CRAWLORA_API_KEY. Useful if you'd rather run the server yourself than use the hosted endpoint.
Client config (stdio):
The tool definitions in tools.json are generated from Crawlora's published API
catalog; each carries its real input schema and maps to a single REST endpoint.
Just paste the URL into your client settings. No Node.js required.
Header:
x-api-key: <your-api-key>
Get a key at crawlora.net. Every account includes 2,000 free credits / month with no credit card required.
The complete tool catalog is generated from tools.json so MCP directories can index it.
accor_amenitiesAccor amenity reference catalog. Returns the anonymous public Accor amenity catalog with stable amenity codes, labels, categories, and display ordering. It is reference data for interpreting hotel search facets; booking, rates, rooms, reviews, and account data are excluded.
accor_brandsAccor brand directory. Returns the Accor brand directory published on the public brands page, with each brand's name, slug, and source URL. Booking, rates, rooms, reviews, contacts, and location are excluded.
accor_catalog_hotelsSearch the Accor hotel catalog. Searches Accor's anonymous public hotel catalog by text, hotel code, or latitude/longitude radius. Results contain static property identity and broad location metadata plus catalog relevance/distance; contact details, precise hotel coordinates, payment, loyalty, media, rates, rooms, reviews, and booking data are excluded.
accor_destination_hotelsAccor hotels in a destination. Returns the static list of hotels published on one Accor destination directory page (world, continent, country, region, department, city, district, or place), optionally narrowed by a theme facet. Each hotel carries its code, name, source URL, and broad city/country. Booking, rates, rooms, reviews, contacts, and precise location are excluded.
accor_propertyAccor hotel metadata. Returns static public metadata for one Accor hotel code, including name, brand, city/country, explicitly listed amenities, and published check-in/check-out times. Booking, rates, rooms, reviews, contacts, and precise location are excluded.
accor_searchSearch Accor hotels. Searches the public Accor hotel index by destination or hotel name, with optional country, city, brand, star, page, and page-size filters. Results contain static hotel identity, location labels, ratings, and source URLs; booking, rates, rooms, reviews, loyalty, and payment flows are excluded.
accor_search_detailsAccor place coordinates and viewport. Resolves an anonymous Accor search suggestion identifier to its description, coordinates, viewport, radius, and address components. It uses the same public place-details source as the Accor search box; booking, rates, rooms, reviews, and account data are excluded.
accor_search_suggestAccor destination and hotel search suggestions. Returns anonymous Accor typeahead suggestions for a partial destination or hotel query, including destination/place and hotel identifiers, types, labels, and match metadata. It uses the public search-box suggestion source only; booking, rates, rooms, reviews, and result-list requests are excluded.
adidas_productGet an Adidas product. Returns normalized product-detail data for one Adidas SKU: name, brand, category, description, pricing (current/standard/sale), images, and every purchasable size variant. product_id is the Adidas SKU (e.g. JI0397), taken from a search result's products[].id field or the trailing segment of an Adidas product page URL. An unknown product_id returns a not-found error.
adidas_product_review_topicsGet Adidas review topics for a product. Returns the topics an Adidas product model's customer reviews can be filtered by -- the "filter by topic" chips the product page shows, commonly satisfaction, comfort, color, purchase, fit, appearance, quality and style. Feed a topics[].topic value back to /adidas/product/reviews as its topic parameter to return only reviews about that aspect. The topic vocabulary is per model, not a fixed list: a shoe exposes fit and comfort topics that an accessory does not, so read it per model rather than hard-coding it. model_number is the Adidas model number (e.g. SAMBAU2312) -- NOT the SKU: take it from an adidas_search result's products[].model_number field. A model with no reviews, including a well-formed but unrecognized model_number, returns an empty topics list rather than an error. Note the label field is a display form of topic, not translated text: Adidas returns the same English values for every locale on this route.
adidas_product_reviewsGet Adidas product reviews. Returns one page of customer reviews for an Adidas product model, plus the model's rating summary: overall rating, star histogram, percentage of reviewers who recommend it, per-attribute averages (Size, Width, Comfort, Quality with their own scale labels), and Adidas's AI-generated review digest when one exists. Each review carries the rating, headline, body, author nickname, purchased colorway, helpful/not-helpful vote counts, badges, customer photos, and submission time. model_number is the Adidas model number (e.g. SAMBAU2312) -- NOT the SKU: take it from an adidas_search result's products[].model_number field, which is a different value from products[].id. Reviews are returned 10 per page. Reviews are scoped to review text written in the requested locale's language, and most of the US catalog's reviews are English, so a non-English locale commonly returns rating statistics and a localized summary with an empty reviews list. A model with no reviews -- including a well-formed but unrecognized model_number -- returns an empty reviews list rather than an error, because Adidas answers 200 with a zero count rather than 404.
adidas_searchSearch or browse Adidas products. Searches Adidas.com product listings by keyword, or browses a category listing by taxonomy slug, with real pagination and sort options. Exactly one of query or category is required. Returns normalized product summaries (title, price, rating, images, color variants) plus facet filter groups, sort options, and (for category browse) a breadcrumb trail. Keyword search is best-effort relevance, not a guaranteed match: an obscure keyword returns whatever Adidas's own search index surfaces. A genuinely empty keyword search returns an empty product list, and requesting a page beyond the available result pages (or an unknown category) returns a not-found error. Category values are the path segment after /us/ in an Adidas category URL (e.g. women-athletic_sneakers); they can also be read from the url fields of a search/category response's own filters and breadcrumbs. Facets are applied by composing them into the category slug rather than by a separate parameter: each filters[].values[].slug is a token you splice into the category value (e.g. category=women-black-athletic_sneakers applies the Color=Black facet, and category=women-athletic_sneakers-prime applies Shipping=PRIME). Use filters[].key (the facet's stable name, e.g. searchcolor) rather than filters[].id, which is an opaque per-deployment UUID that cannot be used to build a request. Note the token's position within the slug varies by facet, so compose from a slug you have seen rather than assuming a fixed order.
adidas_storeGet an Adidas store. Returns normalized detail for one Adidas retail store: name, status, phone, description, full address, coordinates, opening hours, and in-store services (e.g. Click and Collect, Free Wi-Fi). store_id is the numeric Adidas store id, taken from an adidas-stores response's stores[].id field. An unknown store_id returns a not-found error.
adidas_storesFind nearby Adidas stores. Returns Adidas physical retail stores nearest to a coordinate, sourced from Adidas's own store-finder API: name, address, phone, coordinates, distance in miles, opening hours, and in-store feature flags. lat and lng are both required. Adidas's upstream ignores a caller-supplied radius and returns the nearest ~20 stores ordered by distance. A location with no stores returns an empty list rather than an error.
adidas_suggestGet Adidas search suggestions. Returns the top matching products for a partial query, the same search-as-you-type preview Adidas's own search box shows. Adidas has no separate term-autocomplete index, so each suggestion is a matching product (id, title, url, image, price) rather than a completed search phrase. Best-effort relevance: an obscure query returns whatever Adidas's own search surfaces.
agoda_activities_searchSearch Agoda activities. Returns Agoda activities (tours, attractions, experiences) matching a free-text keyword and/or a city. When keyword is omitted, the resolved city's name is used instead to return a general listing of activities in that city. Callers may supply a known Agoda city id or a free-text city name for the city filter; when both are supplied city_id takes precedence. Credential-free public data from Agoda's own destination search.
agoda_activity_detailGet Agoda activity detail. Returns full activity detail from Agoda: title, description, stated duration, categories, and content images. Credential-free public data from Agoda's own activity content source.
agoda_flights_itinerary_amenitiesGet Agoda flight segment amenities. Returns real-content amenities (aircraft type, seat layout, meals, entertainment, wifi) for one or more flight segments. Copy the segments straight from a flight search response's own segment fields. Credential-free public data from Agoda's own flight content service.
agoda_flights_searchSearch Agoda one-way flights. Returns bookable one-way flight itineraries between two IATA airport codes for a departure date, including per-segment flight number, airline, times, layovers, aircraft type, and price. Resolve free-text city/airport names to codes first via the flight destination search endpoint. Credential-free public data from Agoda's own flight search.
agoda_flights_search_locationsSearch Agoda flight destinations/airports. Resolves a free-text city or airport name into IATA airport codes for flight search, with each city's direct and nearby airports. Credential-free public data from Agoda's own flight destination search.
agoda_homes_searchSearch Agoda Homes & Apartments by city. Returns Homes & Apartments results for an Agoda city: full listing detail for every matching property whose accommodation type is Apartment, drawn from the same city search as hotel search and filtered to non-hotel accommodation types. Callers may supply a known Agoda city id or a free-text city name; when both are supplied city_id takes precedence. Credential-free public data from Agoda's own hotel/home search.
agoda_hotel_detailGet Agoda hotel detail. Returns full hotel detail from Agoda: identity (name, any former name), an accommodation type code, address (street address, postal code, city, country), guest rating, a main photo, room count, hotel chain id, a long and short description, and short-form policy statements (minimum age, adult/child definitions, extra-bed and additional-room booking policy). Credential-free public data from Agoda's own hotel content source.
agoda_hotels_searchSearch Agoda hotels by city. Returns hotel search results for an Agoda city: the matching property ids for that city plus a direct link to each property's listing page. Callers may supply a known Agoda city id or a free-text city name; when both are supplied city_id takes precedence. Credential-free public data from Agoda's own hotel search.
airbnb_hostGet Airbnb host profile. Returns a normalized Airbnb public host profile — display name, Superhost and identity-verification status, location, bio, hosting tenure, total guest-review count, and total listing count.
airbnb_host_listingsGet Airbnb host listings. Returns the listings an Airbnb host manages, paginated. Page 1 comes from the host profile; deeper pages page through the host's full portfolio.
airbnb_host_reviewsGet Airbnb host reviews. Returns reviews guests left for an Airbnb host, paginated, including the reviewer name and location.
airbnb_roomGet Airbnb room. Returns normalized Airbnb public room details.
airbnb_room_calendarGet Airbnb room calendar. Returns public calendar month hints parsed from Airbnb room bootstrap data.
airbnb_room_reviewsGet Airbnb room reviews. Returns normalized Airbnb public review snippets.
airbnb_searchSearch Airbnb stays. Returns normalized Airbnb public web search results.
allbirds_collection_productsList Allbirds collection products. Returns normalized products from one Allbirds (https://www.allbirds.com) collection. The storefront URL is fixed server-side; 'handle' is the collection's URL slug.
allbirds_collectionsList Allbirds collections. Returns normalized collections from Allbirds (https://www.allbirds.com). The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty collections array.
allbirds_pageGet a Allbirds static page. Returns normalized static page detail for one Allbirds (https://www.allbirds.com) page handle. The storefront URL is fixed server-side.
allbirds_pagesList Allbirds static pages. Returns normalized static pages from Allbirds (https://www.allbirds.com). The storefront URL is fixed server-side.
allbirds_productGet a Allbirds product. Returns normalized product detail for one Allbirds (https://www.allbirds.com) product handle. The storefront URL is fixed server-side; 'handle' is the product's URL slug.
allbirds_product_recommendationsList Allbirds product recommendations. Returns normalized recommended products for one Allbirds (https://www.allbirds.com) product handle. The route handle is resolved to a Shopify product id before fetching recommendations. The storefront URL is fixed server-side.
allbirds_productsList Allbirds products. Returns normalized products from Allbirds's (https://www.allbirds.com) public product catalog. The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty products array.
allbirds_search_suggestGet Allbirds search suggestions. Returns products, collections, and query suggestions from Allbirds's (https://www.allbirds.com) credential-free predictive search Ajax endpoint. The storefront URL is fixed server-side.
allbirds_sitemap_urlsList Allbirds sitemap URLs. Returns capped URL entries from Allbirds's (https://www.allbirds.com) child sitemaps matching the requested type. The storefront URL is fixed server-side.
allbirds_sitemapsList Allbirds sitemaps. Returns child sitemap URLs from Allbirds's (https://www.allbirds.com) '/sitemap.xml' index with inferred sitemap types. The storefront URL is fixed server-side.
allbirds_storeGet Allbirds store metadata. Returns normalized storefront metadata for Allbirds (https://www.allbirds.com), sourced from credential-free storefront JSON. This endpoint is a brand-pinned wrapper around the generic Shopify store family: the storefront URL is fixed server-side, so no 'url' parameter is accepted. If the vanity domain blocks '/products.json', the service may fall back to a public '*.myshopify.com' domain discovered from the storefront page, or to the storefront's own embedded page data for storefronts that expose neither.
amazon_jobs_jobAmazon Jobs single posting. Returns one Amazon.jobs posting by its numeric job id (the 'id' field returned by search). Parsed from amazon.jobs's stable server-rendered job detail page — there is no separate JSON detail endpoint upstream.
amazon_jobs_searchAmazon Jobs search. Searches Amazon's public careers site (amazon.jobs) via its credential-free search JSON. Each result includes the full description and qualifications inline. 'sort' accepts 'relevant' (default, upstream relevance ranking) or 'recent' (newest posted first). Either 'q' or 'category' (or both) must be given -- 'category' filters by Amazon's own job-category taxonomy and works with no text query at all.
amazon_productRetrieve Amazon product details. Returns normalized product details for an Amazon ASIN on 'amazon.com', including pricing, availability, overview data, inline review samples, and descriptive content.
amazon_searchSearch Amazon products. Returns normalized Amazon search result cards for 'amazon.com'.
amazon_suggestRetrieve Amazon search suggestions. Returns typeahead keyword suggestions from Amazon's public suggestion API for 'amazon.com'.
anime_airing_scheduleUpcoming anime airing schedule. Returns upcoming anime episode broadcasts (episode number, air time, countdown, and the normalized title), soonest first, paginated. Credential-free public AniList data.
anime_characterGet an anime/manga character. Returns a normalized character profile by AniList id: names, image, description, gender, age, blood type, birthday, favourites, and the titles the character appears in with their billed role. Credential-free public AniList data.
anime_character_searchSearch anime & manga characters. Searches anime and manga characters by name. Returns character summaries (name, native name, image, favourites), paginated. Credential-free public AniList data.
anime_rankingsRank anime. Returns a filterable, sorted anime ranking. Credential-free public AniList data. Filter by season, year, format, genre, and status.
anime_searchSearch anime. Searches anime by free-text query. Credential-free public anime data from AniList. Returns normalized entries: titles, scores, popularity, format, status, season, genres, tags, and studios.
anime_titleGet an anime. Returns a normalized anime by AniList id: titles (romaji/english/native), MyAnimeList id, scores, popularity, favourites, format, status, season, episodes, duration, genres, ranked tags, studios, dates, description, images, and next-airing countdown. Pass mal=true to additionally enrich the response with the MyAnimeList community score (mal block: score on a 0-10 scale, plus scored-by count), scraped credential-free from the public MAL page. Credential-free public AniList data.
anime_title_charactersList an anime's characters. Returns an anime's cast (character name, native name, billed role, image, favourites), paginated. Credential-free public AniList data.
anime_title_recommendationsList an anime's recommendations. Returns community-recommended titles for an anime, each with a recommendation rating and the full normalized media entry, paginated. Credential-free public AniList data.
anime_title_staffList an anime's staff. Returns the people credited on an anime (name, production role, occupations, image), paginated. Credential-free public AniList data.
apk_teardown_compare_ownershipCompare two apk-teardown jobs for evidence of common ownership. Compares two DIFFERENT completed jobs (not versions of the same app) for signals of common ownership -- shared signing certificate, SDK/analytics identifiers, and more.
apk_teardown_diffDiff two completed apk-teardown jobs. Compares two already-completed jobs -- typically two versions of the same app -- and returns what changed (permissions, signing, SDKs, size, and more).
apk_teardown_submitSubmit an APK for static teardown analysis. Uploads a single .apk/.xapk file (up to 400MB), or set file_url to have the server fetch it from an https:// URL instead -- exactly one of "file" or "file_url" must be given, not both. Enqueues a Tier 1 static-analysis job -- manifest, permissions, signing, SDK detection, tech stack, locales, and more. Poll the returned poll_path for the result, or set webhook_url for push delivery. Identical uploads (by sha256) within 48h return the existing job instead of re-running analysis. file_url is validated (https only, must resolve to a public address -- no loopback/private/link-local targets) and every redirect hop is re-validated the same way before being followed.
apk_teardown_timelineBuild a version timeline across 2+ apk-teardown jobs. Compares 2+ completed jobs the caller asserts are versions of the same app and returns the consecutive pairwise diff for each version transition, sorted by version code.
apple_books_audiobookRetrieve Apple Books audiobook details. Returns normalized audiobook metadata from Apple Books' public catalog page, including narrator, duration, audio preview, and a cross-link to the ebook edition (when one exists).
apple_books_audiobook_reviewsRetrieve Apple Books audiobook customer reviews. Returns a page of an audiobook's customer reviews. The default first page is served from the audiobook's own catalog page; deeper pages (page>1 or a larger limit) page through Apple's review API directly, up to 20 per page.
apple_books_audiobook_searchSearch Apple Books audiobooks. Returns normalized Apple Books audiobooks from Apple's public iTunes Search API.
apple_books_audiobook_seriesRetrieve an Apple Books audiobook series and its full audiobook list. Returns series metadata and the full ordered list of audiobooks in the series from Apple Books' public catalog page. An audio-book-series is a catalog resource distinct from a book-series, even for the same conceptual series.
apple_books_audiobook_similarRetrieve "Customers Also Bought" audiobooks. Returns the related audiobooks shown on the Apple Books catalog page.
apple_books_authorRetrieve an Apple Books author's bibliography. Returns author metadata and their full ebook (and audiobook, where available) bibliography from Apple Books' public catalog page.
apple_books_bookRetrieve Apple Books book details. Returns normalized book metadata from Apple Books' public catalog page, including ISBN, page count, publisher, audience, rating histogram, and series linkage.
apple_books_book_reviewsRetrieve Apple Books customer reviews. Returns a page of a book's customer reviews. The default first page is served from the book's own catalog page; deeper pages (page>1 or a larger limit) page through Apple's review API directly, up to 20 per page.
apple_books_book_similarRetrieve "Customers Also Bought" books. Returns the related books shown on the Apple Books catalog page.
apple_books_chartsRetrieve Apple Books chart rankings. Returns Apple Books chart rankings from Apple's public marketing-tools RSS JSON feed. Supported collections are 'top-free' and 'top-paid'.
apple_books_searchSearch Apple Books titles. Returns normalized Apple Books ebooks from Apple's public iTunes Search API.
apple_books_seriesRetrieve an Apple Books series and its full book list. Returns series metadata and the full ordered list of books in the series from Apple Books' public catalog page.
apple_jobs_jobApple Jobs single posting. Returns one Apple Careers posting by its job id (the 'id' field returned by search, e.g. '200674676-0836' for a specific requisition or 'PIPE-200314122' for an evergreen/pipeline retail role). Parsed from jobs.apple.com's server-rendered job detail page.
apple_jobs_searchApple Jobs search. Searches Apple's public careers site (jobs.apple.com) via its server-rendered search page's embedded job data. Page size is fixed by Apple at 20 results. Search results carry identity/location/team metadata only — call the job endpoint for the full description and qualifications.
apple_maps_autocompleteGet Apple Maps search suggestions for a partial query. Returns Apple Maps typeahead suggestions for a partial query near a coordinate: query completions, matching businesses (resolved to the same place summary the search endpoint returns, with the place ID the place endpoint takes), and addresses.
apple_maps_categoriesList Apple Maps browse categories for an area. Returns the "Find Nearby" browse categories Apple Maps offers for an area (for example Restaurants, Coffee Shops, Gas Stations, Hotels, Parking, Grocery Stores), each with the key and name the category-search endpoint takes. The set is location-aware.
apple_maps_category_searchBrowse one Apple Maps category near a coordinate. Returns places in one browse category near a coordinate without a keyword, in the same shape as the search endpoint (place summaries, region, relocation flag, and the refinement filters block). The category is a name from the categories endpoint for the same area (case-insensitive) or its key; an unknown name returns 400 listing the categories available there. Filters and sort work exactly as on the search endpoint.
apple_maps_directionsGet Apple Maps driving, walking, or cycling directions. Returns Apple Maps routes between an origin and a destination, with optional intermediate stops, for driving, walking, or cycling. Each route carries its name, whether it is Apple's main or an alternate route, distance, live/historic/free-flow durations, toll and highway flags, Apple's route description and traffic note, and per-leg turn-by-turn steps (maneuver, road, shield, instruction text, distance, duration); detail=full adds each leg's path as coordinates. Departure time and avoid-tolls/highways/stairs preferences are supported. Transit routing is not available.
apple_maps_etaGet Apple Maps travel-time estimates between two points. Returns Apple Maps travel-time estimates between an origin and a destination: for each transport type Apple reports (driving always; walking when requested), the live best estimate, the historic and free-flow durations, and the route distance. Cheaper than the directions endpoint when only the time and distance are needed. Apple has no cycling ETA; use the directions endpoint for cycling.
apple_maps_guideGet one Apple Guide with its places. Returns one Apple Guide (curated collection) by id: title, description, last-modified time, cover photos, source link, publisher, and every place in the guide with the publisher's blurb for it plus the place's Apple place ID, name, category, coordinates, address, phone, website, rating, price level, hours, and photo.
apple_maps_guidesBrowse the Apple Guides home page worldwide or for one city. Returns the Apple Guides home page for the Worldwide scope or one city: the featured guide, the guide carousels (expert recommendations, latest, and similar rows), the city shortcut list, and the browse-by-publisher list. Each guide carries its id (the value the guide endpoint takes), title, description, last-modified time, place count, cover photo, source link, and publisher; each publisher carries its id, name, subtitle, website, and guide count.
apple_maps_guides_citiesList the regions and cities Apple Guides cover. Returns the Apple Guides city picker: every region (North America, Europe, Australia, and any Apple adds) with the cities it publishes guides for, each with its id, country, coordinates, and cover photo. Pass a city id to the guides home, publishers, or publisher endpoints to scope them to that city; omit it for the Worldwide scope.
apple_maps_guides_lookupResolve up to 20 Apple Guide ids to guide summaries. Returns guide summaries (id, title, description, last-modified time, place count, cover photo, source link) for up to 20 guide ids in one call, for example the guide_ids a place carries. Ids Apple does not return are listed in not_found. Publisher details are not part of this lookup; use the guide endpoint for a single guide's publisher and places.
apple_maps_guides_nearbyGet the Apple Guides curated for the area around a coordinate. Returns the guides Apple suggests for the area around a coordinate ("Guides We Love" for that location) as guide summaries, plus the Apple Guides city the area belongs to (with the city id the guides home endpoint takes). A coordinate outside any guides city returns an empty list.
apple_maps_guides_publisherGet one Apple Guides publisher and its guides. Returns one Apple Guides publisher by id: name, subtitle, website, guide count, the cities the publisher offers as filters, and its guides (each with id, title, description, last-modified time, place count, cover photo, and source link). Pass one of the publisher's own city ids as city_id to return only the guides for that city.
apple_maps_guides_publishersList Apple Guides publishers worldwide or for one city. Returns the Apple Guides "Browse by Publisher" list for the Worldwide scope or one city, sorted by name: each publisher's id (the value the publisher endpoint takes), name, subtitle, website, and number of guides. With no city_id this is the complete enumeration of every publisher Apple lists, usable as the id lookup table for the publisher endpoint.
apple_maps_placeGet one Apple Maps place's full detail. Returns one Apple Maps place by its place ID: name, type, category taxonomy, coordinates, formatted and structured address, phone numbers, website, rating and review count, price level, weekly opening hours, amenities (payment, accessibility, parking, and similar yes/no attributes), photos, review snippets (text, rating, time, and source link, without reviewer identity), the business-claim link, and the IDs of Apple Guides that include the place. Accepts either the external place ID (starts with I, the place-id= value in a maps.apple.com/place URL) or the numeric ID from a search result.
apple_maps_place_photosList every photo Apple Maps carries for a place. Returns all of a place's photos (the place endpoint caps at 20): the business cover photo first when present, then the hero photo, then every categorized photo with its category (Food & Drink, Interior, Exterior, ...), width and height.
apple_maps_placesGet full detail for up to 20 Apple Maps places in one call. Returns the same full detail as the place endpoint for up to 20 place IDs in a single upstream call, plus the list of requested IDs Apple did not return. Accepts the external I... form and the numeric id interchangeably.
apple_maps_reverse_geocodeReverse-geocode a coordinate with Apple Maps. Returns Apple Maps' address record for a coordinate: the matched place name and type (an address, street, or area of interest such as a neighborhood), the formatted and structured address, the matched center, the IANA timezone, and the display region.
apple_maps_searchSearch Apple Maps places near a coordinate. Returns Apple Maps places matching a keyword, business name, category, or street address near a coordinate. Each place carries its Apple place ID (the value the place endpoint takes), name, category, coordinates, formatted and structured address, phone, website, rating and review count, price level, weekly opening hours, and a hero photo. Apple returns a bounded set per viewport (around 25 places for the default span) with no pagination; widen the span or move the center to cover more area. When nothing matches near the center Apple may relocate the search to a default region, reported by relocated=true and the region bounds. The response's filters block lists the refinement chips Apple offers for this query and area (open now, top rated, in guides, cuisines, price bands, amenities, accolades, sort); pass their keys back as filters and sort to refine the same search.
apple_maps_transit_departuresGet a transit stop's lines and live departures from Apple Maps. Returns a transit stop or station's systems (e.g. BART, Muni Metro), lines (name, shield, color), and the upcoming departures Apple Maps shows, each with the line, headsign, direction, scheduled and live times, and real-time status. Takes the stop's Apple place ID (find stops with the search endpoint, e.g. a station name). A place that is not a transit stop returns 404.
apple_maps_venue_browseBrowse the stores and places inside a venue on Apple Maps. Returns an indoor venue's directory (mall, airport, stadium: categories such as Clothes, Shoes, Food, All Shops with their subcategories and levels) and, when a category is given, the places inside the venue for that category with the same summary shape as search. Find venues with the search endpoint; a place without a directory returns 404, an unknown category returns 400 listing the available ones.
apple_podcasts_chartsRetrieve Apple Podcasts chart rankings. Returns Apple Podcasts show chart rankings from public iTunes RSS JSON feeds. Supported collections are 'toppodcasts' and 'topaudiopodcasts'.
apple_podcasts_charts_rankingsRetrieve Apple Podcasts chart rankings by algorithm, type, and genre. Returns Apple Podcasts chart rankings from the modern podcasts.apple.com charts page, covering chart algorithms ('top', 'top-subscriber', 'top-series') crossed with entity types ('podcasts', 'podcast-episodes', 'podcast-channels') and an optional genre filter. A richer, differently-sourced capability than the legacy RSS-based '/apple-podcasts/charts' endpoint.
apple_podcasts_episodes_searchSearch Apple Podcasts episodes. Returns normalized Apple Podcasts episodes from Apple's public iTunes Search API.
apple_podcasts_newRetrieve Apple Podcasts curated "New" editorial shelves. Returns the curated editorial shelves from podcasts.apple.com/{country}/new (New Shows, New Seasons, New Trailers, Essentials, and other seasonal spotlights). Shelves that merely mirror a Charts Rankings query are omitted here since '/apple-podcasts/charts/rankings' already covers that data.
apple_podcasts_searchSearch Apple Podcasts shows. Returns normalized Apple Podcasts shows from Apple's public iTunes Search API.
apple_podcasts_showRetrieve Apple Podcasts show details. Returns normalized show metadata from Apple's public iTunes Lookup API.
apple_podcasts_show_episodesRetrieve Apple Podcasts show episodes. Returns a show and its public Apple Podcasts episodes from Apple's iTunes Lookup API.
apple_podcasts_show_relatedRetrieve Apple Podcasts "You Might Also Like" related shows. Returns the "You Might Also Like" rail for a single show, sourced from the modern podcasts.apple.com show page's listener-cohort recommendation data.
appstore_appRetrieve full App Store app details. Returns normalized app metadata from the App Store lookup API. Provide either 'id' (numeric track ID) or 'app_id' (bundle ID). 'id'/'app_id' can identify an iPhone, iPad, or Mac App Store listing.
appstore_developerRetrieve apps by developer ID. Returns App Store apps associated with a specific developer artist ID.
appstore_editorialRetrieve an App Store device or Arcade editorial landing page. Returns the curated editorial shelves from one of Apple's per-device App Store landing pages (the same content shown by apps.apple.com's device switcher). 'device' enum: 'iphone', 'ipad', 'mac', 'vision', 'watch', 'tv'. 'section' enum: 'main' (the device's Today/Discover/Apps & Games landing page), 'arcade' (the device's Apple Arcade landing page). Watch has no Arcade page — 'device=watch' with 'section=arcade' returns '400'.
appstore_editorial_categoryRetrieve an App Store category-scoped editorial page. Returns the curated editorial shelves for one device category page (e.g. "Entertainment Apps for Vision"). 'category_id' is a numeric, device-specific editorial page ID — not a static enum — discovered from an 'appstore_editorial' response for the SAME 'device', in its "Browse by Category" shelf items' 'destination_id' field. 'device' enum: 'iphone', 'ipad', 'mac', 'vision', 'watch', 'tv'.
appstore_listRetrieve App Store collection rankings. Returns ranked App Store apps from an iTunes RSS collection, optionally expanded to full lookup details. 'collection' enum: 'topfreeapplications', 'toppaidapplications', 'topgrossingapplications', 'topfreeipadapplications', 'toppaidipadapplications', 'topgrossingipadapplications', 'topmacapps', 'topfreemacapps', 'topgrossingmacapps', 'toppaidmacapps', 'newapplications', 'newfreeapplications', 'newpaidapplications'. Of the Mac collections, only 'topfreemacapps' currently returns ranked apps — 'topmacapps', 'topgrossingmacapps', and 'toppaidmacapps' are accepted but Apple's feed for them is currently empty. There is no separate Games 'collection' — combine any collection with 'category=6014' (or a Games subgenre ID, e.g. '7012' for Puzzle) to get its Games-only equivalent, e.g. Top Free Games. See the endpoint markdown for the full category ID table.
appstore_privacyRetrieve App Store privacy disclosures. Returns the app privacy cards shown on the App Store page, including data categories and purposes.
appstore_ratingsRetrieve App Store ratings histogram. Returns total ratings count and the 1-5 star histogram shown on the App Store product page.
appstore_reviewsRetrieve App Store reviews. Returns one page of customer reviews for an app. Provide either 'id' (numeric track ID) or 'app_id' (bundle ID).
appstore_searchSearch the App Store. Returns App Store search results for a term. Set 'ids_only=true' to return only app IDs. 'platform' enum: 'phone', 'pad', 'mac'.
appstore_similarRetrieve "You Might Also Like" apps. Returns the related apps shown on the App Store product page. Provide either 'id' (numeric track ID) or 'app_id' (bundle ID).
appstore_suggestRetrieve App Store search suggestions. Returns suggested search terms for the given partial keyword.
appstore_version_historyRetrieve App Store version history. Returns the version history entries shown in the App Store "What's New" section.
arbys_categoriesList Arby's menu categories. Returns Arby's US menu's top-level categories -- Slow Roasted Beef, Crispy Juicy Chicken, Meals, Sides & Snacks, Beverages, Desserts, Kids Menu and others. Each entry's slug is the value GET /arbys/menu takes. store_id (optional, default 0) selects which pricing snapshot categories' item counts are read from; the default 0 is Arby's own reference catalog and carries no prices at all -- pass a store_id you already know (for example one you have seen on arbys.com after picking a location) to price GET /arbys/menu's items against a specific store. There is no location-lookup endpoint in this family.
arbys_directoryBrowse Arby's US store directory by state and city. Returns one level of Arby's US store directory: every state Arby's serves with its store count (no params), one state's cities (state given), or one city's stores (state and city given) -- id, address, and phone only, pair with GET /arbys/location for hours/amenities/status. Unlike GET /arbys/locations, this needs no coordinate; it is a plain browse of the whole ~3,200-store US chain.
arbys_locationLook up one Arby's restaurant by store id. Returns one Arby's restaurant directly by its store id (e.g. one found via GET /arbys/locations), with the same address, hours, amenities, and capability fields as that endpoint's results, minus distance (there is no search center for a direct lookup).
arbys_locationsFind Arby's restaurants near a coordinate. Returns Arby's restaurants within a radius of a coordinate, nearest first, with address, phone, coordinates, distance, open/closed status, hours, amenities, and pickup/delivery capability flags. Each result's store_id also prices GET /arbys/menu and GET /arbys/categories. To search from a free-text address instead of coordinates, resolve it first with GET /geocoding/search.
arbys_menuList one Arby's menu category's items with full nutrition and price. Returns the items in one Arby's menu category, each with its stable product code, name, description, image, tags, availability, a full per-serving nutrition panel (calories, total and saturated fat, trans fat, cholesterol, sodium, carbohydrate, fiber, sugar, protein and serving weight), and a price when store_id resolves to a priced catalog. Category slugs come from GET /arbys/categories. store_id (optional, default 0) is Arby's own priceless national reference catalog; pass a store_id you already know to get that store's pricing instead -- there is no location-lookup endpoint in this family, so store_id is a passthrough value, not something this API can look up for you. A price of exactly 0 on an item is a genuine free add-on, distinct from the default catalog's complete absence of pricing.
audible_categoriesGet Audible's genre/category tree. Returns Audible's full genre/category tree (root genres with their subgenres), including the category ids accepted by GET /audible/search's category_id filter. Credential-free public catalog data from api.audible.com.
audible_categoryGet one Audible category node. Returns one Audible category node and its immediate children by id — cheaper than fetching the full tree from GET /audible/categories when only one node is needed. Credential-free public catalog data from api.audible.com.
audible_chartsGet an Audible chart (audible.com/charts). Returns one page of an Audible chart — a ranked list with real chart position, price, and rating that has no equivalent on api.audible.com's public JSON API. This is an HTML scrape of audible.com/charts, a different, less stable source class than the rest of this family, though its own filters (category, access level, language, duration, Audible-Originals-only) were individually verified to actually change results. category_id, access_level, and content_type=podcasts are mutually exclusive.
audible_editorial_listGet an Audible curated editorial list. Returns one of Audible's hand-curated "Popular Lists" pages, normalized into its themed shelves (heading + ordered ASINs). This is an HTML scrape of a marketing/editorial page (audible.com), not api.audible.com's JSON API — pair an ASIN from any shelf with GET /audible/products (batch) or GET /audible/product/{asin} for full title/author/price/rating detail. "Best of the Year" is not covered — its layout has no consistent structure to parse.
audible_productGet an Audible audiobook. Returns a normalized Audible audiobook: description, authors, narrators, series, category ladders, publisher, release date, runtime, language, sample audio URL, rating (overall/performance/story), and public list price. Credential-free public catalog data from api.audible.com.
audible_product_relatedGet Audible titles related to an audiobook. Returns Audible titles related to a given ASIN by a required relation type: same series, same narrator, same author, next in series, or raw upstream similarity. Credential-free public catalog data from api.audible.com.
audible_product_reviewsGet an Audible audiobook's customer reviews. Returns a page of an Audible audiobook's customer reviews (author, title, body, overall/performance/story ratings, helpful votes, submission date). Credential-free public catalog data from api.audible.com.
audible_productsGet multiple Audible audiobooks in one call. Returns normalized Audible audiobooks for up to 50 ASINs in a single request — the same fields as GET /audible/product/{asin}. Unrecognized ASINs are silently omitted rather than failing the whole batch. Credential-free public catalog data from api.audible.com.
audible_searchSearch Audible's catalog. Searches Audible's audiobook catalog by keyword, title, author, narrator, or category id. At least one filter is required. Credential-free public catalog data from api.audible.com.
audible_seriesGet an Audible series' ordered book list. Returns an Audible series and every book in it, in series order. A series has its own ASIN distinct from any book in it — find one via a book's series[].asin field from GET /audible/product/{asin}. Credential-free public catalog data from api.audible.com.
autotrader_dealerGet Autotrader dealer profile. Returns a normalized Autotrader dealer profile (name, phone, address, rating, website) plus a first page of the dealer's own current inventory as normalized vehicle summaries and the dealer's total listing count. Credential-free public data sourced from Autotrader's own server-rendered dealer profile page.
autotrader_searchSearch Autotrader vehicle listings. Searches Autotrader for new and used car listings, returning normalized vehicle summaries (make, model, trim, year, mileage, pricing, images) plus the total matching count. Credential-free public data sourced from Autotrader's own server-rendered search page.
autotrader_vehicleGet Autotrader vehicle listing detail. Returns a normalized Autotrader vehicle listing: full vehicle spec (make, model, trim, mileage, colors, transmission, fuel type, engine, images, pricing), the full listing description, and seller detail (dealership or private seller). Credential-free public data sourced from Autotrader's own server-rendered vehicle detail page.
bbb_businessGet a Better Business Bureau business profile. Returns a normalized bbb.org business profile: BBB rating letter grade and reasons, accreditation status and since-date, years in business, BBB file/incorporation dates, entity type, contact info, business categories, social media, and a short latest-reviews preview. Credential-free public Better Business Bureau data.
bbb_business_complaintsGet a Better Business Bureau business's complaint history. Returns a business's BBB complaint history: total complaint count, complaints closed in the last 12 months, and per-complaint detail (date, type, status, narrative text, and any business response / customer answer thread). A business with no filed complaints returns total_complaints 0 and an empty complaints list -- this is a normal result, not an error. Credential-free public Better Business Bureau data.
bbb_business_more_infoGet a Better Business Bureau business's full rating reasons and service area. Returns a business's full per-factor "Reasons for Rating" list and full service-area list, from the separate BBB business profile /more-info sub-page. The bbb-business endpoint's own rating_reasons field is read from the main profile page and typically holds only one generic boilerplate bullet regardless of actual rating; this endpoint fetches the richer, business-specific list instead. Service area is business-conditional -- some businesses render no service-area section at all, in which case service_areas is empty. Credential-free public Better Business Bureau data.
bbb_business_reviewsGet a Better Business Bureau business's customer reviews. Returns a business's full customer-review list (author, star rating, date, text, and any business response thread), paginated 10 per page, plus the average star rating and total review count. Credential-free public Better Business Bureau data. Unlike the other bbb-business-* endpoints, this one is fetched with browser impersonation rather than plain direct HTTP -- see the family's maintenance note for why.
bbb_categoryBrowse a Better Business Bureau category. Browses bbb.org businesses by category and location directly, without a free-text search query. Returns the same normalized business-result shape as bbb-search. Credential-free public Better Business Bureau data.
bbb_scamtracker_detailGet a Better Business Bureau Scam Tracker report. Returns one normalized BBB Scam Tracker consumer scam report: description, dollars lost, targeted person's location, scammer location/email/phone/URL (when known), scam type, business name used, and date reported. Credential-free public Better Business Bureau data.
bbb_scamtracker_searchSearch Better Business Bureau Scam Tracker reports. Searches bbb.org Scam Tracker's consumer-reported-scam database by free-text query, scam category, targeted-victim state/province, reported-scammer state/province, report-date range, and/or dollar-loss range, paginated 10 results/page. Omit every filter to browse the most-recent-first feed. Credential-free public Better Business Bureau data. This is a separate BBB dataset from the bbb-search/bbb-business/bbb-business-complaints business-rating family -- consumer-reported scam incidents, not business ratings.
bbb_scamtracker_state_statsGet Better Business Bureau Scam Tracker state/province aggregate stats. Returns aggregate scam-report stats per US state and Canadian province for a given time window: report counts, dollar losses, per-capita rates, year-over-year change, and top scam-type breakdown. This calls the same JSON API the BBB Scam Tracker heatmap dashboard's own frontend uses -- not an HTML scrape. Credential-free public Better Business Bureau data.
bbb_searchSearch Better Business Bureau businesses. Searches bbb.org for businesses by name or category near a location. Returns each business's BBB rating letter grade, accreditation status, categories, service areas, contact info, and profile URL. Credential-free public Better Business Bureau data.
bbc_articleGet BBC News article content. Returns a BBC News article's public metadata and body paragraphs from a canonical article URL. Live pages are not supported.
bbc_headlinesGet BBC News section headlines. Returns fresh headlines from a public BBC News RSS section. section defaults to world.
bbc_liveGet a BBC News live-page text snapshot. Returns the current server-rendered text updates from one canonical BBC News live URL. It does not subscribe to updates or return broadcast, player, or stream data.
bbc_searchSearch public BBC pages. Returns a bounded page of public BBC search-result metadata. Media entries link only to their BBC landing pages; streams, downloads, and transcripts are not returned.
bestbuy_brandsGet Best Buy's full brand directory. Returns Best Buy's full brand directory (name, category id, url), sourced from the site's own "Name Brands" page. Each id is directly usable as bestbuy_category's category_id input.
bestbuy_categoriesGet Best Buy's top-level shopping departments. Returns Best Buy's top-level shopping departments (name, category id, url), sourced from the homepage's own category carousel. Each id is directly usable as bestbuy_category's category_id input.
bestbuy_categories_trendingGet Best Buy's fine-grained trending product-type categories. Returns Best Buy's fine-grained, often deeply-nested product-type categories (e.g. "Windows Laptops", "55-Inch TVs (55 - 64 in)", "PS5 Consoles") sourced from the homepage's own "Best Selling" section -- much more specific than bestbuy_categories' ~25 top-level departments. Each id is directly usable as bestbuy_category's category_id input.
bestbuy_categoryGet a Best Buy category's product listing. Returns one page (up to 24) of one Best Buy category's normalized product listing (sku, title, url, image, price, rating, review count). category_id is a Best Buy category id, e.g. pcmcat138500050001, found in a category page URL's trailing .c?id= segment. page is the optional 1-indexed page number (defaults to 1); requesting a page past the last one returns an empty products list, not an error.
bestbuy_category_subcategoriesGet a Best Buy category's own sibling/child categories. Returns a Best Buy category's own sibling/child category set (name, category id, url), sourced from that category page's own "Category" filter facet. Each id is directly usable as bestbuy_category's category_id input. category_id is a Best Buy category id, e.g. pcmcat138500050001, found in a category page URL's trailing .c?id= segment. A leaf category with no siblings returns an empty list, not an error.
bestbuy_productGet a Best Buy product's detail. Returns one Best Buy product's normalized detail (name, brand, model, color, price, availability, rating, images, breadcrumbs), sourced from the product page's own schema.org Product structured-data block. sku is the numeric Best Buy SKU shown on bestbuy.com product pages and URLs.
bestbuy_product_questionsGet a Best Buy product's customer questions and answers. Returns the customer questions (with answers, when present) Best Buy embeds directly on a product's page: question text, answer text, who answered, and when. sku is the numeric Best Buy SKU shown on bestbuy.com product pages and URLs. A product with no questions asked yet returns an empty list, not an error.
bestbuy_product_relatedGet a Best Buy product's related products. Returns the organic (non-sponsored) related products Best Buy embeds in a product page's own comparison table (sku, name, url, image, price). sku is the numeric Best Buy SKU shown on bestbuy.com product pages and URLs. A product page with no comparison table returns an empty list, not an error.
bestbuy_product_reviewsGet a Best Buy product's customer reviews. Returns page 1 (up to 20) of one Best Buy product's normalized customer reviews (rating, title, text, author, posted date, tags such as Verified Purchaser, recommended flag, helpful/unhelpful counts), sourced from the product's dedicated reviews page. sku is the numeric Best Buy SKU shown on bestbuy.com product pages and URLs.
bestbuy_searchSearch Best Buy's product catalog. Returns one page (up to 24) of one Best Buy keyword search's normalized product listing (sku, title, url, image, price, rating, review count). q is free-text search keywords, e.g. "laptop". page is the optional 1-indexed page number (defaults to 1); requesting a page past the last one returns an empty products list, not an error.
bestbuy_storesGet Best Buy's physical stores in one city. Returns Best Buy's physical store locations in one city (name, address, phone, coordinates, rating, hours), sourced from Best Buy's own SEO store directory. state is one of the 50 US state codes plus dc and pr: 'al', 'ak', 'az', 'ar', 'ca', 'co', 'ct', 'de', 'dc', 'fl', 'ga', 'hi', 'id', 'il', 'in', 'ia', 'ks', 'ky', 'la', 'me', 'md', 'ma', 'mi', 'mn', 'ms', 'mo', 'mt', 'ne', 'nv', 'nh', 'nj', 'nm', 'ny', 'nc', 'nd', 'oh', 'ok', 'or', 'pa', 'pr', 'ri', 'sc', 'sd', 'tn', 'tx', 'ut', 'vt', 'va', 'wa', 'wv', 'wi', 'wy'. city is free text matched case-insensitively against that state's own directory (e.g. "Chicago").
bigcommerce_categoryBrowse a BigCommerce storefront category. Returns one normalized product-listing page from a public BigCommerce storefront category page. url must be the full public category-page URL. page is 1-indexed and defaults to 1.
bigcommerce_productGet a BigCommerce storefront product. Returns normalized product detail from a public BigCommerce storefront product page. url must be the full public product-page URL for a BigCommerce Stencil storefront.
bigcommerce_searchSearch a BigCommerce storefront. Returns one normalized product-search page from a public BigCommerce storefront. url must be the public storefront origin; an optional caller path or query is ignored. q is required search text. page is 1-indexed and defaults to 1.
bilibili_anime_homeGet Bilibili anime home sections. Returns the anonymous anime homepage's featured titles, latest updates, schedule, popular ranking, and new recommendations. Personalized rotating feed items are excluded.
bilibili_autocompleteGet Bilibili search suggestions. Returns Bilibili search-box query suggestions for partial text. An empty suggestion list is a valid response when nothing matches.
bilibili_guochuang_homeGet Bilibili Chinese-animation home sections. Returns the anonymous Chinese-animation homepage's featured titles, latest updates, schedule, popular ranking, and new recommendations. Personalized rotating feed items are excluded.
bilibili_must_watchGet Bilibili's curated must-watch videos. Returns Bilibili's curated must-watch collection, separated into established classics and the latest additions.
bilibili_popularGet current popular Bilibili videos. Returns Bilibili's current popular-video feed in upstream order. Pass next_cursor back as cursor to continue to the next batch.
bilibili_rankingGet the current Bilibili all-site ranking. Returns the current official all-site ranking with video engagement, category, and creator metadata in rank order.
bilibili_vertical_homeGet Bilibili documentary, movie, TV, or variety home sections. Returns stable server-rendered editorial sections for one Bilibili vertical. Allowed category values: documentary, movie, tv, variety. Rotating feeds, pagination, account state, and streaming URLs are excluded.
bilibili_weeklyGet a Bilibili weekly selected-video issue. Returns one issue from Bilibili's weekly selected-video archive. Omit number to resolve and return the latest issue.
bing_imagesSearch Bing image results. Returns normalized Bing image search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Bing image HTML/async pages and return 503 when Bing serves a challenge page or unusable HTML.
bing_newsSearch Bing news results. Returns normalized Bing news search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Bing news HTML/async pages and return 503 when Bing serves a challenge page or unusable HTML.
bing_searchSearch Bing web results. Returns normalized Bing web search results for a query string, including organic results, optional context panel data, related queries, people-also-ask questions, news modules, video modules, and page-based pagination. Empty optional blocks are omitted from the JSON response. Locale defaults to country=us and lang=en-us. Results are fetched with a Chrome-impersonated request client and return 503 on a genuine transport failure or challenge page. Bing occasionally serves a well-formed page whose results share no significant term with the query; when every hedged attempt hits this, the response is still returned as 200 with data.low_confidence set to true (and the X-Low-Confidence header) instead of being withheld, so callers get Bing's real answer plus an honest signal to double-check it rather than nothing. Queries that use the site: operator (for example site:gov.hu) are not supported: Bing serves a bot-verification challenge for them, so they are rejected with 400 before any request is made. Use the Google search endpoint (/api/v1/google/search) for domain-restricted searches.
bing_suggestSuggest Bing search queries. Returns Bing autosuggest query completions for a query prefix. Locale defaults to country=us and lang=en-us. Suggestions are fetched from public Bing suggest endpoints and trimmed to the requested count.
bing_videosSearch Bing video results. Returns normalized Bing video search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Bing video HTML/async pages and return 503 when Bing serves a challenge page or unusable HTML.
bluesky_author_feedA Bluesky account's posts. Returns a page of a Bluesky account's posts, newest first, including text, engagement counts, and any attached images/link card/quoted post. Public data, sourced from the AT Protocol's public, credential-free AppView API.
bluesky_followersA Bluesky account's followers. Returns a page of a Bluesky account's followers. Public data, sourced from the AT Protocol's public, credential-free AppView API.
bluesky_followsAccounts a Bluesky account follows. Returns a page of the accounts a Bluesky account follows. Public data, sourced from the AT Protocol's public, credential-free AppView API.
bluesky_post_threadA Bluesky post and its reply tree. Returns a Bluesky post along with its nested replies (and, when the post is itself a reply, its parent chain), up to 'depth' levels deep. Public data, sourced from the AT Protocol's public, credential-free AppView API.
bluesky_profileA Bluesky account's full public profile. Returns a Bluesky account's public profile: display name, description, avatar/banner images, and follower/follows/posts counts. Public data, sourced from the AT Protocol's public, credential-free AppView API.
bluesky_search_actorsSearch Bluesky accounts. Returns Bluesky accounts matching a query against display name, handle, and profile description. Public data, sourced from the AT Protocol's public, credential-free AppView API.
bluesky_trending_topicsBluesky's current trending topics. Returns Bluesky's current trending topics and suggested feeds, each with a link to its feed. Public data, sourced from the AT Protocol's public, credential-free AppView API. This surface is less stable than the rest of this family -- Bluesky may change its shape without notice.
bonhams_auction_detailGet a Bonhams auction's normalized facts. Returns one Bonhams auction's normalized facts by id: title, category, department, country, currency, sale dates, and lot count. Unlike the search endpoint, this is not restricted to upcoming/live auctions -- a historical/ended auction id resolves too. Credential-free public data from bonhams.com's own search API.
bonhams_auction_lotsList the lots in a Bonhams auction. Returns the normalized lot listing for one Bonhams auction, optionally filtered by department and/or a free-text query. Credential-free public data from bonhams.com's own search API.
bonhams_auction_searchSearch Bonhams auctions. Searches and filters Bonhams' auctions. Default status "upcoming" excludes ended auctions, matching bonhams.com's own default; "past" browses Bonhams' full historical auction archive instead. Credential-free public data from bonhams.com's own search API.
bonhams_lot_detailGet a Bonhams lot's normalized facts. Returns one Bonhams lot's normalized facts: title, estimate range, hammer/realized price (once sold), sale date, category, department, and lot number. Full lot description prose, condition-report text, and additional images are not reproduced -- see the response fields. Credential-free public data from bonhams.com's own search API.
bonhams_lot_searchSearch Bonhams lots across every auction. Searches Bonhams lots across every auction, current and historical -- including sold/prices-realized lots -- optionally filtered by department, country, a GBP-normalized estimate price range, and/or a free-text query, in a caller-selected sort order. Without a query and without an explicit sort, results are ordered by most recently active sale date first. Credential-free public data from bonhams.com's own search API.
booking_attractions_detailBooking.com attraction detail. Returns a Booking.com attraction's detail page.
booking_attractions_reviewsBooking.com attraction reviews. Returns normalized guest reviews for a Booking.com attraction.
booking_attractions_searchSearch Booking.com attractions. Returns normalized Booking.com attractions/things-to-do search results for a destination and date range, with an optional category/subcategory filter and a discoverable category taxonomy.
booking_flights_autocompleteBooking.com flight autocomplete. Returns Booking.com flight-search location suggestions (airports/cities) for a query string.
booking_flights_searchSearch Booking.com flights. Returns normalized round-trip or one-way flight offers between two Booking.com flight-search locations.
booking_hotel_detailBooking.com hotel detail. Returns a Booking.com hotel's core detail page: rating, facilities, highlights, house rules, cover photos, and rooms with their own photos.
booking_reviewsBooking.com hotel reviews. Returns normalized guest reviews for a Booking.com hotel, with an optional free-text search over review content.
booking_searchSearch Booking.com hotels. Returns normalized Booking.com hotel search results for a destination and date range.
boots_searchSearch Boots UK products and categories. Returns one page of Boots UK's public product catalog, including product cards and live facets. Supply 'q', one or more hierarchical 'category' keys, or both. Use repeatable 'filter=facet_key:option_key' values from that response's dynamic facets, plus the dedicated price and stock controls. 'sort' accepts 'relevance', 'price_low_to_high', 'price_high_to_low', 'top_rated', 'best_seller', or 'newest'.
boots_suggestGet Boots UK search-box suggestions. Returns Boots UK's own public typeahead phrases for a partial product query. The suggestions are search terms only; pass one to boots-search's q parameter for product cards and live facets.
boxofficemojo_brandBox Office Mojo brand detail. Returns normalized release rows from a public Box Office Mojo brand page. Pass exactly one of 'id', 'path', or 'url'.
boxofficemojo_brandsBox Office Mojo brand chart. Returns normalized rows from Box Office Mojo's public brand chart.
boxofficemojo_calendarBox Office Mojo domestic release schedule. Returns normalized grouped rows from Box Office Mojo's public domestic release schedule. Provide 'year' and 'month'.
boxofficemojo_calendar_changesBox Office Mojo domestic release schedule changes. Returns normalized grouped rows from Box Office Mojo's public domestic release-schedule changes page.
boxofficemojo_calendar_dateBox Office Mojo domestic release schedule date. Returns normalized release rows for one public Box Office Mojo domestic release-schedule date.
boxofficemojo_date_domesticBox Office Mojo domestic daily box office. Returns normalized rows from Box Office Mojo's public domestic daily chart. Empty upstream daily pages return a typed not-found error rather than an empty success.
boxofficemojo_franchiseBox Office Mojo franchise detail. Returns normalized release rows from a public Box Office Mojo franchise page. Pass exactly one of 'id', 'path', or 'url'.
boxofficemojo_franchisesBox Office Mojo franchise chart. Returns normalized rows from Box Office Mojo's public franchise chart.
boxofficemojo_genreBox Office Mojo genre detail. Returns normalized release rows from a public Box Office Mojo genre page. Pass exactly one of 'id', 'path', or 'url'.
boxofficemojo_genresBox Office Mojo genre chart. Returns normalized rows from Box Office Mojo's public genre chart.
boxofficemojo_lifetime_grossesBox Office Mojo lifetime gross chart. Returns normalized rows from Box Office Mojo's credential-free lifetime gross chart. 'area' values: 'worldwide', 'domestic'.
boxofficemojo_releaseBox Office Mojo release detail. Returns normalized Box Office Mojo release summary fields and domestic daily rows from a public release page. Pass exactly one of 'id', 'path', or 'url'.
boxofficemojo_release_groupBox Office Mojo release group detail. Returns normalized market release rows grouped by region from a public Box Office Mojo release-group page. Pass exactly one of 'id', 'path', or 'url'.
boxofficemojo_showdownBox Office Mojo showdown detail. Returns normalized release comparison metrics from a public Box Office Mojo showdown page. Pass exactly one of 'id', 'path', or 'url'.
boxofficemojo_showdownsBox Office Mojo showdowns. Returns normalized comparison rows from Box Office Mojo's public showdowns page.
boxofficemojo_titleBox Office Mojo title detail. Returns normalized Box Office Mojo title release-group and market-gross tables from a public title page. Pass exactly one of 'id', 'path', or 'url'.
boxofficemojo_weekend_domesticBox Office Mojo domestic weekend box office. Returns normalized rows from Box Office Mojo's public domestic weekend chart. Empty upstream weekend pages return a typed not-found error rather than an empty success.
boxofficemojo_weekend_domestic_by_distributorBox Office Mojo domestic weekend by distributor. Returns normalized distributor rows from Box Office Mojo's public domestic weekend by-distributor chart. Empty upstream weekend pages return a typed not-found error rather than an empty success.
boxofficemojo_weekend_domestic_estimatesBox Office Mojo domestic weekend estimates. Returns normalized estimate-vs-actual rows from Box Office Mojo's public domestic weekend estimates chart. Empty upstream weekend pages return a typed not-found error rather than an empty success.
boxofficemojo_year_domesticBox Office Mojo domestic yearly box office. Returns normalized release rows from Box Office Mojo's public domestic yearly calendar-grosses chart.
boxofficemojo_year_worldwideBox Office Mojo worldwide yearly box office. Returns normalized release-group rows from Box Office Mojo's public worldwide yearly chart.
brand_retrieveRetrieve brand data by domain. Fetches a domain's homepage and Web App Manifest and extracts a normalized brand profile (title, description, brand colors normalized to hex, logos and icons ranked best-first, backdrops, socials, links, and any schema.org organization data). Enrichment-only fields that are not present in the page markup are returned as null.
brave_imagesSearch Brave image results. Returns normalized Brave image search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search image HTML and return 503 when Brave serves a challenge page or unusable HTML.
brave_newsSearch Brave news results. Returns normalized Brave news search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search news HTML and return 503 when Brave serves a challenge page or unusable HTML.
brave_searchSearch Brave. Returns normalized web search results from Brave Search for a query string, along with offset-based pagination, related queries, discussions, videos, and the right-side knowledge card when Brave includes one. Use time_range for preset ranges or date_from/date_to for a custom YYYY-MM-DD range. Locale defaults to country=us and lang=en-us.
brave_suggestSuggest Brave search queries. Returns Brave autosuggest query completions for a query prefix. Locale defaults to country=us and lang=en-us. Suggestions are fetched from public Brave Search suggest JSON and trimmed to the requested count.
brave_videosSearch Brave video results. Returns normalized Brave video search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search video HTML and return 503 when Brave serves a challenge page or unusable HTML.
brooklinen_collection_productsList Brooklinen collection products. Returns normalized products from one Brooklinen (https://www.brooklinen.com) collection. The storefront URL is fixed server-side; 'handle' is the collection's URL slug.
brooklinen_collectionsList Brooklinen collections. Returns normalized collections from Brooklinen (https://www.brooklinen.com). The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty collections array.
brooklinen_pageGet a Brooklinen static page. Returns normalized static page detail for one Brooklinen (https://www.brooklinen.com) page handle. The storefront URL is fixed server-side.
brooklinen_pagesList Brooklinen static pages. Returns normalized static pages from Brooklinen (https://www.brooklinen.com). The storefront URL is fixed server-side.
brooklinen_productGet a Brooklinen product. Returns normalized product detail for one Brooklinen (https://www.brooklinen.com) product handle. The storefront URL is fixed server-side; 'handle' is the product's URL slug.
brooklinen_product_recommendationsList Brooklinen product recommendations. Returns normalized recommended products for one Brooklinen (https://www.brooklinen.com) product handle. The route handle is resolved to a Shopify product id before fetching recommendations. The storefront URL is fixed server-side.
brooklinen_productsList Brooklinen products. Returns normalized products from Brooklinen's (https://www.brooklinen.com) public product catalog. The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty products array.
brooklinen_search_suggestGet Brooklinen search suggestions. Returns products, collections, and query suggestions from Brooklinen's (https://www.brooklinen.com) credential-free predictive search Ajax endpoint. The storefront URL is fixed server-side.
brooklinen_sitemap_urlsList Brooklinen sitemap URLs. Returns capped URL entries from Brooklinen's (https://www.brooklinen.com) child sitemaps matching the requested type. The storefront URL is fixed server-side.
brooklinen_sitemapsList Brooklinen sitemaps. Returns child sitemap URLs from Brooklinen's (https://www.brooklinen.com) '/sitemap.xml' index with inferred sitemap types. The storefront URL is fixed server-side.
brooklinen_storeGet Brooklinen store metadata. Returns normalized storefront metadata for Brooklinen (https://www.brooklinen.com), sourced from credential-free storefront JSON. This endpoint is a brand-pinned wrapper around the generic Shopify store family: the storefront URL is fixed server-side, so no 'url' parameter is accepted. If the vanity domain blocks '/products.json', the service may fall back to a public '*.myshopify.com' domain discovered from the storefront page, or to the storefront's own embedded page data for storefronts that expose neither.
burgerking_availabilityGet one Burger King restaurant's real-time fulfillment status. Returns one restaurant's live open/closed status per order channel (curbside, delivery, drive-thru, eat-in, mobile-order drive-thru, takeout), distinct from /burgerking/locations' published weekly schedule. Each channel carries whether it is taking orders right now, its current open window when open, and the following window's start/end -- a channel with no current or next window at all means this restaurant does not offer it, not merely that it is closed. Also returns the restaurant's own local time, timezone and an overall available flag. Setting forecast=true additionally returns a multi-day forward schedule per channel, including two catering-only channels not present in the current-status list.
burgerking_locationsFind Burger King restaurants near a location. Returns Burger King restaurants near a latitude/longitude. Each restaurant carries its internal id and numeric store id (the value /burgerking/menu and /burgerking/availability take), full address with coordinates, phone, the operating franchise group, amenity flags (breakfast, delivery, drive-thru, playground, takeout, wifi, halal, dark kitchen) and the full published week of hours for dining room, drive-thru, delivery and curbside separately. A coordinate with no nearby Burger King returns an empty list rather than an error. Setting include_availability=true additionally returns each restaurant's live per-channel open/closed status in one call, the same shape /burgerking/availability returns -- note that path is capped at a fixed page (up to 20 restaurants) rather than honoring max_results beyond that. Setting delivery_only=true instead restricts results to restaurants that Burger King's own delivery service actually considers deliverable to this coordinate -- a genuine delivery-zone match, not the same set as filtering has_delivery=true. include_availability and delivery_only cannot be combined.
burgerking_menuGet one Burger King restaurant's full priced menu. Returns one restaurant's full menu grouped into categories (e.g. "Breakfast Sandwiches", "Flame Grilled Burgers"). Every entry is an item, a combo, or a picker (a variant-choice product such as "choose your drink size") and carries a delivery and pickup price -- these genuinely differ -- plus calories, detailed nutrition facts and flagged allergens when Burger King publishes them, and an image. Prices and availability reflect this specific restaurant, not a national default.
burgerking_productGet one Burger King item, combo, or picker's full detail and customization tree. Returns one menu entry's full detail (name, description, price, image, nutrition, allergens) plus its customization tree, when it has one -- a combo's courses and their swappable entree/side/drink choices, a picker's size/variant choices, or a customizable item's ingredient toggle groups (e.g. "Bacon": no/regular/extra) and their price deltas. Options recurses through the full upstream structure, so a combo's entree choice carries its own ingredient toggles too, not just the combo's own top-level courses. A plain, non-customizable item returns an empty options list.
capterra_productGet a Capterra product. Returns a normalized Capterra product profile: name, description, category, and aggregate rating. Credential-free public Capterra data, rendered from the product page through proxied browser renderers.
capterra_reviewsGet Capterra product reviews. Returns a page of normalized Capterra reviews (author, headline, rating) plus the product's aggregate rating. Credential-free public Capterra data, rendered from the reviews page through proxied browser renderers.
capterra_searchSearch Capterra products. Returns Capterra search-result products (id, name, url, description, rating). Credential-free public Capterra data, rendered from the search page through proxied browser renderers. Note: Capterra renders a fallback product list even for queries with no genuine match, rather than a distinct empty-results page, so callers should treat low-relevance results as an upstream characteristic, not a bug.
carmax_searchSearch CarMax vehicle listings. Searches CarMax for used car listings, returning normalized vehicle summaries (make, model, trim, year, mileage, colors, engine, fuel economy, pricing, store, images), available search facets with live counts, and the total matching count. Credential-free public data sourced from CarMax's own mobile-app search API.
carmax_search_suggestionsGet CarMax search autocomplete suggestions. Returns autocomplete suggestions for a partial search term (make/model/trim), typo-tolerant by default. Credential-free public data sourced from CarMax's own mobile-app API.
carmax_shop_by_brandGet CarMax's "shop by brand" make taxonomy. Returns CarMax's full make taxonomy for browsing by brand: every make, a display image, and CarMax's own display order. Credential-free public data sourced from CarMax's own mobile-app API.
carmax_storeGet CarMax store (physical location) detail. Returns a normalized CarMax store: name, full address, phone numbers, coordinates, opening hours, and store-type flags (car buying center, microstore). Credential-free public data sourced from CarMax's own server-rendered store page.
carmax_storesSearch CarMax store (physical location) locations. Searches CarMax's physical store locations by ZIP code or free-text keyword, returning normalized stores with full address, every published phone number, opening hours, and (for a ZIP-based search) live driving distance in miles. Credential-free public data sourced from CarMax's own mobile-app store-locator API.
carmax_vehicleGet CarMax vehicle listing detail. Returns a normalized CarMax vehicle listing: full vehicle spec (make, model, trim, mileage, colors, engine, transmission, fuel economy, pricing), equipment features, labeled specifications, warranty coverage, accident/owner history, and CarMax's return guarantee terms. Credential-free public data sourced primarily from CarMax's own mobile-app API, backfilled with the website's server-rendered page for accident/owner history and warranty terms the mobile API doesn't expose.
carmax_vehicle_recommendationsGet CarMax "similar vehicles" recommendations for a listing. Returns CarMax's own similar-vehicle recommendations for a listing: stock number, description, display mileage/price, store location, and image, for vehicles CarMax considers comparable. An empty list is a normal result, not an error. Credential-free public data sourced from CarMax's own mobile-app API.
carsdotcom_searchSearch Cars.com vehicle listings. Searches Cars.com for new and used car listings, returning normalized vehicle summaries (make, model, trim, year, mileage, exterior color, drivetrain, fuel type, pricing, seller, images) plus the total matching count. Credential-free public data sourced directly from Cars.com's own public search API.
carsdotcom_vehicleGet Cars.com vehicle listing detail. Returns a normalized Cars.com vehicle listing: full vehicle spec (make, model, trim, mileage, colors, engine, transmission, fuel economy, a key-specs table), Cars.com's own deal-fairness rating and predicted fair price, categorized equipment features, an AutoCheck-derived vehicle history report, Cars.com's own price-change history, the seller's notes, dealer detail (name, rating, address, website, phones, hours) or private-seller detail for a for-sale-by-owner listing, and certified-pre-owned/manufacturer-program detail when applicable. Credential-free public data sourced directly from Cars.com's own public GraphQL API.
chewy_brandsList Chewy's brand directory. Returns one page of Chewy's full brand directory -- roughly 7,600 brands -- with each brand's id, name, Chewy's own written description, image, parent-catalog group, and its child brands where a brand umbrellas others (Purina lists 27). This is the whole catalog of brands, unlike chewy_facets, which only reports the brands present in one category's listing. Pass name to look up a single brand by exact name, case-insensitive; it is an exact match upstream, not a search, so "Purina" matches while "purina pro" does not. To filter products by a brand, pass the brand's NAME to chewy_category or chewy_search as filter=brand_facet: -- facet_id is the join key onto chewy_facets' own option ids and is not accepted by the filter parameter.
chewy_categoriesBrowse Chewy's category taxonomy tree. Returns Chewy's category taxonomy tree: how to discover group_id values for chewy_category, not the products within a category. Omitting group_id returns all top-level departments (Dog, Cat, Horse, Bird, Fish, Reptile, Small Pet, Farm and Livestock Supplies, Wild Bird and Wildlife Supplies, Pharmacy, Pet Parents); a group_id expands that specific group's own subtree instead. depth controls how many levels of subcategories are expanded in one call.
chewy_categoryBrowse a Chewy category listing. Returns one page (36 products) of a Chewy category/browse listing's product grid (price, autoship price/discount, stock, rating, images), plus embedded facets and breadcrumbs. group_id is Chewy's own numeric category id -- the trailing id segment of a chewy.com/b/- browse URL, e.g. 294 for /b/dry-food-294. Every breadcrumbs[].group_id and facets[].options[].value in a response is a ready-to-use group_id for a follow-up call, so a caller can discover the full category taxonomy starting from a known category. A group_id Chewy does not recognize returns a 404 rather than an unfiltered listing. sort and filter narrow/reorder the listing; every facets[].value paired with one of that facet's options[].value from any prior response is a valid filter key:value pair (e.g. brand, breed size, flavor, price range, customer rating -- whichever facets that category exposes). Set include_content to also return the category's curated editorial content -- Chewy's own FAQ question/answer pairs, the rich category description, and the SEO page title and meta description; it costs no extra upstream call and is omitted entirely when not requested. A keyword search carries none of this content, so it is a category-only addition.
chewy_facetsList a Chewy category or search's refinement options. Returns the full set of refinement options (facets) a Chewy category or keyword search can be narrowed by -- brand, sub-category, lifestage, food form, breed size, special diet, health feature, flavor, ingredient, packaging type, price band, customer rating, and whichever other dimensions that listing exposes -- with each option's product count. No products are returned, so this is a much smaller call than chewy_category/chewy_search when only the option set is wanted. The Brand dimension is effectively Chewy's brand directory for the requested listing: each brand option carries its product count and, where Chewy publishes one, its own chewy.com/brands/- landing-page slug in seo_hvf_slug. Exactly one of group_id or q is required. Every facets[].value paired with one of that facet's options[].value is a ready-to-use filter key:value pair for this endpoint, chewy_category, and chewy_search alike; passing filter here narrows the listing first, so the returned counts describe the already-narrowed result set. A group_id Chewy does not recognize returns a 404 rather than an empty option set.
chewy_gtin_lookupResolve Chewy GTIN/UPC barcodes to part numbers. Resolves a batch of up to 20 GTIN/UPC barcodes to their Chewy part numbers in one call. gtins is a comma-separated list of barcodes, e.g. "192268541316". A barcode Chewy does not recognize is omitted from part_numbers and listed in not_found rather than causing the whole call to fail. The resolved part_numbers values feed directly into chewy_product/chewy_products.
chewy_inventoryLook up live warehouse inventory for a batch of Chewy products. Returns Chewy's live warehouse inventory position for up to 20 products in one call, keyed by part number: the availability status, total units on hand, units inbound/in progress, units already reserved against unshipped orders, and the quantity actually available to the storefront. This is the only Chewy surface that carries real quantities -- every other endpoint in this family reports stock as a single boolean, so "36 units left" and "84,386 units left" are indistinguishable there. Quantities are live and move between calls. Part numbers Chewy does not return inventory for are reported in not_found; if none resolve the response is a 404.
chewy_item_attributesLook up a batch of Chewy products' structured attributes and handling flags. Returns Chewy's own specification table for up to 20 products in one call, keyed by part number -- the structured attribute list (lifestage, pet type, product type, material, made-in country, packaging type, flavor, defining size, plus long-form key-benefits and cautions copy), together with the handling and compliance flags that govern how an item ships (pharmaceutical, prescription vet-diet, frozen, refrigerated, single-tablet, gift card), its bundle structure and component SKUs, its autoship eligibility/discount and preset reorder cadence, its merchandising classification path, and the numeric category group ids it belongs to (each usable directly as chewy_category's group_id). This complements rather than repeats chewy_products and chewy_product: price, rating, images, reviews, and descriptions stay on those endpoints, and the attribute table is not available from either. Use the group parameter to return a single attribute group. Part numbers Chewy does not recognize are reported in not_found; if none of them resolve the response is a 404.
chewy_productGet a Chewy product's detail. Returns one Chewy product's full normalized detail: name, brand, description, images, price, stock, rating and its star-count breakdown, category breadcrumbs, customer questions and answers, and customer reviews. id is the numeric id from a chewy.com PDP URL, e.g. 185468 from https://www.chewy.com/frisco-lion-mane-dog-cat-costume/dp/185468 -- also the same value a chewy_category response's products[].part_number field carries for that product's own default variant. The response also carries the item's shipping weight and package dimensions as Chewy states them, its per-order purchase limit, and any promotions currently attached to it (each with a type such as "Spend $X" or "BOGO", plus short and long descriptions).
chewy_product_questionsList a Chewy product's customer questions and answers, paginated. Returns one page of a Chewy product's customer questions, each with its answers (text, author, date, staff flag, helpful count). chewy_product embeds only the first 20 questions with no way to page past them; this endpoint reaches the whole set. id is the numeric id from any chewy.com PDP URL, and questions are shared across a product's variants, so any variant's id returns the same set. Each question reports answers_total alongside its answers array, so a caller can tell when answers were truncated by answer_limit. Chewy offers no sort or filter on questions, so this endpoint deliberately exposes paging only.
chewy_product_reviewsList a Chewy product's customer reviews, paginated. Returns one page of a Chewy product's customer reviews -- rating, title, body, author, submission date, helpful count, incentivized flag, and contributor badge -- with sorting and positive/negative filtering. chewy_product embeds only the first 20 reviews with no way to page past them; this endpoint reaches the whole set (products routinely carry thousands). id is the numeric id from any chewy.com PDP URL, and reviews are shared across a product's variants, so any variant's id returns the same set. total is the count for the current filter, so it drops when filter is applied, while rating_count stays the product's overall rating tally.
chewy_productsGet a batch of Chewy products' lightweight summaries. Returns a batch of up to 20 Chewy products' lightweight summaries (price, rating, stock, images) in one call. part_numbers is a comma-separated list of Chewy part numbers, e.g. "52448,767758" -- the same value chewy_product returns as part_number/parent_part_number, and chewy_category/chewy_search return as products[].part_number. A part number Chewy does not recognize is omitted from products and listed in not_found rather than causing the whole call to fail.
chewy_searchSearch Chewy by keyword. Returns one page of a Chewy keyword search's normalized product listing (price, autoship price/discount, stock, rating, images), plus embedded facets. q is free-text search keywords, e.g. "salmon dog food". A generic query that strongly matches one of Chewy's own categories (e.g. "dog food", "cat litter", "leash") is transparently redirected to that category's listing, the same real results a chewy.com visitor would see -- source_url reflects the actual listing fetched. sort and filter narrow/reorder the listing; every facets[].value paired with one of that facet's options[].value from any prior response is a valid filter key:value pair.
chewy_suggestChewy search-box typeahead suggestions. Returns Chewy's own search-box typeahead result for a partial query term: search-term suggestions (some resolving directly to a category/brand browse URL via their own url field) plus a handful of educational-content article suggestions. term is a partial query, e.g. "salmon dog" or "blue buff". Omit term entirely to get what Chewy shows on an empty search box instead: its current Popular Searches (each resolving to a category or brand listing) and Popular Articles.
chewy_variantsList every size/flavor variant of a Chewy product. Returns the full roster of purchasable variants for the product a given item belongs to -- every size, flavor, or color Chewy sells it in -- with each variant's own part number, price, Autoship price, stock, images, and the defining option that distinguishes it (e.g. Size = Medium). id is the numeric id from any chewy.com PDP URL; passing any one variant's id returns that variant's whole family, and the variant you asked for is flagged with is_requested. This answers a question chewy_product cannot: chewy_product describes only the single variant it was given and names its parent, but never lists the siblings or their prices. Only the defining option is returned, not the full attribute table -- use chewy_item_attributes for that.
chick_fil_a_contentBrowse Chick-fil-A press releases, legal documents and press-kit assets. Returns one page of a Chick-fil-A editorial corpus. 'type' selects which: 'press-room' (289 press releases), 'story' (189 blog articles), 'page' (147 standalone corporate pages such as hunger relief and community programmes), 'legal' (28 terms, policies and promotion rules) or 'downloadable-asset' (45 press-kit media entries, which carry a title and link only and never a body). Between them these are every content-bearing corpus Chick-fil-A publishes outside the menu and restaurant catalogs. Article bodies are opt-in via include_body because a single press release runs to roughly 22KB, so a default-on page of 20 would be several hundred KB; without it the endpoint returns titles, links, publish dates and excerpts.
chick_fil_a_content_taxonomyList the category and tag vocabularies Chick-fil-A classifies its content under. Returns one page of a content taxonomy's terms, each with its id, name, slug, parent and the number of entries carrying it. Every id is a ready-to-use 'category' or 'tag' filter value on GET /chick-fil-a/content, which is what makes the editorial corpora navigable rather than only pageable. 'taxonomy' selects the vocabulary: 'press_category' (16 terms) and 'press_tag' (96) classify press releases, 'story_category' (9) and 'story_tag' (74) classify blog stories, 'legal_category' (8) and 'downloadable_asset_category' (7) classify those corpora, and 'campaign' (9) is applied across several at once. Terms are ordered by name.
chick_fil_a_faqBrowse Chick-fil-A customer FAQs. Returns one page of Chick-fil-A's published customer FAQ corpus (522 entries at time of writing) across 30 categories -- Chick-fil-A One membership, points and rewards, digital ordering and payment, delivery support, sweepstakes terms, and more. Each entry carries the question, the answer as plain text, the answer's original HTML (a fair number of answers use links, lists and tables that plain text loses), and its resolved categories. Every categories[].id is a ready-to-use value for the category filter. search matches over question and answer text and is relevance-ranked; without it entries come back alphabetically so a caller can page through the whole corpus deterministically.
chick_fil_a_locationGet one Chick-fil-A restaurant's address and hours. Returns one Chick-fil-A restaurant's street address, opening hours, cuisine description and photo, selected by either its numeric id or its slug (supply exactly one of the two -- passing both is rejected). opening_hours carries one entry per day; a day Chick-fil-A publishes as closed (notably every Sunday, and every day for a seasonal or food-truck location that is not currently operating) comes back with closed=true and empty opens/closes rather than a placeholder time. This response carries a postal address but no latitude/longitude -- Chick-fil-A does not publish coordinates for its restaurants, and this endpoint does not synthesize them.
chick_fil_a_locationsBrowse Chick-fil-A restaurant locations. Returns one page of Chick-fil-A's restaurant directory (3,467 restaurants at time of writing): each restaurant's id, slug, name, US state and its page URL. search filters by free text over restaurant names and is relevance-ranked; without it restaurants come back alphabetically so a caller can page through the whole directory deterministically. This index deliberately carries no address or hours -- Chick-fil-A does not expose them on the directory listing. Pass a slug from here to GET /chick-fil-a/location to get street address and opening hours for one restaurant.
chick_fil_a_menuBrowse the Chick-fil-A menu. Returns one page of Chick-fil-A's published menu catalog (567 items at time of writing): item name, slug, Chick-fil-A's own item tag, an ordering deep link, and the taxonomy term ids the item belongs to. Every id in a response's menu_taxonomy_ids, menu_item_type_ids, menu_item_group_ids and nutrition_table_menu_ids is a ready-to-use filter value for a follow-up call, and GET /chick-fil-a/menu-taxonomy lists each taxonomy's terms with their names. search filters by free text and is ranked by relevance; without it items come back alphabetically so a caller can page through the whole catalog deterministically. Note this catalog carries no prices or nutrition values -- Chick-fil-A does not publish either through this source.
chick_fil_a_menu_itemGet one Chick-fil-A menu item. Returns one Chick-fil-A menu item, selected by either its numeric id or its slug (supply exactly one of the two -- passing both is rejected). Unlike the listing endpoint, this resolves the item's taxonomy term ids to names, so menu_sections, item_types, item_groups and nutrition_tables each come back as {id, name, slug} triples rather than bare ids. Term resolution is best-effort: if the taxonomy lookups fail the item is still returned with ids and empty names rather than failing the whole call. This item detail carries no price and no nutrition values -- Chick-fil-A does not publish either through this source.
chick_fil_a_menu_taxonomyList one Chick-fil-A menu taxonomy's terms. Returns one page of terms for a single Chick-fil-A menu taxonomy, with each term's id, name, slug, parent and how many menu items carry it. This is how to discover the filter ids GET /chick-fil-a/menu accepts. taxonomy must be one of 'menu_taxonomy' (customer-facing menu section -- Breakfast, Beverages, Catering Entrées, ... 36 terms), 'menu_item_type' ('ITEM', 'ITEM_GROUPING', 'MODIFIER' -- 3 terms), 'menu_item_group' (the grouping a variant belongs to, e.g. "Bacon, Egg & Cheese Biscuit" -- 100+ terms), or 'nutrition_table_menu' (the grouping used by Chick-fil-A's published nutrition tables -- 18 terms). Terms come back alphabetically.
chipotle_ingredientsGet Chipotle's ingredient content catalog. Returns Chipotle's raw-ingredient content pages -- sourcing story, marketing copy, imagery -- and the per-item recipe breakdown. ingredients[] has one entry per raw ingredient (Avocado, Yellow Onion, ...), each with its facts/sourcing copy and the menu_item_ids it appears in. ingredient_groups[] is the reverse view: one entry per recipe category (proteins, rice and beans, ...) listing each item's exact ingredient_keys, joinable against ingredients[].key for the human-readable name. Nothing else in this family exposes either ingredient content or recipe-level composition.
chipotle_mealsGet Chipotle's preset meal definitions. Returns Chipotle's preset meal definitions -- the named combinations its ordering flow offers (Build-Your-Own Chicken and similar), each with an id, name, type and a description listing what the meal contains. Takes no parameters.
chipotle_menuGet Chipotle's national menu catalog. Returns Chipotle's restaurant-independent menu catalog -- every item it sells nationally, split into entrees, sides and drinks, with each item's category, type, primary filling and full customization tree. Takes no parameters. Prices are deliberately omitted from this response: Chipotle prices per restaurant, so the upstream returns every price as zero here, and surfacing a field of zeros would read as "free" rather than "unpriced". Use GET /chipotle/restaurant/menu for real prices.
chipotle_menu_metadataGet Chipotle's menu presentation metadata. Returns Chipotle's menu presentation metadata -- the data no other Chipotle endpoint carries. Categories are the menu nav sections (Burrito, Bowl, Salad, ...) with their own description, imagery and the customization sections each offers. Items carry per-item nutrition (calories and portion) and dietary tag codes. Item sections and item groups describe the customization pick-groups and shared item aliases (e.g. cauliflower rice offered as both an entree side and a taco filling). Dietary tag groups are the full tag taxonomy (Plant Based, Lifestyle, I'm Avoiding, ...) that item dietary tag codes join against for a human-readable name and badge. Join on item_id against /chipotle/menu or /chipotle/restaurant/menu for prices; this endpoint has none.
chipotle_restaurantGet one Chipotle restaurant. Returns one Chipotle restaurant by its numeric restaurant number. Note this single-restaurant route returns a leaner record than GET /chipotle/restaurants: the proximity search accepts an embeds parameter that pulls in hours and capability flags, and no such parameter exists here, so those fields may be absent. If you need the full record for a known restaurant, call /chipotle/restaurants with a tight radius around it instead.
chipotle_restaurant_mealsList one Chipotle restaurant's preset meals with prices. Returns the preset meals one Chipotle restaurant sells -- group Build-Your-Own packs, the High Protein line and limited-time Influencer meals -- each with its dine-in and delivery price at that restaurant, calorie label, dietary and macro tags, the components that make it up, merchandising tags and images. Prices are genuinely restaurant-specific: the same Build-Your-Own Chicken pack is priced differently from one location to another, so this is the endpoint to use for real pricing rather than /chipotle/meals, which lists the national meal definitions with no prices at all. Calorie labels are a range for build-your-own meals and a single figure for fixed ones, so they are returned as strings. Restaurant numbers come from GET /chipotle/restaurants.
chipotle_restaurant_menuGet one Chipotle restaurant's menu with prices. Returns one restaurant's live online menu split into entrees, sides, drinks and non-food items. This is the only Chipotle endpoint that carries prices: every item has both a dine-in price and a delivery price, which genuinely differ. Each item also carries its full customization tree -- contents (the individual fillings, salsas and sides that make it up, each with their own price pair) and content_groups (how many picks each group allows). Prices are per-restaurant, so two restaurants will legitimately return different numbers for the same item.
chipotle_restaurantsFind Chipotle restaurants near a location. Returns Chipotle restaurants near a latitude/longitude, ordered by distance. Each restaurant carries its number (the id every other Chipotle endpoint takes), name, status, full postal address with coordinates, published open/close hours per day, nearest cross streets, timezone, and capability flags (Chipotlane pickup, online ordering, catering, curbside pickup, dining room open, walk-up window). A coordinate with no Chipotle nearby returns an empty list rather than an error.
chromewebstore_categoriesList Chrome Web Store categories and collections. Returns the reference taxonomy for the list endpoints: extension category groups and their subcategory slugs, the top-chart identifiers, and known curated collection slugs.
chromewebstore_categoryList items in a Chrome Web Store category. Returns the item cards listed under an extensions category slug (e.g. 'productivity/tools', 'lifestyle/shopping', 'make_chrome_yours/privacy'). Use /chromewebstore/categories for the reference taxonomy. Defaults: 'num=50', 'country=us', 'lang=en'.
chromewebstore_chartsList a Chrome Web Store top chart. Returns the item cards in a store top chart. 'chart' accepts 'trending', 'popular', or 'notable'. Defaults: 'chart=popular', 'num=50', 'country=us', 'lang=en'.
chromewebstore_collectionList items in a curated Chrome Web Store collection. Returns the item cards in a curated store collection slug (e.g. 'editors_picks_extensions', 'dark_mode', 'ai_productivity'). Use /chromewebstore/categories for known collection slugs. Defaults: 'num=50', 'country=us', 'lang=en'.
chromewebstore_developerRetrieve a Chrome Web Store publisher and their items. Returns a Chrome Web Store publisher (developer) by publisher id, including the disclosed trader details — legal name, email, phone, address, website, and D-U-N-S number — plus the publisher's listed items ("More from ..."). Trader fields are only present for publishers that identify as EU traders. Defaults: 'num=50', 'country=us', 'lang=en'.
chromewebstore_itemRetrieve Chrome Web Store item details. Returns normalized detail for a Chrome Web Store extension or theme, including name, rating, rating count, user count, version, last-updated date, size, supported languages, developer, category, screenshots, and privacy links. Defaults: 'country=us', 'lang=en'.
chromewebstore_permissionsRetrieve a Chrome Web Store item's declared permissions. Returns the permissions a Chrome Web Store extension declares in its manifest: 'permissions', 'optional_permissions', 'host_permissions', 'optional_host_permissions', plus 'manifest_version' and 'min_browser_version'. Useful for security and supply-chain review. Defaults: 'country=us', 'lang=en'.
chromewebstore_privacyRetrieve a Chrome Web Store item's privacy disclosures. Returns an extension's privacy disclosures as the store renders them: the developer's data-use statement, whether it collects data, the standard data-handling declarations, and the privacy-policy link. Defaults: 'country=us', 'lang=en'.
chromewebstore_reviewsRetrieve Chrome Web Store item reviews. Returns the reviews the store renders on an item's reviews page, each with author, star rating, text, posted/edited dates and reviewed version. Defaults: 'num=20', 'country=us', 'lang=en'.
chromewebstore_searchSearch Chrome Web Store items. Returns Chrome Web Store search result cards for a keyword, each with id, name, rating, user count, publisher and detail URL. Defaults: 'num=30', 'country=us', 'lang=en'.
chromewebstore_similarRetrieve related Chrome Web Store items. Returns the related-items shelf the store renders on an item's detail page. Defaults: 'country=us', 'lang=en'.
chromewebstore_suggestSuggest Chrome Web Store search terms. Returns item-name suggestions for a search prefix, drawn from the top store-search results. Defaults: 'num=8', 'country=us', 'lang=en'.
cnn_articleCNN article content. Returns a CNN article's headline, description, author, publication and update times, section, image, and body paragraphs. Provide a canonical cnn.com article URL.
cnn_headlinesCNN section headlines. Returns the current CNN headline stream for one section, including title, article URL, description, publication time, and image when available.
cnn_live_storyCNN live story updates. Returns a CNN live story's title, description, update time, and chronological post updates. Provide a canonical cnn.com live-news URL.
coingecko_categoriesCoinGecko categories. Returns normalized CoinGecko category rows from the public categories page. This endpoint supports the documented 'vs_currency' enum.
coingecko_category_coinsCoinGecko category coins. Returns normalized coin rows from a CoinGecko public category page. This endpoint supports the documented 'vs_currency' enum.
coingecko_chainCoinGecko chain detail. Returns normalized sections from a CoinGecko public chain detail page. Sections are omitted when not present. This endpoint supports the documented 'vs_currency' enum.
coingecko_chainsCoinGecko chains. Returns normalized chain rows from the CoinGecko public website chains table. This endpoint supports the documented 'vs_currency' enum.
coingecko_coinCoinGecko coin profile. Returns normalized CoinGecko profile, market stats, links, and categories for one coin id. This endpoint supports the documented 'vs_currency' enum and is not intended for real-time trading.
coingecko_coin_analysisCoinGecko coin chart analysis. Returns derived price-chart metrics from CoinGecko public chart JSON. This endpoint supports the documented 'vs_currency' enum and is not investment advice or real-time trading data.
coingecko_exchangeCoinGecko exchange detail. Returns normalized profile stats and market rows from a CoinGecko public exchange page. This endpoint supports the documented 'vs_currency' enum.
coingecko_exchangesCoinGecko exchanges. Returns normalized exchange rows from CoinGecko public website exchange tables. This endpoint supports the documented 'vs_currency' enum.
coingecko_gainers_losersCoinGecko crypto gainers and losers. Returns normalized rows from CoinGecko's public crypto gainers and losers table. This endpoint supports the documented 'vs_currency' enum.
coingecko_globalCoinGecko global market snapshot. Returns normalized global market metrics from CoinGecko's public charts page.
coingecko_global_chartsCoinGecko global chart series. Returns normalized global chart series from public CoinGecko website JSON endpoints.
coingecko_learn_articlesCoinGecko Learn articles. Returns normalized article cards from CoinGecko Learn public pages.
coingecko_marketsCoinGecko markets. Returns normalized cryptocurrency market rows from CoinGecko public pages. This endpoint supports the documented 'vs_currency' enum and is not intended for real-time trading.
coingecko_new_coinsCoinGecko new cryptocurrencies. Returns normalized rows from CoinGecko's public new cryptocurrencies table. This endpoint supports the documented 'vs_currency' enum.
coingecko_newsCoinGecko news cards. Returns normalized article cards from CoinGecko's public news page.
coingecko_nft_categoryCoinGecko NFT category. Returns normalized NFT collection rows from a CoinGecko public NFT category page. This endpoint supports the documented 'vs_currency' enum.
coingecko_nftsCoinGecko NFT collections. Returns normalized NFT collection rows from the CoinGecko public website NFT table. This endpoint supports the documented 'vs_currency' enum.
coingecko_searchCoinGecko discovery search. Returns normalized CoinGecko search sections from the public website search JSON. Empty valid searches return empty arrays.
coingecko_token_unlocksCoinGecko incoming token unlocks. Returns normalized rows from CoinGecko's public incoming token unlocks page.
coingecko_treasuriesCoinGecko crypto treasuries. Returns normalized entity rows from CoinGecko's public crypto treasuries tables. This endpoint supports the documented 'vs_currency' enum.
coingecko_trendingCoinGecko trending highlights. Returns deduped trending coins and categories from the public CoinGecko highlights page. This endpoint supports the documented 'vs_currency' enum.
colehaan_collection_productsList Cole Haan collection products. Returns normalized products from one Cole Haan (https://www.colehaan.com) collection. The storefront URL is fixed server-side; 'handle' is the collection's URL slug.
colehaan_collectionsList Cole Haan collections. Returns normalized collections from Cole Haan (https://www.colehaan.com). The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty collections array.
colehaan_pageGet a Cole Haan static page. Returns normalized static page detail for one Cole Haan (https://www.colehaan.com) page handle. The storefront URL is fixed server-side.
colehaan_pagesList Cole Haan static pages. Returns normalized static pages from Cole Haan (https://www.colehaan.com). The storefront URL is fixed server-side.
colehaan_productGet a Cole Haan product. Returns normalized product detail for one Cole Haan (https://www.colehaan.com) product handle. The storefront URL is fixed server-side; 'handle' is the product's URL slug.
colehaan_product_recommendationsList Cole Haan product recommendations. Returns normalized recommended products for one Cole Haan (https://www.colehaan.com) product handle. The route handle is resolved to a Shopify product id before fetching recommendations. The storefront URL is fixed server-side.
colehaan_productsList Cole Haan products. Returns normalized products from Cole Haan's (https://www.colehaan.com) public product catalog. The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty products array.
colehaan_search_suggestGet Cole Haan search suggestions. Returns products, collections, and query suggestions from Cole Haan's (https://www.colehaan.com) credential-free predictive search Ajax endpoint. The storefront URL is fixed server-side.
colehaan_sitemap_urlsList Cole Haan sitemap URLs. Returns capped URL entries from Cole Haan's (https://www.colehaan.com) child sitemaps matching the requested type. The storefront URL is fixed server-side.
colehaan_sitemapsList Cole Haan sitemaps. Returns child sitemap URLs from Cole Haan's (https://www.colehaan.com) '/sitemap.xml' index with inferred sitemap types. The storefront URL is fixed server-side.
colehaan_storeGet Cole Haan store metadata. Returns normalized storefront metadata for Cole Haan (https://www.colehaan.com), sourced from credential-free storefront JSON. This endpoint is a brand-pinned wrapper around the generic Shopify store family: the storefront URL is fixed server-side, so no 'url' parameter is accepted. If the vanity domain blocks '/products.json', the service may fall back to a public '*.myshopify.com' domain discovered from the storefront page, or to the storefront's own embedded page data for storefronts that expose neither.
congress_reportFetch and parse a congressional disclosure report. Fetch a single disclosure report by its filing_url (as returned by.
congress_stock_disclosuresSearch congressional stock-disclosure filings. Search public congressional stock disclosure filings (House or Senate).
costco_categoriesGet Costco category facets. Returns Costco category slugs and product counts relevant to an optional search term, each slug usable directly with GET /costco/search's category filter. Public data sourced from Costco's own search backend.
costco_productGet a Costco product's detail. Returns a Costco product's detail: title, description, manufacturer, image, price, stock status, and rating. Public data sourced from Costco's own product backend.
costco_product_availabilityGet a Costco product's delivery estimate. Returns a Costco product's stock and estimated-delivery status for a delivery destination. Public data sourced from Costco's own fulfillment backend.
costco_product_reviewsGet a Costco product's reviews. Returns a page of a Costco product's reviews: title, text, rating, author, and recommendation for each. Public data sourced from Costco's own review platform.
costco_searchSearch Costco products. Returns public Costco products matching a text query and/or a category slug: title, brand, model, image, and rating for each result. Public data sourced from Costco's own search backend.
costco_warehousesFind nearby Costco warehouses. Returns Costco warehouses near a latitude/longitude, sorted by distance: name, address, and distance for each. Public data sourced from Costco's own warehouse locator backend.
courtlistener_courtsBrowse CourtListener courts. Lists CourtListener's anonymous public court directory. Provide court_id to retrieve one court. page is used only for directory browsing and is 1-indexed. The endpoint does not retrieve dockets, opinions, judges, or account data.
courtlistener_peopleBrowse CourtListener judicial people. Lists CourtListener's anonymous public judicial-person directory. Provide person_id to retrieve one public person record. The response contains only public directory and position-summary metadata; sensitive biographical fields are excluded.
courtlistener_searchSearch CourtListener opinions. Searches CourtListener's public opinion-search index by text and returns normalized opinion-result metadata with a cursor for the next page. The endpoint uses CourtListener's anonymous public search data and does not retrieve authenticated opinion detail, dockets, judges, alerts, or account data.
cricinfo_calendarGet the Cricinfo international calendar. Returns the dated international match calendar currently published by Cricinfo. It includes match-day names and the associated series labels.
cricinfo_commentaryGet Cricinfo match commentary. Returns the latest ball-by-ball and editorial commentary embedded in a public Cricinfo match page. 'url' may be a canonical full-scorecard or live-score URL.
cricinfo_groundsList Cricinfo grounds. Returns the featured public ground directory snapshot and the country index used to discover Cricinfo venue pages. Use the existing venue endpoint for detailed ground profiles.
cricinfo_live_matchesGet Cricinfo live matches. Returns the current public live-score feed, including live, upcoming, and recently completed match cards with their canonical scorecard URLs.
cricinfo_matchGet a Cricinfo match scorecard. Returns a public Cricinfo match scorecard with match state, team scores, and available innings totals and batter/bowler lines. Upcoming matches return an empty innings list. 'url' must be a canonical 'https://www.cricinfo.com/series/.../(full-scorecard|live-cricket-score)' URL; live-score URLs are normalized to the paired scorecard.
cricinfo_newsGet latest Cricinfo news. Returns a bounded snapshot of Cricinfo's latest public stories, including titles, summaries, authors, genres, publication times, images, and associated match or series identifiers.
cricinfo_photosGet latest Cricinfo photos. Returns bounded metadata for the latest public Cricinfo photos, including captions, credits, dimensions, dates, and image variants. Media files are not downloaded by the endpoint.
cricinfo_rankingsGet ICC rankings from Cricinfo. Returns ICC rankings (team or player) from a Cricinfo rankings page. 'url' must be a canonical 'https://www.cricinfo.com/rankings/...' URL.
cricinfo_recordsGet a Cricinfo record table. Returns a bounded normalized table from a public Cricinfo records page. 'record' is a relative Statsguru record path such as 'batting/most_runs_career.html'. 'class' must be one of '1', '2', '3', '4', '5', '6', '8', '9', '10', '11', '12', '20', '21', '22', or '23'.
cricinfo_records_indexList Cricinfo records catalog. Returns the public Cricinfo records catalog, including match classes, record categories, selectable teams or entities, and example suggestions. Use the existing records endpoint to retrieve a specific table.
cricinfo_rssRead a Cricinfo RSS feed. Returns a normalized public Cricinfo RSS feed. 'url' must be one of Cricinfo's official news, live-score, country-story, or player-story RSS URLs.
cricinfo_scoresGet current Cricinfo match scores. Returns the current match cards in Cricinfo's public homepage snapshot, including match state, scores, and canonical scorecard URLs. This is a point-in-time feed, not a fixture archive or streaming subscription.
cricinfo_seriesGet a Cricinfo series schedule and standings. Returns a series's match schedule and standings from its dedicated page. 'series_id' must be the slug-and-ID portion of a canonical Cricinfo series URL, such as 'indian-premier-league-2024-1410320'.
cricinfo_squadsGet a Cricinfo team squad. Returns recent public squad announcements and player rosters from a Cricinfo team profile, including player roles and withdrawal or overseas markers when published.
cricinfo_statsQuery Cricinfo Statsguru. Returns a bounded normalized Statsguru table. 'class' must be one of '1', '2', '3', '4', '5', '6', '8', '9', '10', '11', '12', '20', '21', '22', or '23'; 'type' must be one of 'batting', 'bowling', 'fielding', 'allround', 'fow', 'team', 'official', or 'aggregate'; 'view' may be 'innings', 'match', 'series', 'ground', 'host', 'opposition', 'year', or 'season'.
cricinfo_storyGet a Cricinfo story. Returns a public Cricinfo news article, match report, preview, or live blog. The response includes stable story metadata, typed content blocks, live-blog entries when present, and related links.
cricinfo_teamGet a Cricinfo team profile. Returns public team identity, profile text, recent fixtures and results, and the rolling batting and bowling leaders shown on a Cricinfo team page.
cricinfo_team_scheduleGet a Cricinfo team match schedule. Returns a team's recent fixtures and results from its dedicated page. 'url' must be a canonical 'https://www.cricinfo.com/team/...' URL.
cricinfo_teamsList Cricinfo teams. Returns Cricinfo's grouped public team directory, including international, domestic, and franchise team identities.
cricinfo_venueGet a Cricinfo cricket-ground profile. Returns structured metadata, associated home teams, and the editorial profile for a public Cricinfo cricket-ground page. 'url' must be a canonical 'https://www.cricinfo.com/cricket-grounds/...' or legacy '/ci/content/ground/...html' URL.
cricinfo_venue_matchesGet matches at a Cricinfo venue. Returns upcoming fixtures and recent results listed on a public Cricinfo ground page. 'url' must be a canonical 'https://www.cricinfo.com/cricket-grounds/...' URL.
cricinfo_videosGet Cricinfo videos. Returns a bounded snapshot of Cricinfo's public video hub, including curated, trending, and genre-associated video metadata. Media files are not downloaded by the endpoint.
culvers_calendarGet one Culver's restaurant's flavor-of-the-day and daily soup schedule. Returns the full published schedule for one Culver's restaurant: the flavor of the day for every upcoming calendar date, plus the soups served on each date. Culver's publishes roughly a two-month forward window, and the schedule is genuinely per-restaurant -- two restaurants on the same date routinely feature different soups. slug comes from GET /culvers/directory. GET /culvers/store returns only today's and tomorrow's flavor; use this endpoint for the whole calendar.
culvers_categoriesList Culver's national menu categories. Returns Culver's national menu's category list -- ButterBurgers, Chicken, Fish & Seafood, Combos & Baskets, Sides, Frozen Custard, Beverages and others -- each with its slug (the value GET /culvers/menu takes), a featured flag, and sort order.
culvers_directoryBrowse Culver's restaurant-URL index. Returns one page of Culver's own restaurant-URL sitemap (~1,121 restaurants). Each entry's slug is the value GET /culvers/store takes.
culvers_flavorGet one Culver's Fresh Frozen Custard flavor's detail. Returns one Fresh Frozen Custard flavor's full detail, including its declared allergens, a component-by-component ingredient breakdown, and Culver's own flavor-category labels. slug comes from GET /culvers/calendar (flavors[].slug) or GET /culvers/store (flavors_of_the_day[].slug).
culvers_itemLook up one Culver's menu item's full detail. Returns one Culver's menu item's full detail, including its size/topping modifier tree with each option's own calories and nutrition link. category and item slugs come from GET /culvers/categories and GET /culvers/menu.
culvers_menuList one Culver's menu category's items. Returns the items in one Culver's menu category, each with name, description, image, and a link to Culver's nutrition guide. Category slugs come from GET /culvers/categories. Prices are not published on the national catalog -- Culver's only prices items once a specific restaurant is selected client-side, and no credential-free per-restaurant pricing source was found; see GET /culvers/item for full modifier/topping detail.
culvers_storeLook up one Culver's restaurant by its directory slug. Returns one Culver's restaurant's address, phone, coordinates, open/closed status, fulfillment hours, handoff options, online-order link, and today's flavor(s) of the day. slug comes from GET /culvers/directory.
cvs_brandsCVS brand directory. Returns CVS.com's full brand directory (name and path). Each brand's path is directly usable as GET /cvs/category's path parameter to browse that brand's products.
cvs_categoriesCVS category taxonomy. Returns CVS.com's full category/subcategory navigation taxonomy (name and path, nested to whatever depth the upstream carries). Each node's path is directly usable as GET /cvs/category's path parameter.
cvs_categoryBrowse a CVS OTC category page. Returns one page of a CVS.com OTC (over-the-counter) retail category, subcategory, or brand page's product grid: normalized products with title, brand, image, current/original price, and sponsored/featured/new-product flags; the total result count; and the facets (brand, color, size, price range, and other category-specific attributes, each with its selectable values and result counts) available to filter the page further. Covers the non-prescription retail catalog only. path is the segment of a page URL after "/shop/", e.g. "beauty" (top-level category), "health-medicine/allergy-sinus" (subcategory), or "brand-shop/s/safe-home" (brand page); a full https://www.cvs.com/shop/... URL or a "/shop/..." path is also accepted. Any of these can also carry an optional facet-filter suffix in the site's own URL shape, e.g. "beauty/makeup/eyes/q/CoverGirl/Black/brpc" to filter to brand CoverGirl and color Black -- see the response's facets field for which values/type codes a given category supports; filter values are case-sensitive exactly as the site renders them. page is a 1-indexed page number (default 1). sort is an optional result order matching the site's own Sort By control. CVS.com is only available from US/US-territory egress; a request from an unsupported region returns an upstream error rather than an empty result.
cvs_productCVS OTC product detail. Returns one CVS.com OTC (over-the-counter) retail product's detail: name, description, brand, category, price, currency, online availability, image gallery, and aggregate rating. Covers the non-prescription retail catalog only -- this does not cover prescription items, pharmacy ordering, or any patient-specific data. slug is the segment of a product page URL after "/shop/", e.g. "safe-home-premium-radon-test-kit-prodid-945948"; a full https://www.cvs.com/shop/... URL is also accepted. CVS.com is only available from US/US-territory egress; a request from an unsupported region returns an upstream error rather than an empty result.
cvs_product_ingredientsCVS OTC product ingredients. Returns one CVS.com OTC (over-the-counter) retail product's ingredient/label statement: active ingredients, inactive ingredients, and the vendor's full free-text ingredient paragraph (which, for OTC drug products, frequently also carries a Drug Facts-style purpose note). This is sourced from the product's own dedicated ingredients page, a separate page from the main product detail endpoint. Covers the non-prescription retail catalog only -- this does not cover prescription items, pharmacy ordering, or any patient-specific data. slug is the segment of a product page URL after "/shop/", e.g. "e-l-f-16hr-camo-concealer-prodid-2370023"; a full https://www.cvs.com/shop/... URL is also accepted. Some products (particularly non-consumable goods) may return empty ingredient fields -- this reflects upstream having no label data for that product, not an error. CVS.com is only available from US/US-territory egress; a request from an unsupported region returns an upstream error rather than an empty result.
cvs_searchSearch CVS OTC products by keyword. Performs a keyword search across CVS.com's non-prescription retail/OTC catalog and returns one page of results: normalized products with title, brand, image, current/original price, and sponsored/featured/new-product flags; the total result count; and the facets (brand, color, size, price range, and other attributes, each with its selectable values and result counts) available to filter the results further. This is the same product-search backend cvs-category reads, just reached by keyword instead of by category/brand path. Covers the non-prescription retail catalog only. q is the search keyword or phrase, required. page is a 1-indexed page number (default 1). sort is an optional result order matching cvs-category's own Sort By values. CVS.com is only available from US/US-territory egress; a request from an unsupported region returns an upstream error rather than an empty result.
cvs_store_locatorCVS store locator. Returns nearby CVS store locations for a ZIP code, a free-text address/city/state, or a latitude/longitude pair: address, phone, fax, distance, and retail store hours, plus a has_pharmacy existence flag and a list of general service indicators (e.g. photo, ATM, same-day delivery). Covers general store info only -- this does not return pharmacy hours, pharmacy phone, prescription data, or any patient-specific information. zip is a 5-digit US ZIP code; alternatively supply address (a free-text location such as a city, state, or street address) or latitude and longitude together. When more than one is supplied, zip wins, then address, then latitude/longitude. Optionally narrow results to stores carrying one specific service via the service param (the same code vocabulary the response's services field uses); only one service value is accepted per request. CVS.com is only available from US/US-territory egress; a request from an unsupported region returns an upstream error rather than an empty result.
datasets_airbnb_facetsFacet the Airbnb markets dataset. Returns suppressed distribution counts over the Airbnb markets dataset, honoring the same filters as search. Facet enum: 'country', 'market', 'currency', 'superhost', 'guest_favorite', 'rating_band', 'review_band', 'admin1' (top subdivision), 'locality' (settlement), 'room_type' ('entire_place'/'private_room'/'hotel'/'shared_room'), 'property_type' (Airbnb's canonical listing type from the detail page), 'amenities' (each amenity with the count of listings offering it). The 'admin1', 'locality', 'room_type', 'property_type' and 'amenities' facets stay empty until their enrichment coverage is high enough to be reliable. group_by enum: 'country', 'market', 'admin1', 'locality', 'room_type', 'property_type'.
datasets_airbnb_itemGet an Airbnb market from the dataset. Returns one country's full aggregate Airbnb market profile from dataset id enum value 'airbnb-markets' — headline supply, Superhost share, Guest Favorite share ('guest_favorite_pct', an observed lower bound), 'avg_person_capacity' (average guests a listing sleeps over the detail-page-enriched sample), ratings, its top metros, bounding box, per-currency nightly-price percentiles, and a USD-normalized 'price_usd' percentile block (converted via an approximate dated FX snapshot) for cross-country comparison. Aggregate-only. Returns 404 for a country below the suppression floor.
datasets_airbnb_nearbyAirbnb market density near a coordinate. Returns an aggregate geohash-grid density map of Airbnb listings within a radius of a coordinate, from dataset id enum value 'airbnb-markets'. Each cell reports a centroid, listing count and Superhost share; thin cells are suppressed. Aggregate-only.
datasets_airbnb_searchSearch the Airbnb markets dataset. Returns aggregate Airbnb short-term-rental market rollups from the dataset id enum value 'airbnb-markets'. Aggregate-only: each row is a market cell, never an individual listing. Thin cells are suppressed. group_by enum: 'country', 'market', 'admin1' (top subdivision), 'locality' (settlement), 'room_type' ('entire_place'/'private_room'/'hotel'/'shared_room'), 'property_type' (Airbnb's canonical listing type from the detail page). 'admin1', 'locality', 'room_type' and 'property_type' are enrichment-derived and stay empty until their coverage is high enough to be reliable. Each cell also carries 'median_price_usd', the median nightly price converted to USD via an approximate dated FX snapshot, for cross-country comparison (combine with 'group_by=room_type' for median price by room type); 'guest_favorite_pct', the share of listings carrying the Guest Favorite badge (an observed lower bound, like 'superhost_pct'); and 'avg_person_capacity', the average guests a listing sleeps over the detail-page-enriched sample. Sort enum: 'listings_desc', 'superhost_pct_desc', 'rating_desc', 'key_asc'.
datasets_apple_podcasts_shows_facetsFacet Apple Podcasts shows dataset. Returns terms aggregation counts for the Apple Podcasts shows dataset. Facet enum: 'genre', 'genre_id', 'country', 'content_advisory_rating', 'run_id'.
datasets_apple_podcasts_shows_itemGet an Apple Podcasts show from dataset. Returns one crawled Apple Podcasts show record by id from dataset id enum value 'apple-podcasts-shows'.
datasets_apple_podcasts_shows_searchSearch Apple Podcasts shows dataset. Searches the crawled public Apple Podcasts show catalog stored in a search index. One row per show. Discovered from a country x genre x collection chart grid and a search-term sweep — not a full catalog of every Apple Podcasts show. Sort enum: 'relevance', 'popularity', 'track_count_desc', 'release_desc', 'title_asc'.
datasets_apps_charts_searchSearch the app-charts dataset. Searches daily top-chart snapshots scraped from the iOS App Store and Google Play, stored in a search index (one document per chart × snapshot × rank). With no 'date' the latest snapshot is returned (today's chart); pair 'app_id' with 'sort=date_desc' for an app's rank over time. Store enum: 'ios', 'android'. Chart type enum: 'top_free', 'top_paid', 'top_grossing', 'new'. Platform enum (Apple device platforms, ios charts only): 'phone', 'pad', 'mac'. Sort enum: 'rank', 'rank_desc', 'date_desc'.
datasets_apps_reviews_searchSearch the app-reviews dataset. Searches user reviews scraped from the iOS App Store and Google Play, stored in a search index (one document per review). Store enum: 'ios', 'android'. Sort enum: 'recent', 'score_desc', 'score_asc', 'helpful_desc'.
datasets_apps_searchSearch the apps-intelligence dataset. Searches resolved iOS App Store and Google Play apps stored in a search index. Store enum: 'ios', 'android', 'both'. Platform enum (Apple device platforms, ios records only): 'phone', 'pad', 'mac', 'tv', 'watch', 'vision'. Sort enum: 'relevance', 'rating_desc', 'reviews_desc', 'installs_desc', 'updated_at_desc', 'popularity_desc'.
datasets_bbb_businesses_facetsFacet the BBB businesses dataset. Returns distribution counts over the BBB businesses index (dataset id enum value 'bbb-businesses'), honoring the same filters as search. Facet enum: 'category', 'state', 'city', 'rating', 'accredited', 'entity_type', 'run_id'.
datasets_bbb_businesses_itemGet a business from the BBB businesses dataset. Returns one business by id from dataset id enum value 'bbb-businesses'. Returns 404 when the business is not in the index.
datasets_bbb_businesses_searchSearch the BBB businesses dataset. Searches the BBB (Better Business Bureau) businesses index (dataset id enum value 'bbb-businesses') — business profiles crawled from bbb.org's own search/category-browse pages: computed A+-F letter-grade rating, paid-accreditation status, category, contact info, business details, operating hours, and products/services. Complaints, full reviews, and the full "reasons for rating"/service-area detail are NOT embedded here; each record instead carries complaints_url/reviews_url/more_info_url pointing at the live bbb-business-complaints/bbb-business-reviews/bbb-business-more-info endpoints for on-demand lookup. rating enum: 'A+', 'A', 'A-', 'B+', 'B', 'B-', 'C+', 'C', 'C-', 'D+', 'D', 'D-', 'F'. sort enum: 'relevance', 'rating_desc', 'rating_asc', 'accredited_first', 'name_asc', 'years_in_business_desc'.
datasets_boxofficemojo_facetsFacet the Box Office Mojo dataset. Returns terms-aggregation counts for one facet of the Box Office Mojo dataset, scoped to the same filters as search. Facet enum: 'gross_band', 'years_active', 'lifetime_year', 'franchise_names', 'brand_names', 'genre_names', 'hydrated', 'is_billion_dollar', 'in_lifetime_top_1000_ww'. gross_band enum: 'under_50m', '50_100m', '100_250m', '250_500m', '500m_1b', 'over_1b'.
datasets_boxofficemojo_itemGet a Box Office Mojo title from the dataset. Returns one Box Office Mojo dataset record by title id (IMDb 'tt…' id used on Box Office Mojo title pages), including lifetime grosses, year history, release groups and market grosses when hydrated.
datasets_boxofficemojo_searchSearch the Box Office Mojo dataset. Searches theatrical box-office records from public Box Office Mojo charts and title pages, stored in a search index. Filter by title id, year, franchise/brand/genre, gross band, lifetime top-1000 membership, hydration status, and worldwide/domestic gross ranges. Sort enum: 'relevance', 'worldwide_desc', 'domestic_desc', 'peak_worldwide_desc', 'lifetime_rank_asc', 'year_desc', 'year_asc'. gross_band enum: 'under_50m', '50_100m', '100_250m', '250_500m', '500m_1b', 'over_1b'.
datasets_chrome_extensions_changesGet recent Chrome Web Store item changes. Returns recent change observations. Change type enum: 'users', 'rating', 'rating_count', 'version', 'developer', 'permissions', 'privacy', 'status'.
datasets_chrome_extensions_facetsFacet the Chrome Web Store dataset. Returns aggregation buckets. Facet enum: 'item_type', 'category', 'developer', 'developer_email', 'manifest_version', 'permission', 'status', 'collects_data', 'has_broad_host_access'. Item type enum: 'extension', 'theme', 'app', 'unknown'. Search sort, status and manifest-version enums match the search endpoint.
datasets_chrome_extensions_historyGet Chrome Web Store item history. Returns chronological change-only observations for a Chrome Web Store item.
datasets_chrome_extensions_itemGet a Chrome Web Store dataset item. Returns one stored extension, theme or legacy app snapshot by its 32-character Chrome Web Store id.
datasets_chrome_extensions_metricsGet Chrome Web Store dataset metrics. Returns chart-ready coverage, adoption, rating, permission, privacy and recent-change aggregates for the stored Chrome Web Store dataset. Days enum: '7', '30', '90'.
datasets_chrome_extensions_searchSearch the Chrome Web Store dataset. Searches stored Chrome Web Store item snapshots. Item type enum: 'extension', 'theme', 'app', 'unknown'. Sort enum: 'relevance', 'users_desc', 'rating_desc', 'reviews_desc', 'updated_desc', 'trending_desc'. Status enum: 'active', 'removed'. Manifest version enum: '2', '3'.
datasets_chrome_extensions_trendingGet trending Chrome Web Store items. Returns stored Chrome Web Store items ranked by the latest observed user and rating-count movement. Filters match the search endpoint; sort is fixed to 'trending_desc'.
datasets_creators_searchSearch the TikTok creators dataset. Searches TikTok creators stored in a search index (one document per creator), with follower counts, verified status, niche, and engagement. Deleted and private accounts are excluded by default; set 'include_inactive=true' to include them for historical lookups. Sort enum: 'followers_desc', 'engagement_desc', 'likes_desc', 'relevance'. Coverage note: 'followers_desc', 'likes_desc', and 'relevance' are backed by profile fields present across the full dataset; the post-level engagement metrics ('engagement_rate', 'avg_views', and the nested 'post_stats' object) and the 'engagement_desc' sort are currently populated for a growing subset of creators, prioritizing the highest-reach accounts. Creators without these metrics are still returned but sort last under 'engagement_desc' and omit those fields. Sound fields: 'post_stats.top_sounds' holds only a creator's FIVE most-used sounds from the sampled posts, ranked by use count with ties broken by lowest 'music_id', so it is a top-5 view and not the creator's full sound list; 'post_stats.distinct_sounds' gives the true number of different sounds the sample used. Use each sound's 'original' boolean to tell TikTok-generated original audio from catalogue tracks - do NOT infer it from the title, because TikTok localizes the original-audio label ('sonido original', 'som original', 'оригинальный звук', and at least fifteen more), so a title match silently reclassifies original audio as named tracks.
datasets_facebook_pages_facetsFacet the Facebook Pages dataset. Returns terms aggregation counts for the Facebook Pages dataset. Facet enum: 'category', 'discovery_source'.
datasets_facebook_pages_itemGet a Facebook Page from the dataset. Returns one Facebook Page record by page id from dataset id enum value 'facebook-pages'.
datasets_facebook_pages_searchSearch the Facebook Pages dataset. Searches public Facebook Page contact records stored in a search index — website, email, phone, WhatsApp, category and like count, discovered through business-search enumeration, domain-scoped scans, and Wikidata seeding, then hydrated from each Page's public About tab. Sort enum: 'relevance', 'likes_desc', 'likes_asc', 'hydrated_at_desc', 'hydrated_at_asc'.
datasets_github_users_facetsFacet the GitHub users dataset. Returns terms aggregation counts for the GitHub users dataset. Facet enum: 'influence_tier', 'type', 'country', 'country_code', 'state', 'city', 'domains', 'company', 'reachable', 'has_email', 'has_twitter', 'has_blog', 'active_90d', 'hireable', 'is_org', 'is_bot', 'is_suspected_automation'. influence_tier enum: 'nano', 'micro', 'mid', 'macro', 'mega'. Suspected-automation records are excluded by default unless is_suspected_automation is set.
datasets_github_users_itemGet a GitHub user from the dataset. Returns one enriched GitHub user record by login from dataset id enum value 'github-users'.
datasets_github_users_nearbySearch nearby GitHub users. Searches enriched GitHub users near a coordinate, sorted by distance, in dataset id enum value 'github-users'. influence_tier enum: 'nano', 'micro', 'mid', 'macro', 'mega'.
datasets_github_users_searchSearch the GitHub users dataset. Searches enriched public GitHub user profiles stored in a search index. influence_tier enum: 'nano', 'micro', 'mid', 'macro', 'mega'. Sort enum: 'relevance', 'rank_score_desc', 'followers_desc', 'account_age_desc', 'account_age_asc', 'distance_asc'.
datasets_goodreads_authors_facetsFacet Goodreads authors dataset. Returns terms aggregation counts for the Goodreads authors dataset. Facet enum: 'genres', 'run_id'.
datasets_goodreads_authors_itemGet a Goodreads author from dataset. Returns one crawled Goodreads author profile record by id from dataset id enum value 'goodreads-authors'.
datasets_goodreads_authors_searchSearch Goodreads authors dataset. Searches the crawled public Goodreads author profile index. Authors are discovered as a byproduct of the books crawl (every credited book contributor, plus the genre/search/list seed sources) — not a full catalog. Sort enum: 'relevance', 'rating_desc', 'reviews_desc', 'name_asc'.
datasets_goodreads_books_facetsFacet Goodreads books dataset. Returns terms aggregation counts for the Goodreads books dataset. Facet enum: 'genres', 'format', 'language', 'publisher', 'primary_author', 'primary_author_id', 'series_name', 'publication_year', 'run_id'.
datasets_goodreads_books_itemGet a Goodreads book from dataset. Returns one crawled Goodreads book record by id from dataset id enum value 'goodreads-books'.
datasets_goodreads_books_searchSearch Goodreads books dataset. Searches the crawled public Goodreads book catalog stored in a search index. Discovered from curated Listopia "best of" lists, a search-term sweep, and author bibliography expansion — not a full catalog. Sort enum: 'relevance', 'rating_desc', 'reviews_desc', 'publication_desc', 'publication_asc', 'pages_desc', 'pages_asc', 'title_asc'.
datasets_google_map_facetsFacet stored Google Maps businesses. Returns terms aggregation counts for Google Maps businesses. Facet enum: 'category', 'country', 'state', 'state_code', 'county', 'county_code', 'city', 'town', 'website_status'. Category facet values are exact locale-specific Google Maps labels and can be localized, non-ASCII, or contain punctuation; pass a returned value unchanged to the category filter. 'state' and 'county' keep each country's own administrative vocabulary (e.g. 'Provincia de Madrid', 'Département du Nord'); 'state_code' and 'county_code' are the matching ISO 3166-2 codes (e.g. 'ES-MD', 'FR-59') and are the stable cross-country grouping key. Rows not yet resolved carry no code and are absent from the code facets.
datasets_google_map_itemGet a stored Google Maps business. Returns one stored Google Maps business by Google place_id from dataset id enum value 'google-map-businesses'. The 'category' field contains the exact Google Maps category label returned for the business locale and can be localized, non-ASCII, or contain punctuation. A 'rating' of 'null' means no aggregate rating is available. A 'review_count' of 'null' means Google did not return a count; numeric '0' means Google confirmed zero reviews. Locationless service-area businesses (online/mobile/home-based) have a 'null' 'geo'. A 'permanently_closed' of 'true' means Google marks the business permanently closed; 'false' means a crawl confirmed it does not; 'null' means the business has not been status-checked since capture shipped on 2026-08-31 and is UNKNOWN, not open — so any total computed from this dataset includes an unknown number of closed businesses.
datasets_google_map_nearbySearch nearby stored Google Maps businesses. Searches stored Google Maps businesses near a coordinate in dataset id enum value 'google-map-businesses'. 'category' is the exact Google Maps category label returned for the business locale; it can be localized, non-ASCII, or contain punctuation, so use the category facet to discover exact filter values. A 'rating' of 'null' means no aggregate rating is available. A 'review_count' of 'null' means Google did not return a count; numeric '0' means Google confirmed zero reviews. 'min_rating' above 0 excludes unrated businesses.
datasets_google_map_searchSearch stored Google Maps businesses. Searches Google Maps business records stored in a search index. Sort enum: 'relevance', 'updated_at_desc', 'rating_desc', 'review_count_desc', 'distance_asc'. 'category' is the exact Google Maps category label returned for the business locale; it can be localized, non-ASCII, or contain punctuation, so use the category facet to discover exact filter values. A 'rating' of 'null' means no aggregate rating is available. A 'review_count' of 'null' means Google did not return a count; numeric '0' means Google confirmed zero reviews. 'rating_desc' sorts unrated businesses last, and 'min_rating' above 0 excludes them. Use 'has_geo=false' to isolate locationless service-area businesses (which have a 'null' 'geo'). A 'permanently_closed' of 'true' means Google marks the business permanently closed; 'false' means a crawl confirmed it does not; 'null' means the business has not been status-checked since capture shipped on 2026-08-31 and is UNKNOWN, not open — so any total computed from this dataset includes an unknown number of closed businesses. Use 'permanently_closed=false' to exclude the confirmed-closed ones.
datasets_housing_markets_facetsFacet the US housing markets dataset. Returns terms aggregation counts for the housing markets dataset. Facet enum: 'region_type', 'state_code', 'property_type', 'parent_metro', 'parent_metro_code', 'income_vintage', 'is_latest', 'period_begin'. region_type enum: 'national', 'metro', 'county', 'city', 'zip'. property_type enum: 'All Residential', 'Single Family Residential', 'Condo/Co-op', 'Townhouse', 'Multi-Family (2-4 Unit)', 'Single Units Only'.
datasets_housing_markets_itemGet a US housing market record from the dataset. Returns one housing-market record by region_type and Redfin table_id from dataset id enum value 'housing-markets'. region_type enum: 'national', 'metro', 'county', 'city', 'zip'. property_type enum: 'All Residential', 'Single Family Residential', 'Condo/Co-op', 'Townhouse', 'Multi-Family (2-4 Unit)', 'Single Units Only' (defaults to 'All Residential'). 'period' defaults to the most recent period on record. Pass 'history=true' to get the full monthly series (a '{dataset, region_type, table_id, property_type, items}' envelope, sorted by period ascending) instead of a single record.
datasets_housing_markets_searchSearch the US housing markets dataset. Searches monthly Redfin housing-market statistics per region and property type since 2012, joined to Census ACS income for affordability metrics. region_type enum: 'national', 'metro', 'county', 'city', 'zip'. property_type enum: 'All Residential', 'Single Family Residential', 'Condo/Co-op', 'Townhouse', 'Multi-Family (2-4 Unit)', 'Single Units Only'. Sort enum: 'relevance', 'price_desc', 'price_asc', 'list_price_desc', 'list_price_asc', 'price_to_income_desc', 'price_to_income_asc', 'salary_to_buy_desc', 'salary_to_buy_asc', 'dom_asc', 'dom_desc', 'inventory_desc', 'homes_sold_desc', 'period_desc'. Use 'latest=true' for the most recent period per region series.
datasets_instagram_users_facetsFacet the Instagram users dataset. Returns terms aggregation counts for the Instagram users dataset. Facet enum: 'is_verified', 'is_business_account', 'has_bio', 'has_external_url', 'category_name', 'source_tier'.
datasets_instagram_users_itemGet an Instagram user from the dataset. Returns one Instagram user record by username from dataset id enum value 'instagram-users'.
datasets_instagram_users_searchSearch the Instagram users dataset. Searches public Instagram user profiles stored in a search index. Sort enum: 'relevance', 'followers_desc', 'followers_asc', 'crawled_at_desc', 'crawled_at_asc', 'created_at_desc', 'created_at_asc'.
datasets_jobs_companiesFind which companies are hiring. Searches the discovered company board registry — which companies are hiring, on which ATS (or, for the 5 single-company big-tech providers, which platform), with how many open roles. Set sponsors_visa=true to keep companies with certified employer filings in recent public U.S. Department of Labor LCA disclosure data. This is company-level historical evidence, not a guarantee for a specific role or candidate. provider enum: 'greenhouse', 'lever', 'ashby', 'workday', 'smartrecruiters', 'workable', 'recruitee', 'rippling', 'personio', 'teamtailor', 'oracle', 'ukg', 'icims', 'eightfold', 'gem', 'pinpoint', 'amazon-jobs', 'apple-jobs', 'google-jobs', 'meta-jobs', 'tesla-jobs'. status enum: 'active', 'empty', 'gone', 'blocked', 'pending', 'invalid'. sort enum: 'open_desc', 'company_asc', 'crawled_desc'.
datasets_jobs_company_itemGet a single company by board id. Returns one discovered company board by its dataset board id. When the company name matches recent public U.S. Department of Labor LCA disclosure data, the response includes 'lca_sponsorship' with filing counts and observed fiscal-quarter range; this is company-level historical evidence, not a guarantee for a specific role or candidate. When the board carries a known domain, the response also includes a 'tech_stack' firmographic hint. Returns 404 when the board id is not in the registry.
datasets_jobs_facetsFacet the jobs dataset (hiring market aggregates). Aggregations over all open postings: top companies hiring, breakdown by provider (every provider filterable via /datasets/jobs/search's 'provider' param), department, location, employment type, skill, benefit, education, security clearance, seniority, and ESCO/ISCO job family, plus the remote share — a live hiring-market snapshot. Seniority uses one mutually exclusive value: 'entry', 'mid', or 'senior'; ambiguous occupations are omitted from job-family buckets.
datasets_jobs_itemGet a single posting from the jobs dataset. Returns one crawled job posting by its dataset posting id. Returns 404 when absent.
datasets_jobs_nearbyFind postings near a coordinate. Finds crawled job postings within 'radius_km' of a 'lat'/'lon', nearest first. Only geocoded postings participate (the geo-enrich worker back-fills coordinates from each posting's location). Open roles only by default. provider enum: 'greenhouse', 'lever', 'ashby', 'workday', 'smartrecruiters', 'workable', 'recruitee', 'rippling', 'personio', 'teamtailor', 'oracle', 'ukg', 'icims', 'eightfold', 'gem', 'pinpoint', 'amazon-jobs', 'apple-jobs', 'google-jobs', 'meta-jobs', 'tesla-jobs'.
datasets_jobs_searchSearch the jobs dataset (all companies' live postings). Full-text + faceted search over every job posting crawled from every discovered company ATS board (Greenhouse, Lever, Ashby, Workday, SmartRecruiters, Workable, Recruitee, Rippling, Personio, Teamtailor, Oracle, UKG, iCIMS, Eightfold, Gem, Pinpoint) plus 5 single-company big-tech careers platforms (Amazon, Apple, Google, Meta, Tesla). Open roles only by default (set include_closed=true for historical/filled roles). Salary is parsed from a structured field when the provider has one, or from an explicit pay figure stated in the description otherwise, so coverage varies by posting rather than by provider; min_salary/max_salary filter on it and require salary_currency, since comparing raw compensation numbers across currencies is meaningless. Location is also exposed as structured city/state/country fields alongside the free-text location string, so city/state/country filter on an exact match of those parsed components rather than substring-matching the display string. job_family is an exact level-2 ISCO family label assigned from ESCO occupation evidence; ambiguous postings remain unclassified and do not match that filter. employment_type is never populated for google-jobs/meta-jobs, and posted_at (so sort=posted_desc) is never populated for meta-jobs/tesla-jobs -- their upstream APIs expose no such field. provider enum: 'greenhouse', 'lever', 'ashby', 'workday', 'smartrecruiters', 'workable', 'recruitee', 'rippling', 'personio', 'teamtailor', 'oracle', 'ukg', 'icims', 'eightfold', 'gem', 'pinpoint', 'amazon-jobs', 'apple-jobs', 'google-jobs', 'meta-jobs', 'tesla-jobs'. workplace_type enum: 'onsite', 'hybrid', 'remote'. sort enum: 'relevance', 'posted_desc', 'company_asc'.
datasets_journalists_facetsFacet the journalists dataset. Returns distribution counts over the journalists index (dataset id enum value 'journalists'), honoring the same filters as search. Facet enum: 'outlet', 'vertical', 'topic', 'contact_type'.
datasets_journalists_itemGet a journalist from the journalists dataset. Returns one journalist by outlet id and slug from dataset id enum value 'journalists'. Returns 404 when the outlet is not supported or the journalist is not in the index.
datasets_journalists_searchSearch the journalists dataset. Searches the journalists index (dataset id enum value 'journalists') — public journalist and reporter contact records crawled from news outlets' own staff/author pages, for PR outreach. Each record carries the outlet, title, best-effort beat topics, and any public contact info (a work email or a social handle) found on that outlet's own page. There is no cross-outlet upstream search; this dataset is built by crawling a curated roster of outlets ourselves. vertical enum: 'tech', 'crypto', 'marketing', 'consumer_tech', 'consumer_policy', 'cybersecurity', 'health', 'gaming', 'climate', 'business', 'entertainment', 'sports', 'legal', 'science', 'politics', 'real_estate', 'automotive', 'travel', 'food', 'education', 'design', 'film_tv', 'fashion', 'music', 'personal_finance', 'tech_independent', 'culture_independent', 'local_news', 'construction', 'banking', 'retail', 'aerospace_defense', 'energy', 'agriculture', 'local_business'. contact_type enum: 'email', 'social', 'none'. sort enum: 'relevance', 'name_asc', 'outlet_asc', 'crawled_desc'.
datasets_listList stored scraped datasets. Lists available read-only scraped datasets and the capabilities supported by each dataset.
datasets_numbeo_cities_facetsFacet the Numbeo cities dataset. Returns terms aggregation counts for the Numbeo cities dataset. Facet enum: 'country'.
datasets_numbeo_cities_itemGet a Numbeo city from the dataset. Returns one composite Numbeo city record by city slug from dataset id enum value 'numbeo-cities'.
datasets_numbeo_cities_searchSearch the Numbeo cities dataset. Searches the composite Numbeo cities dataset, merged from the current global rankings of all seven index families (cost of living, quality of life, crime, health care, pollution, traffic, property investment). A city appears once it is ranked by at least one family; coverage varies per city. Sort enum: 'name_asc', 'cost_of_living_asc', 'cost_of_living_desc', 'quality_of_life_desc', 'safety_desc', 'crime_asc', 'health_care_desc', 'pollution_asc', 'traffic_asc'.
datasets_numbeo_countries_itemGet a Numbeo country from the dataset. Returns one composite Numbeo country record by country name from dataset id enum value 'numbeo-countries'.
datasets_numbeo_countries_searchSearch the Numbeo countries dataset. Searches the composite Numbeo countries dataset, merged from the current global by-country rankings of all seven index families. Sort enum: 'name_asc', 'cost_of_living_asc', 'cost_of_living_desc', 'quality_of_life_desc', 'safety_desc', 'crime_asc', 'health_care_desc', 'pollution_asc', 'traffic_asc'.
datasets_pitchbook_advisors_facetsFacet PitchBook advisors dataset. Returns terms aggregation counts for the PitchBook advisors dataset. Facet enum: 'service_type', 'hq_country', 'hq_state', 'run_id'.
datasets_pitchbook_advisors_itemGet a PitchBook advisor from dataset. Returns one crawled PitchBook advisor record by id from dataset id enum value 'pitchbook-advisors'.
datasets_pitchbook_advisors_searchSearch PitchBook advisors dataset. Searches the crawled public PitchBook advisor (service provider — e.g. investment bank, lender, financing advisory firm) profile catalog stored in a search index. Discovered from PitchBook's public sitemap. Sort enum: 'relevance', 'name_asc', 'year_founded_desc', 'recently_crawled_desc'.
datasets_pitchbook_companies_facetsFacet PitchBook companies dataset. Returns terms aggregation counts for the PitchBook companies dataset. Facet enum: 'status', 'primary_industry', 'financing_status', 'ownership_status', 'hq_country', 'hq_state', 'run_id'.
datasets_pitchbook_companies_itemGet a PitchBook company from dataset. Returns one crawled PitchBook company record by id from dataset id enum value 'pitchbook-companies'.
datasets_pitchbook_companies_searchSearch PitchBook companies dataset. Searches the crawled public PitchBook company profile catalog stored in a search index. Discovered from PitchBook's public sitemap. Sort enum: 'relevance', 'name_asc', 'year_founded_desc', 'investor_count_desc', 'recently_crawled_desc'.
datasets_pitchbook_funds_facetsFacet PitchBook funds dataset. Returns terms aggregation counts for the PitchBook funds dataset. Facet enum: 'fund_strategy', 'fund_status', 'run_id'.
datasets_pitchbook_funds_itemGet a PitchBook fund from dataset. Returns one crawled PitchBook fund record by id from dataset id enum value 'pitchbook-funds'.
datasets_pitchbook_funds_searchSearch PitchBook funds dataset. Searches the crawled public PitchBook fund profile catalog stored in a search index. Discovered from PitchBook's public sitemap. Sort enum: 'relevance', 'name_asc', 'vintage_desc', 'recently_crawled_desc'.
datasets_pitchbook_investors_facetsFacet PitchBook investors dataset. Returns terms aggregation counts for the PitchBook investors dataset. Facet enum: 'status', 'investor_type', 'hq_country', 'hq_state', 'run_id'.
datasets_pitchbook_investors_itemGet a PitchBook investor from dataset. Returns one crawled PitchBook investor record by id from dataset id enum value 'pitchbook-investors'.
datasets_pitchbook_investors_searchSearch PitchBook investors dataset. Searches the crawled public PitchBook investor (fund manager/firm) profile catalog stored in a search index. Discovered from PitchBook's public sitemap. Sort enum: 'relevance', 'name_asc', 'portfolio_count_desc', 'recently_crawled_desc'.
datasets_pitchbook_limited_partners_facetsFacet PitchBook limited partners dataset. Returns terms aggregation counts for the PitchBook limited partners dataset. Facet enum: 'institution_type', 'hq_country', 'hq_state', 'run_id'.
datasets_pitchbook_limited_partners_itemGet a PitchBook limited partner from dataset. Returns one crawled PitchBook limited partner record by id from dataset id enum value 'pitchbook-limited-partners'.
datasets_pitchbook_limited_partners_searchSearch PitchBook limited partners dataset. Searches the crawled public PitchBook limited partner (institutional investor — e.g. pension fund, endowment, insurance company) profile catalog stored in a search index. Discovered from PitchBook's public sitemap. Some limited partner profiles have no FAQ section -- this is normal, not a sign of missing data. Sort enum: 'relevance', 'name_asc', 'year_founded_desc', 'recently_crawled_desc'.
datasets_playstation_games_facetsFacet PlayStation games dataset. Returns terms aggregation counts for the PlayStation games dataset. Facet enum: 'publisher', 'classification', 'genres', 'platforms', 'content_rating_authority', 'content_descriptors', 'price_tier', 'service_branding', 'region', 'release_year', 'run_id', 'is_free', 'is_addon', 'is_tied_to_subscription', 'coming_soon'. price_tier enum: 'free', 'under_5', '5_to_10', '10_to_20', '20_to_40', '40_to_60', '60_plus'.
datasets_playstation_games_itemGet a PlayStation game from dataset. Returns one crawled PlayStation Store record by product_id from dataset id enum value 'playstation-games'.
datasets_playstation_games_searchSearch PlayStation games dataset. Searches the crawled public PlayStation Store catalog stored in a search index. One row per product SKU (game, edition or add-on); concept_id / np_title_id group a title's SKUs. price_tier enum: 'free', 'under_5', '5_to_10', '10_to_20', '20_to_40', '40_to_60', '60_plus'. Sort enum: 'relevance', 'rating_desc', 'reviews_desc', 'price_asc', 'price_desc', 'discount_desc', 'release_desc', 'release_asc'.
datasets_producthunt_makers_facetsFacet the Product Hunt makers dataset. Returns distribution counts over the Product Hunt makers dataset (dataset id enum value 'producthunt-makers'), honoring the same filters as search. Facet enum: 'topic', 'product_count_band'.
datasets_producthunt_makers_itemGet a Product Hunt maker from the dataset. Returns one maker by Product Hunt username from dataset id enum value 'producthunt-makers', including the products they made and their aggregate footprint. Returns 404 when the username is not in the dataset.
datasets_producthunt_makers_searchSearch the Product Hunt makers dataset. Searches Product Hunt makers from the dataset id enum value 'producthunt-makers' — public-profile records of the people who made products, with their footprint (products made, total upvotes, topics) for maker leaderboards. Public fields only. Sort enum: 'total_votes_desc', 'product_count_desc', 'followers_desc', 'relevance'.
datasets_producthunt_products_facetsFacet the Product Hunt products dataset. Returns distribution counts over the Product Hunt products dataset (dataset id enum value 'producthunt-products'), honoring the same filters as search. Facet enum: 'topic', 'launch_year', 'pricing_type', 'product_state'.
datasets_producthunt_products_itemGet a Product Hunt product from the dataset. Returns one product by its Product Hunt slug from dataset id enum value 'producthunt-products', including its full launch history and (once hydrated) description, website, twitter_url, pricing and makers. Returns 404 when the slug is not in the archive.
datasets_producthunt_products_searchSearch the Product Hunt products dataset. Searches individual Product Hunt launches from the dataset id enum value 'producthunt-products' — the searchable launch archive. Each result is one product with its topics, upvotes, ranks and launch history; description/website/twitter_url/pricing/makers are filled in as hydration runs. Sort enum: 'relevance', 'votes_desc', 'launched_desc', 'launched_asc', 'rating_desc', 'best_rank_asc'.
datasets_producthunt_trends_facetsFacet the Product Hunt trends dataset. Returns suppressed distribution counts over the Product Hunt trends dataset (dataset id enum value 'producthunt-trends'), honoring the same filters as search. Facet enum: 'topic', 'launch_year'.
datasets_producthunt_trends_searchSearch the Product Hunt trends dataset. Returns aggregate Product Hunt launch trends from the dataset id enum value 'producthunt-trends'. Aggregate-only: each row is a category-over-time cell (a topic, optionally within a calendar period), reporting launch count, total and average upvotes, average rating and the top product — never an individual product record. Thin cells are suppressed. group_by enum: 'topic_month', 'topic_year', 'topic'. Sort enum: 'period_desc', 'period_asc', 'launch_count_desc', 'sum_votes_desc'.
datasets_reddit_trending_searchSearch the reddit-trending dataset. Searches daily snapshots of each tracked subreddit's hot-feed post order, stored in a search index (one document per subreddit × snapshot × rank) so history accumulates. With no 'date' the latest snapshot is returned (today's trending); pair 'subreddit' with 'sort=date_desc' for a subreddit's trending history over time. There is no score or comment-count field — the underlying credential-free scraper does not expose vote counts, so 'rank' reflects Reddit's own hot-feed order rather than a locally computed score.
datasets_sec_companies_facetsFacet the SEC companies dataset. Returns terms-aggregation counts for one facet of the SEC companies dataset, scoped to the same filters as search. Facet enum: 'sic', 'sic_description', 'exchange', 'state_of_incorporation', 'entity_type', 'reporting_currency', 'revenue_band', 'forms_filed'. 'revenue_band' buckets latest-annual revenue into: 'unknown', 'under_1m', '1m_10m', '10m_100m', '100m_1b', '1b_10b', 'over_10b'.
datasets_sec_companies_financialsGet a SEC company's financial-statement history. Returns a company's normalized financial-statement history (income statement, balance sheet, cash flow) from the SEC companies dataset, newest fiscal year first. An unknown CIK or a company with no XBRL data returns an empty series rather than a 404 — most filers without a current ticker have no financial-statement history at all. 'lines' keys are the same normalized concept names the live '/sec/financials' endpoint uses (e.g. 'revenue', 'net_income', 'total_assets'); 'ratios' keys include 'gross_margin', 'operating_margin', 'net_margin', 'revenue_growth_yoy', 'current_ratio', 'debt_to_equity', 'free_cash_flow' where derivable. statement enum: 'income', 'balance', 'cash_flow'. period enum: 'annual', 'quarterly'.
datasets_sec_companies_insiderGet a SEC company's insider-transaction history. Returns a company's insider (Form 3/4/5) transaction history from the SEC companies dataset, most recent transaction first. An unknown CIK or a company with no reported transactions returns an empty series rather than a 404.
datasets_sec_companies_itemGet a company from the SEC companies dataset. Returns one SEC-reporting company by CIK from dataset id 'sec-companies', including its filing-history summary, financial-statement rollups, and trailing-90-day insider-activity summary. Returns 404 when the CIK is not in the dataset.
datasets_sec_companies_searchSearch the SEC companies dataset. Searches SEC-reporting companies stored in a search index — normalized filing history, financial-statement rollups (latest annual/quarterly revenue, net income, total assets) and trailing-90-day insider (Form 3/4/5) activity. Sort enum: 'relevance', 'name_asc', 'revenue_desc', 'net_income_desc', 'filing_recent_desc', 'insider_activity_desc'. 'entity_type', 'sic', 'sic_description', 'exchange', and 'state_of_incorporation' are open filters over the exact values EDGAR reports for each filer (not a fixed enum) — discover real values via the matching facet.
datasets_sec_institutional_positions_facetsFacet the SEC institutional positions dataset. Returns terms-aggregation counts for one facet of the SEC institutional positions dataset, scoped to the same filters as search. Facet enum: 'manager', 'issuer'.
datasets_sec_institutional_positions_searchSearch the SEC institutional positions dataset. Searches institutional investment managers' quarterly 13F portfolio holdings stored in a search index. Filter by manager_cik for a manager's full reported portfolio (an exact, reliable filter), or by issuer_name/cusip for a best-effort view of which managers reported a position in an issuer — SEC publishes no authoritative CUSIP-to-CIK mapping, so the issuer side is never a guaranteed-resolved join. Sort enum: 'value_desc', 'value_asc', 'shares_desc'.
datasets_starbucks_stores_facetsFacet stored Starbucks stores. Returns terms aggregation counts for the Starbucks store directory. Facet enum: 'country', 'state', 'market', 'amenities', 'ownership_type_code'. Accepts the same filter parameters as search to scope the aggregation.
datasets_starbucks_stores_itemGet a stored Starbucks store. Returns one stored Starbucks store by its store number (e.g. '101-54') from dataset id 'starbucks-stores'. 'country' is the store's true country while 'market' is crawl provenance. Hours ('schedule') and 'amenities' may be empty for stores outside the US, Canada, Europe, and the Gulf; an empty schedule means "not published for this market", not "closed".
datasets_starbucks_stores_nearbyFind nearby stored Starbucks stores. Returns stored Starbucks stores within a radius of a point, nearest first, from dataset id 'starbucks-stores'. lat, lon, and radius_m are required. Unlike the live /starbucks/stores endpoint (which caps at 50 near a point), this queries the full grid-tiled directory, so it can return every store in the radius.
datasets_starbucks_stores_searchSearch the Starbucks store directory. Searches the worldwide Starbucks store directory (dataset id 'starbucks-stores'), built by grid-tiling the store locator around its 50-result cap. Each store has its store number, name, phone, full address, coordinates, weekly hours, amenity codes, and pick-up options. Store discovery is global, but hours, amenities, and phone numbers are populated per market and are largely absent outside the US, Canada, Europe, and the Gulf; an empty schedule means "not published for this market", not "closed". 'country' is the store's true country while 'market' is crawl provenance (the US host geocodes worldwide). Supports full-text 'q', 'country'/'state'/'city'/'market'/'amenity' filters, 'lat'/'lon'/'radius_m' radius filtering, and 'sort' (relevance, distance_asc).
datasets_steam_achievements_searchSearch steam-achievements dataset. Searches per-game global achievement unlock percentages (one document per appid × achievement). Pass 'app_id' to list a game's achievements. Sort enum: 'percent_desc' (most-unlocked first, default), 'percent_asc' (rarest first), 'rank_asc'.
datasets_steam_charts_searchSearch the steam-charts dataset. Searches daily snapshots of Steam's player-count and sales charts, stored in a search index (one document per chart × country × snapshot × rank) so history accumulates. Charts: 'most_played' (weekly peak concurrent), 'concurrent' (live concurrent players), 'top_sellers' (weekly sales; country-specific). With no 'date' the latest snapshot is returned (today's chart); pair 'app_id' with 'sort=date_desc' for an app's rank/players over time. Country is 'global' for the player-count charts or an ISO code (e.g. 'us') for 'top_sellers'. Sort enum: 'rank', 'rank_desc', 'date_desc'.
datasets_steam_games_facetsFacet the Steam games dataset. Returns terms aggregation counts for the Steam games dataset. Facet enum: 'type', 'developer', 'publisher', 'genres', 'categories', 'tags', 'primary_tag', 'price_tier', 'review_tier', 'owners_bucket', 'release_year', 'run_id', 'is_free', 'coming_soon', 'platform_windows', 'platform_mac', 'platform_linux'. price_tier enum: 'free', 'under5', '5to15', '15to30', '30to60', 'over60'. review_tier enum: 'overwhelmingly_positive', 'very_positive', 'positive', 'mostly_positive', 'mixed', 'mostly_negative', 'negative', 'very_negative', 'overwhelmingly_negative', 'insufficient'.
datasets_steam_games_itemGet a Steam game from the dataset. Returns one enriched Steam catalog record by appid from dataset id enum value 'steam-games'.
datasets_steam_games_searchSearch the Steam games dataset. Searches enriched public Steam catalog records stored in a search index. price_tier enum: 'free', 'under5', '5to15', '15to30', '30to60', 'over60'. review_tier enum: 'overwhelmingly_positive', 'very_positive', 'positive', 'mostly_positive', 'mixed', 'mostly_negative', 'negative', 'very_negative', 'overwhelmingly_negative', 'insufficient'. Sort enum: 'relevance', 'owners_desc', 'reviews_desc', 'review_score_desc', 'ccu_desc', 'metacritic_desc', 'price_asc', 'price_desc', 'release_desc', 'release_asc'.
datasets_steam_news_searchSearch the steam-news dataset. Searches Steam news + announcements for tracked apps (one document per appid × gid; the latest items per app are kept). Filter by 'app_id' for a single game's news, or full-text 'q' over the title + contents. Sort enum: 'date_desc' (newest first, default), 'date_asc'.
datasets_steam_playercounts_searchSearch steam-playercounts dataset. Searches the daily concurrent-player time series for tracked games (one document per appid × day). Pair 'app_id' with 'sort=date_desc' for a game's player-count history, or pass 'date' for one day's snapshot. Sort enum: 'date_desc' (default), 'date_asc', 'players_desc'.
datasets_steam_prices_searchSearch the steam-prices dataset. Searches the daily price time series for priced games (one document per appid × day; integer cents). Pair 'app_id' with 'sort=date_desc' for a game's price history, or pass 'date' for one day's snapshot. Sort enum: 'date_desc' (default), 'date_asc', 'price_asc', 'price_desc', 'discount_desc'.
datasets_steam_reviews_searchSearch the steam-reviews dataset. Searches the stored Steam review corpus (the most-helpful reviews per game; one document per appid × recommendation). Full-text 'q' over the review body, filter by 'app_id', 'language', or 'voted_up' (positive/negative). Sort enum: 'votes_desc' (most-helpful first, default), 'weighted_desc', 'date_desc'.
datasets_techstack_facetsFacet the website tech-stack dataset. Returns distribution counts over the website tech-stack index (dataset id enum value 'techstack'), honoring the same filters as search — the technology / category market-share view. Facet enum: 'technology', 'category', 'cms', 'ecommerce', 'cdn', 'web_server', 'server_language', 'analytics', 'tld', 'render_tier', 'seed_source'.
datasets_techstack_itemGet a site from the website tech-stack dataset. Returns one site by its domain from dataset id enum value 'techstack', including every detected technology (name, categories, confidence, version, evidence) plus the CMS / e-commerce / CDN / web-server / server-language rollups. Also flags whether the domain looks like backend CDN/DNS/cloud-vendor infrastructure rather than a real, human-navigable site (see 'is_infrastructure'). Returns 404 when the domain is not in the index.
datasets_techstack_searchSearch the website tech-stack dataset. Searches the website tech-stack index (dataset id enum value 'techstack') — one record per site listing the web technologies it is built with (frameworks, CMS, e-commerce, analytics, CDNs, servers, and more), BuiltWith / Wappalyzer-style. The reverse-index filters are the point: repeat 'technology' to require several at once (AND), 'any_of' to match at least one (OR), and 'not' to exclude — e.g. sites on 'Shopify' and 'Klaviyo' but not 'Recharge'. Sort enum: 'relevance', 'rank_asc', 'tech_count_desc', 'domain_asc', 'crawled_desc'. render_tier enum: 'http', 'browser'.
datasets_trustmrr_facetsFacet the TrustMRR dataset. Returns terms-aggregation counts for one facet of the TrustMRR dataset, scoped to the same filters as search. Facet enum: 'category', 'country', 'payment_provider', 'target_audience', 'business_type', 'tech', 'channels', 'listing_tier', 'status', 'on_sale', 'is_sponsored', 'tags'.
datasets_trustmrr_historyGet a TrustMRR startup's daily history. Returns a startup's daily time-series of payment-provider-verified metrics — MRR, all-time revenue, last-30-days revenue, 30-day and 12-month traffic, 30-day growth, for-sale flag, asking price, valuation multiple, deal score and offer count — one point per day in chronological order (oldest first). The series accrues one point per calendar day, so a recently discovered startup returns a short or empty series rather than a 404.
datasets_trustmrr_itemGet a TrustMRR startup from the dataset. Returns one startup record by slug from the TrustMRR dataset (dataset id 'trustmrr'), including verified revenue/MRR, traffic, growth, category, tech stack, marketing channels and acquisition-marketplace fields.
datasets_trustmrr_searchSearch the TrustMRR dataset. Searches public startups with payment-provider-verified revenue and MRR, stored in a search index. Filter by category, country, payment provider, target audience, tech, marketing channel, listing tier and for-sale status, and by revenue/MRR/traffic/growth/multiple/asking-price ranges. Sort enum: 'relevance', 'mrr_desc', 'revenue_desc', 'revenue_30d_desc', 'traffic_desc', 'growth_desc', 'deal_score_desc', 'price_asc', 'price_desc', 'multiple_asc', 'founded_desc'. status enum: 'active', 'removed'.
datasets_vehicle_listings_facetsFacet vehicle listings dataset. Returns terms aggregation counts for the vehicle listings dataset. Facet enum: 'source', 'make', 'model', 'trim', 'body_style', 'transmission', 'drive_type', 'fuel_type', 'seller_type', 'state', 'run_id'.
datasets_vehicle_listings_itemGet a vehicle listing from dataset. Returns one crawled vehicle listing by id from dataset id enum value 'vehicle-listings'. id is '
datasets_vehicle_listings_price_historyGet a vehicle listing's price history. Returns the recorded price-change events for one listing, oldest first. An event is recorded only when a crawl first observes the listing or observes a changed price -- not one entry per crawl pass -- so a listing whose price has never changed since it was first crawled returns a single entry.
datasets_vehicle_listings_searchSearch vehicle listings dataset. Searches the crawled used-vehicle listings index. source enum: 'carmax', 'autotrader', 'carsdotcom'. CarMax's own national inventory is fully enumerable (re-crawled on a standing schedule); Autotrader/Cars.com coverage is a best-effort zip-code sweep, not exhaustive, and their rows approximate city/state from the searched area rather than the seller's exact location. seller_type enum: 'retailer', 'dealer', 'private' (not populated for every row -- see the dataset markdown). Sort enum: 'relevance', 'recently_updated', 'newly_listed', 'price_asc', 'price_desc', 'mileage_asc', 'mileage_desc', 'year_desc', 'year_asc'.
datasets_x_users_facetsFacet the X users dataset. Returns terms aggregation counts for the X users dataset. Facet enum: 'is_blue_verified', 'has_bio', 'has_external_url', 'source_tier'.
datasets_x_users_itemGet an X user from the dataset. Returns one X user record by username from dataset id enum value 'x-users'.
datasets_x_users_searchSearch the X users dataset. Searches public X (Twitter) user profiles stored in a search index. Sort enum: 'relevance', 'followers_desc', 'followers_asc', 'crawled_at_desc', 'crawled_at_asc', 'created_at_desc', 'created_at_asc'.
datasets_youtube_creators_facetsFacet the YouTube creators dataset. Returns terms aggregation counts for the YouTube creators dataset. Facet enum: 'region', 'discovery_source'.
datasets_youtube_creators_itemGet a YouTube creator from the dataset. Returns one YouTube channel record by channel id from dataset id enum value 'youtube-creators'.
datasets_youtube_creators_searchSearch the YouTube creators dataset. Searches public YouTube channel profiles stored in a search index — subscriber, video and view counts, region, bio and links, discovered via Common Crawl and Wikidata and hydrated from each channel's public About page. Sort enum: 'relevance', 'followers_desc', 'followers_asc', 'views_desc', 'videos_desc', 'hydrated_at_desc', 'hydrated_at_asc'. Some channels hide their subscriber, video, or view count; the '_available' flags on each item distinguish a hidden count (stored as '0', '*_available: false') from a genuine '0'.
deliveroo_fulfillment_timesGet Deliveroo's live delivery and pickup scheduling windows for a location. Returns the exact same "Choose a day" / "Choose a time" scheduled-ordering data the real site's own order-ahead picker shows for a location, for both delivery and pickup: an ASAP option plus every day currently open for a scheduled order, each with its real time slots and UNIX timestamps.
deliveroo_restaurantGet one Deliveroo restaurant, grocery, or shopping partner's detail. Returns one Deliveroo partner's detail by uname -- restaurant, grocery, or shopping store alike, distinguished by branch_type: name, address, currency, branch/fulfillment type, rating, review count, a hero image, and whether it currently accepts orders.
deliveroo_restaurant_menuGet one Deliveroo restaurant, grocery, or shopping partner's priced catalog. Returns one partner's full menu or catalog grouped into categories -- restaurant menus, grocery aisles, and shopping-store catalogs all use this same endpoint (see /deliveroo/search's collection parameter). Every item carries a name, description, product-meta text when the upstream provides it (calorie counts on restaurant items, per-unit pricing like "380g · £15.79/kg" on grocery/shopping items), price, availability, and its resolved customization options (e.g. "Choose your meal", "Add ingredients?") with each option's own price and required/multi-select bounds.
deliveroo_searchSearch Deliveroo restaurants, groceries, or shopping stores near a location. Returns the restaurants (or, with collection set, grocery/shopping stores) Deliveroo's own catalog serves for a latitude/longitude in the given market -- the location's entire feed, not a curated subset (confirmed live: up to 2,700+ results for a single coordinate). Each result carries its uname (the value the restaurant and menu endpoints take), name, image, branch_type, and, when available, rating, delivery time, and distance. Optional collection, cuisine, dietary, dish, min_rating, max_delivery_minutes, max_delivery_fee_pounds, has_offer, deliveroos_choice, and sort parameters narrow and order the same feed -- call /deliveroo/search/filters for the current, complete, location-scoped list of every valid cuisine/dietary/dish value with live result counts. A location with no coverage returns an empty list rather than an error.
deliveroo_search_filtersGet Deliveroo's live search filter and sort catalog for a location. Returns the exact same sort and filter catalog -- every cuisine, dietary tag, dish, delivery-time tier, delivery-fee tier, star-rating tier, and offer flag, each with a live result count for this location -- that the real search page's own filter dropdowns are populated from. Every option's query_param/query_value pair is the literal query string /deliveroo/search accepts for that filter.
depop_brandsDepop's full brand directory. Returns Depop's full brand directory (id, name, slug), not just brands with active listings for a given search -- resolves the search endpoint's otherwise-opaque brand_ids filter to human-readable names. Public data sourced from Depop's own brand-directory API.
depop_categoriesGet Depop's category taxonomy. Returns Depop's full department, category, and subcategory taxonomy -- every value usable with /depop/search's and /depop/shop/{username}'s category/subcategory filters. Tries a live refresh from Depop's own category-filter API first and falls back to a static snapshot on any failure, so this never errors.
depop_itemGet Depop item detail. Returns a normalized Depop item-detail page: description, all photos, price, condition, brand, size, seller info, and a "similar items" carousel when the page has one. Public data sourced from Depop's own item pages.
depop_item_similarGet Depop items similar to a listing. Returns items similar to a given Depop listing, via Depop's dedicated similar-items API -- richer and paginated (up to 150 per page) compared to the small, non-paginated "similar items" carousel already included in item detail. Public data sourced from Depop's own similar-items API.
depop_searchSearch Depop listings. Searches Depop's resale-fashion marketplace by free-text keyword, with optional price, condition, colour, category, subcategory, gender, kids-department, brand, discount, and sort filters, returning normalized listing summaries (title, price, brand, condition, like count, photos, sizes), a pagination cursor, and the total matching count. Public data sourced from Depop's own search API.
depop_search_facetsDepop search result-count breakdowns. Returns result-count breakdowns per department/category/subcategory for a search query, via Depop's dedicated aggregates API -- a distinct upstream call from search itself, not embedded in its response. Public data sourced from Depop's own search-aggregates API.
depop_search_sellersSearch Depop sellers by name. Finds Depop users/sellers by name or username. A matched result's username can be passed directly to GET /depop/shop/{username} for that seller's full shop. Public data sourced from Depop's own user-search API.
depop_shopGet a Depop seller's shop. Returns a Depop seller's public shop: profile (rating, sold count, followers, bio) plus current listings, with optional price, condition, colour, category, subcategory, gender, discount, and sort filters. Public data sourced from Depop's own shop pages.
depop_sizesGet Depop's size taxonomy. Returns Depop's full, multi-region size taxonomy -- every composite id usable with /depop/search's and /depop/shop/{username}'s sizes filter. Public data sourced from Depop's own size-filter API.
depop_suggestDepop search-box autocomplete. Returns Depop's own search-box autocomplete suggestions for a partial query, including the category a suggestion maps to when relevant. Public data sourced from Depop's own search-suggestions API.
discogs_artistGet a Discogs artist profile. Returns a normalized Discogs artist profile: real name, bio, links, name variations, aliases, and group memberships. Credential-free official Discogs database data.
discogs_artist_releasesList a Discogs artist's releases. Returns an artist's paginated release/master credits (role, format, label, year, want/collection counts). Credential-free official Discogs database data.
discogs_labelGet a Discogs label profile. Returns a normalized Discogs label profile: profile text, contact info, parent label, and sub-labels. Credential-free official Discogs database data.
discogs_label_releasesList a Discogs label's releases. Returns a label's paginated release catalog (title, artist, format, catalog number, year). Credential-free official Discogs database data.
discogs_masterGet a Discogs master release. Returns a normalized Discogs master release: the version-agnostic grouping of a release across pressings/reissues (artists, tracklist, genres/styles, videos, images, marketplace stats). Credential-free official Discogs database data.
discogs_releaseGet a Discogs release. Returns a normalized Discogs release: artists, labels, formats, tracklist, credits, identifiers, videos, images, and community want/have/rating. Credential-free official Discogs database data (api.discogs.com).
discogs_searchSearch the Discogs database. Searches Discogs releases, masters, artists, and labels. Credential-free official Discogs database data.
dominos_couponsGet one Domino's store's available coupons and deals. Returns one Domino's US store's available coupons and deals: standalone coupons (code, name, description, price, valid service methods, and any alternate promo/marketing codes that resolve to the same coupon), plus tiered volume-discount coupon groups (e.g. "order 7+ pizzas, get 15% off"). Reads the same structured menu response as GET /dominos/menu, so it costs no additional upstream request. A store can genuinely have zero active coupons -- an empty list is not an error. Store ids come from GET /dominos/store-locator. An unknown store id returns 404.
dominos_customizationGet one Domino's store's full build-your-own customization catalog. Returns one Domino's US store's full build-your-own customization catalog, grouped by product category (Domino's own internal names, e.g. "BuildYourOwnDomino" for pizza, "GSalad" for garden salads): every selectable size, crust/flavor style, topping, and side, each with its own code, name, description, dietary/placement flags (e.g. Meat, Vege, Sauce, WholeOnly), and any other attributes Domino's attaches (e.g. ExclusiveGroup for mutually-exclusive options). Also returns cooking instructions (bake level, cut style, seasoning), grouped. Reads the same structured menu response as GET /dominos/menu, so it costs no additional upstream request. Store ids come from GET /dominos/store-locator. An unknown store id returns 404.
dominos_menuGet one Domino's store's full structured menu. Returns one Domino's US store's full menu, normalized into a flat list of categories (each with a stable code/name path, e.g. "Pizza > Specialty Pizzas") and their items. Each item carries its code, name, description, and product type, plus every purchasable variant (size/style) with its own code, name, and price. Store ids come from GET /dominos/store-locator. An unknown store id returns 404.
dominos_nutritionGet calorie information for one Domino's product configuration. Returns calorie information (Domino's own "Cal-O-Meter" data) for one product at one store. For a named/fixed menu item (a specialty pizza, bread, wing, pasta, sandwich, salad, drink, or dessert -- any item code from GET /dominos/menu), give only store_id and product_code; the item's default configuration is used. For a build-your-own pizza, also give size, base, and any topping codes -- calories are computed for that exact configuration, matching Domino's own live calculator. size and base must be given together; toppings requires both. Reads live, not from a cache -- each call creates and discards one anonymous cart server-side, so it is slower than this family's other endpoints. An unknown product code, or an invalid size/base/topping combination, returns an error.
dominos_storeGet one Domino's store's full profile record. Returns one Domino's US store's full profile -- richer than /dominos/store-locator's per-store summary. Includes the store's complete weekly hours (general hours and each service method's own hours, Monday-first, with every open/close window per day), Domino's own free-text hours summary per service method, per-service-method estimated wait windows, open/online status, per-service-method order availability (delivery, carryout, drive-up carryout, dine-in), contactless option status, and delivery/carryout order minimums. Store ids come from GET /dominos/store-locator. An unknown store id returns 404.
dominos_store_locatorFind Domino's stores near an address, city/state, or ZIP code. Returns Domino's US stores that can serve a location: store id, address with coordinates, phone, open/online status, per-service-method availability (delivery, carryout, drive-up carryout), contactless option status, Domino's own hours summary per service method, and estimated wait windows. At least one of postal_code, or both city and state, is required; address is an optional street line that improves precision when combined with city/state. The response's query field echoes how Domino's own address resolver actually interpreted the input, including its granularity (e.g. resolved to a specific street range vs. only a city/region).
doordash_exploreGet DoorDash nearby stores explore feed. Returns DoorDash's location-based "nearby stores" browse feed from the Android mobile guest experience. Unlike search or autocomplete, no search query is required. No DoorDash account or caller-supplied token is required.
doordash_feedGet DoorDash store discovery feed. Returns nearby stores for a location from the Android mobile guest experience: store ID, name, cover image and tags, plus rating, price range, delivery fee and ETA when the upstream feed surface reports them. Those metric fields are omitted rather than estimated when it does not, so treat their absence as "not reported". No DoorDash account or caller-supplied token is required.
doordash_searchSearch DoorDash pickup restaurants. Searches the Android mobile guest catalog for pickup restaurants near a location and supports optional result filters. No DoorDash account or caller-supplied token is required.
doordash_search_autocompleteGet DoorDash pickup search suggestions. Returns pickup restaurant matches from the Android mobile guest search experience near a location. No DoorDash account or caller-supplied token is required.
doordash_search_filtersGet DoorDash search filter options. Returns the cuisines and filter values supported by the Android mobile guest search experience for a location. No DoorDash account or caller-supplied token is required.
doordash_search_itemsSearch DoorDash dishes and items. Searches menu items across nearby merchants from the Android mobile guest experience. Nearby candidate stores are selected first, then their menus are read and every item whose name or description matches the query is returned with its parent store. At most five proximity-ranked stores are inspected per request, and a store whose menu cannot be read is skipped, so results are best-effort across that candidate set. An empty result array means no candidate store menu matched, not that no nearby merchant sells the item. No DoorDash account or caller-supplied token is required.
doordash_storeGet a DoorDash store. Returns location-aware DoorDash store metadata through the Android mobile guest flow. No DoorDash account or caller-supplied token is required.
doordash_store_fulfillmentGet DoorDash store fulfillment details. Returns store fulfillment methods, delivery fee info, and scheduling details from the Android mobile guest experience. No DoorDash account or caller-supplied token is required.
doordash_store_infoGet DoorDash store contact info. Returns a lightweight store info card (map coordinates, address, phone number) from the Android mobile guest experience. This is a distinct upstream contract from the full store endpoint and reliably includes address and coordinates. No DoorDash account or caller-supplied token is required.
doordash_store_itemGet DoorDash menu item details. Returns details for a specific menu item from the Android mobile guest experience. The item is matched by name, case-insensitively, against the store menu: DoorDash's anonymous menu surface exposes no stable per-item identifier, so use a name returned by the store menu or item search. A name that is not on the menu returns 404; no substitute item is returned. No DoorDash account or caller-supplied token is required.
doordash_store_menuGet a DoorDash store menu. Returns the location-aware DoorDash mobile menu, grouped into sections with item names, descriptions, and displayed prices. No DoorDash account or caller-supplied token is required.
doordash_store_reviewsGet DoorDash store reviews. Returns store ratings and customer reviews from the Android mobile guest experience for a location. No DoorDash account or caller-supplied token is required.
draftkings_eventDraftKings Sportsbook event. Returns one event's metadata (league id, sport id, teams, status, start time) from DraftKings' credential-free public JSON. 'event_id' is a numeric DraftKings event identifier (find it from an event's DraftKings Sportsbook page, or from the 'id' field of an event returned by /draftkings/sportsbook/odds). The returned 'league_id' is accepted by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures. This endpoint does not include betting markets/odds.
draftkings_event_contextDraftKings Sportsbook event context. Returns public sport, league, and event navigation identifiers for a numeric DraftKings event id. Use it to associate an event with DraftKings Sportsbook's public sport and league navigation.
draftkings_event_marketsDraftKings Sportsbook event markets. Returns one event's betting markets and selections for a specific market category, from DraftKings' credential-free public JSON. 'event_id' is a numeric DraftKings event identifier (find it from the 'id' field of an event returned by /draftkings/sportsbook/odds). 'subcategory_id' selects the market category (e.g. game lines, a player-prop category, an alternate-line category) -- find one from the 'subcategory_id' field on a market returned by /draftkings/sportsbook/odds, or from a DraftKings Sportsbook event page's own network traffic. An empty 'markets' list is a valid response when the category has no markets currently posted for this event.
draftkings_featured_leaguesDraftKings Sportsbook featured leagues. Returns public DraftKings Sportsbook leagues currently marked as featured in its sport navigation. Each item includes its numeric 'id', capability 'tags', live-offer status, and upstream featured ordering. Use the 'id' as 'league_id' with /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
draftkings_futuresDraftKings Sportsbook futures. Returns league-level futures markets and selections for a specific DraftKings market category, from DraftKings' credential-free public JSON. 'league_id' is a numeric DraftKings league identifier and 'subcategory_id' is a numeric futures category identifier. An empty 'events' list is a valid response when the category has no markets currently posted for that league.
draftkings_league_eventsDraftKings Sportsbook league event directory. Returns a DraftKings Sportsbook league's current public event directory, including event IDs, teams or other participants, start times, status, and public availability tags. Supply a numeric 'league_id' from /draftkings/sportsbook/leagues, /draftkings/sportsbook/quick-links, /draftkings/sportsbook/featured-leagues, or /draftkings/sportsbook/event. This endpoint does not include betting markets or odds.
draftkings_leaguesDraftKings Sportsbook sports and leagues. Returns DraftKings Sportsbook's current public sport and league directory. Each league 'id' is accepted as 'league_id' by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
draftkings_liveDraftKings Sportsbook live events. Returns the live events currently shown by DraftKings Sportsbook, including score state, period, primary markets, and market categories that can be used with /draftkings/sportsbook/event-markets. An empty 'events' list is valid when DraftKings has no live events at request time.
draftkings_oddsDraftKings Sportsbook odds. Returns the primary betting markets (moneyline, spread, total) for every upcoming event in a DraftKings Sportsbook league, from DraftKings' credential-free public JSON. 'league_id' is a numeric DraftKings league identifier (find it from a league's DraftKings Sportsbook page). An empty 'events' list is a valid response when nothing is currently scheduled.
draftkings_quick_linksDraftKings Sportsbook quick links. Returns the ordered league shortcuts currently prioritized on DraftKings Sportsbook's public home page. Each item includes a numeric 'league_id' accepted by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
draftkings_teamDraftKings Sportsbook team. Returns stable team metadata embedded in a public DraftKings Sportsbook team page. Supply 'team_id', 'sport', and 'slug' from an item returned by /draftkings/sportsbook/teams. Allowed 'sport' values: 'football', 'hockey', 'basketball', 'baseball'.
draftkings_teamsDraftKings Sportsbook league teams. Returns the teams listed on DraftKings Sportsbook's public Teams page for one league. Allowed 'league' values: 'nfl', 'nhl', 'nba', 'cbb', 'mlb', 'cfb'.
duckduckgo_imageSearch DuckDuckGo image results. Returns normalized DuckDuckGo image results for a query string: title, source page URL, image URL, thumbnail, dimensions, and hostname, plus page-based pagination. Results are fetched from DuckDuckGo's own image JSON API.
duckduckgo_newsSearch DuckDuckGo news results. Returns normalized DuckDuckGo news results for a query string: title, destination URL, source, excerpt, thumbnail, and relative/published time, plus page-based pagination. Results are fetched from DuckDuckGo's own news JSON API.
duckduckgo_searchSearch DuckDuckGo web results. Returns normalized DuckDuckGo web search results for a query string: title, destination URL, description, and hostname, plus page-based pagination. DuckDuckGo wraps every result link in its own click-tracking redirect; this endpoint always returns the decoded destination URL, never the raw redirect link. Results are fetched from DuckDuckGo's own server-rendered search page.
duckduckgo_shoppingSearch DuckDuckGo shopping results. Returns normalized DuckDuckGo shopping results for a query string: title, brand, merchant, description, price, rating, and review count, plus total page count. DuckDuckGo's shopping vertical is ad-funded, syndicated product listings, not organic content; every product link is wrapped in an ad-click-tracking redirect with no clean destination to unwrap, so no destination URL is returned. DuckDuckGo's own pagination token for this vertical is an opaque per-response blob rather than a plain page offset, so only the first page is supported.
duckduckgo_videoSearch DuckDuckGo video results. Returns normalized DuckDuckGo video results for a query string: title, destination URL, description, duration, thumbnail, publisher/uploader, published time, and view count, plus page-based pagination. Results are fetched from DuckDuckGo's own video JSON API.
dunkin_directoryBrowse the Dunkin store directory. Returns one level of Dunkin's store directory tree. Omit path for the root, which lists every US state Dunkin operates in; pass a state's path (e.g. "ny") to list its cities, or a state/city path (e.g. "ny/new-york") to list its stores. Each child carries its name, path, URL and how many stores sit under that branch. A child with is_store true is a store rather than another directory level -- pass its path (a store id) to GET /dunkin/store. This is a directory browse, not a proximity search: use GET /dunkin/nearby for a radius lookup.
dunkin_menuGet Dunkin's national menu. Returns Dunkin's national menu: item names, descriptions and photos grouped into categories (Iced Drinks, Hot Drinks, Frozen Drinks, Sandwiches & Wraps, Savory Bites, Donuts & Bakery, Snacks and Sides). Dunkin publishes one shared menu across every US store, so this takes no store parameter. Does not carry prices or nutrition -- pricing varies by market/franchisee and isn't part of this content.
dunkin_nearbyFind Dunkin stores near a coordinate, nearest first. Returns Dunkin restaurants within a radius of a latitude/longitude, ordered nearest first, each with its distance in miles and kilometres, full address, phone, coordinates, the published week of hours, whether it's permanently closed, amenities, payment methods, pickup/delivery service types, which third-party delivery platforms are active, its Google Place id, timezone, and website/menu/order URLs. This is the proximity search the directory browse cannot do -- GET /dunkin/directory walks a state to city to store tree, which requires knowing the administrative path in advance. Each result carries the store id as 'path', which GET /dunkin/store also takes, so the two chain directly. 'total_in_radius' reports how many stores fall inside the radius overall, which is usually far more than one page; use 'offset' to walk it. A coordinate with no Dunkin nearby returns an empty list rather than an error.
dunkin_storeGet one Dunkin store's detail. Returns one Dunkin store: name, full postal address, phone, coordinates, opening hours for every day of the week, whether it's permanently closed, amenities (curbside pickup, drive-thru, wifi, kosher, turbo oven, K-Cup pods), Dunkin's own free-text feature labels, accepted payment methods, pickup/delivery service types, which third-party delivery platforms are active, the Google Place id, and the store's website/menu/order URLs. path is a store id -- from a /dunkin/directory child with is_store true, a /dunkin/nearby result's path, or the trailing digits of a dunkindonuts.com store URL. An unknown id returns a 404.
ebay_itemGet eBay item details. Returns normalized details for a public eBay item listing.
ebay_live_streamGet an eBay Live stream. Returns normalized detail for a single eBay Live stream/event, including each host's feedback summary for the last 365 days.
ebay_live_stream_itemsList an eBay Live stream's featured items. Returns the currently featured/auction items for an eBay Live stream, including live bidding state.
ebay_live_streamsList eBay Live streams. Returns currently live and upcoming eBay Live streams for a category channel.
ebay_live_streams_batchGet multiple eBay Live streams. Returns normalized summaries for multiple eBay Live streams/events in one call, up to 9 ids per request.
ebay_searchSearch eBay listings. Returns normalized eBay search results.
ebay_sellerGet eBay seller profile. Returns normalized details for a public eBay seller profile.
ebay_seller_aboutGet eBay seller about details. Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned store categories.
ebay_seller_feedbackGet eBay seller feedback. Returns normalized seller feedback summary, detailed ratings, and recent review cards from the public eBay seller feedback tab.
ebay_seller_shopGet eBay seller shop listings. Returns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.
espn_athleteESPN athlete. Returns one athlete's bio/overview (name, position, jersey, physicals, current team) from ESPN's credential-free public JSON. The 'sport' enum accepts 'football', 'basketball', 'baseball', 'hockey', and 'soccer'. The 'league' enum accepts 'nfl', 'college-football', 'nba', 'wnba', 'mens-college-basketball', 'womens-college-basketball', 'mlb', 'nhl', 'eng.1', 'esp.1', 'ita.1', 'ger.1', 'fra.1', 'usa.1', and 'uefa.champions'; it must be valid for the chosen sport.
espn_game_summaryESPN game summary. Returns one game's matchup, betting odds, and boxscore stat totals from ESPN's credential-free public JSON. The 'sport' enum accepts 'football', 'basketball', 'baseball', 'hockey', and 'soccer'. The 'league' enum accepts 'nfl', 'college-football', 'nba', 'wnba', 'mens-college-basketball', 'womens-college-basketball', 'mlb', 'nhl', 'eng.1', 'esp.1', 'ita.1', 'ger.1', 'fra.1', 'usa.1', and 'uefa.champions'; it must be valid for the chosen sport. Get an 'event' id from the scoreboard endpoint.
espn_newsESPN league news. Returns recent news articles (headline, description, link) for a league from ESPN's credential-free public JSON. The 'sport' enum accepts 'football', 'basketball', 'baseball', 'hockey', and 'soccer'. The 'league' enum accepts 'nfl', 'college-football', 'nba', 'wnba', 'mens-college-basketball', 'womens-college-basketball', 'mlb', 'nhl', 'eng.1', 'esp.1', 'ita.1', 'ger.1', 'fra.1', 'usa.1', and 'uefa.champions'; it must be valid for the chosen sport.
espn_rankingsESPN poll rankings. Returns poll rankings (e.g. AP Top 25) for a college league from ESPN's credential-free public JSON. Rankings are only published for college leagues: the 'sport' enum accepts 'football' and 'basketball', and the 'league' enum accepts 'college-football', 'mens-college-basketball', and 'womens-college-basketball'.
espn_scoreboardESPN scoreboard. Returns games (scores, schedule, status, and odds when available) for a sport and league from ESPN's credential-free public JSON. The 'sport' enum accepts 'football', 'basketball', 'baseball', 'hockey', and 'soccer'. The 'league' enum accepts 'nfl', 'college-football', 'nba', 'wnba', 'mens-college-basketball', 'womens-college-basketball', 'mlb', 'nhl', 'eng.1', 'esp.1', 'ita.1', 'ger.1', 'fra.1', 'usa.1', and 'uefa.champions'; it must be valid for the chosen sport. The 'seasontype' enum accepts '1' (preseason), '2' (regular season), '3' (postseason), and '4' (offseason).
espn_standingsESPN standings. Returns league standings grouped by conference/division from ESPN's credential-free public JSON. The 'sport' enum accepts 'football', 'basketball', 'baseball', 'hockey', and 'soccer'. The 'league' enum accepts 'nfl', 'college-football', 'nba', 'wnba', 'mens-college-basketball', 'womens-college-basketball', 'mlb', 'nhl', 'eng.1', 'esp.1', 'ita.1', 'ger.1', 'fra.1', 'usa.1', and 'uefa.champions'; it must be valid for the chosen sport. The 'seasontype' enum accepts '1' (preseason), '2' (regular season), and '3' (postseason).
espn_teamESPN team detail. Returns one team's detail (identity, colors, record, standing summary) from ESPN's credential-free public JSON. The 'sport' enum accepts 'football', 'basketball', 'baseball', 'hockey', and 'soccer'. The 'league' enum accepts 'nfl', 'college-football', 'nba', 'wnba', 'mens-college-basketball', 'womens-college-basketball', 'mlb', 'nhl', 'eng.1', 'esp.1', 'ita.1', 'ger.1', 'fra.1', 'usa.1', and 'uefa.champions'; it must be valid for the chosen sport.
espn_team_rosterESPN team roster. Returns a team's roster (players with position, jersey, age, and experience) plus head coach from ESPN's credential-free public JSON. The 'sport' enum accepts 'football', 'basketball', 'baseball', 'hockey', and 'soccer'. The 'league' enum accepts 'nfl', 'college-football', 'nba', 'wnba', 'mens-college-basketball', 'womens-college-basketball', 'mlb', 'nhl', 'eng.1', 'esp.1', 'ita.1', 'ger.1', 'fra.1', 'usa.1', and 'uefa.champions'; it must be valid for the chosen sport.
espn_teamsESPN team list. Returns the full team list for a sport and league from ESPN's credential-free public JSON. The 'sport' enum accepts 'football', 'basketball', 'baseball', 'hockey', and 'soccer'. The 'league' enum accepts 'nfl', 'college-football', 'nba', 'wnba', 'mens-college-basketball', 'womens-college-basketball', 'mlb', 'nhl', 'eng.1', 'esp.1', 'ita.1', 'ger.1', 'fra.1', 'usa.1', and 'uefa.champions'; it must be valid for the chosen sport.
etsy_listingGet Etsy listing detail. Returns Etsy listing detail: title, price, images, materials, tags, and shop.
etsy_listing_reviewsGet Etsy listing reviews. Returns buyer reviews for an Etsy listing.
etsy_searchSearch Etsy listings. Returns Etsy product search results across shops for a keyword query.
etsy_shopGet Etsy shop profile. Returns an Etsy shop profile: seller, headline, rating, and sold count. Accepts a numeric shop id or a shop name.
etsy_shop_listingsGet an Etsy shop's listings. Returns a shop's listing catalog, optionally filtered by keyword. Accepts a numeric shop id or a shop name.
etsy_shop_reviewsGet Etsy shop reviews. Returns buyer reviews for an Etsy shop. Accepts a numeric shop id or a shop name.
etsy_shop_searchSearch Etsy shops. Returns Etsy shops matching a keyword.
everlane_collection_productsList Everlane collection products. Returns normalized products from one Everlane (https://www.everlane.com) collection. The storefront URL is fixed server-side; 'handle' is the collection's URL slug.
everlane_collectionsList Everlane collections. Returns normalized collections from Everlane (https://www.everlane.com). The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty collections array.
everlane_pageGet a Everlane static page. Returns normalized static page detail for one Everlane (https://www.everlane.com) page handle. The storefront URL is fixed server-side.
everlane_pagesList Everlane static pages. Returns normalized static pages from Everlane (https://www.everlane.com). The storefront URL is fixed server-side.
everlane_productGet a Everlane product. Returns normalized product detail for one Everlane (https://www.everlane.com) product handle. The storefront URL is fixed server-side; 'handle' is the product's URL slug.
everlane_product_recommendationsList Everlane product recommendations. Returns normalized recommended products for one Everlane (https://www.everlane.com) product handle. The route handle is resolved to a Shopify product id before fetching recommendations. The storefront URL is fixed server-side.
everlane_productsList Everlane products. Returns normalized products from Everlane's (https://www.everlane.com) public product catalog. The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty products array.
everlane_search_suggestGet Everlane search suggestions. Returns products, collections, and query suggestions from Everlane's (https://www.everlane.com) credential-free predictive search Ajax endpoint. The storefront URL is fixed server-side.
everlane_sitemap_urlsList Everlane sitemap URLs. Returns capped URL entries from Everlane's (https://www.everlane.com) child sitemaps matching the requested type. The storefront URL is fixed server-side.
everlane_sitemapsList Everlane sitemaps. Returns child sitemap URLs from Everlane's (https://www.everlane.com) '/sitemap.xml' index with inferred sitemap types. The storefront URL is fixed server-side.
everlane_storeGet Everlane store metadata. Returns normalized storefront metadata for Everlane (https://www.everlane.com), sourced from credential-free storefront JSON. This endpoint is a brand-pinned wrapper around the generic Shopify store family: the storefront URL is fixed server-side, so no 'url' parameter is accepted. If the vanity domain blocks '/products.json', the service may fall back to a public '*.myshopify.com' domain discovered from the storefront page, or to the storefront's own embedded page data for storefronts that expose neither.
expedia_activities_searchSearch Expedia activities. Returns normalized Expedia Things To Do (activities/tours) search results for a free-text destination and date range.
expedia_flights_searchSearch Expedia flights. Returns normalized Expedia Flights search results (departing-leg offers) for an origin/destination IATA pair and date range.
expedia_locations_searchSearch Expedia destinations. Returns normalized destination/property typeahead suggestions (cities, airports, neighborhoods, hotels) for a free-text term.
expedia_properties_detailExpedia Stays property detail. Returns a hotel's detail summary (name, star rating, address/coordinates, top amenities) for a known property id.
expedia_properties_filtersExpedia search filters. Returns the sort and filter facets (amenities, star rating, neighborhood, nightly price range, sort options) available for a Stays search.
expedia_properties_reviewsExpedia Stays property guest reviews. Returns a hotel's overall rating and highlighted/recent guest reviews (reviewer, date, rating, message) for a known property id.
expedia_properties_searchSearch Expedia Stays properties. Returns normalized Expedia Stays (hotel) search results for a free-text destination and date range.
extractExtract schema-conforming JSON from a URL. Scrapes a public URL into clean Markdown, then returns data that strictly conforms to the supplied bounded JSON Schema.
facebook_marketplace_searchSearch Facebook Marketplace. Fetches Facebook Marketplace search or browse results for a location: listing id, title, price, city/state, and a thumbnail image per result. Only the first page Facebook's own server-rendered results page returns is available — Facebook's own further pagination requires a logged-in session and is out of scope. Omit both query and category to get the location's browse feed instead of running a search. minPrice, maxPrice, sortBy, daysSinceListed, and condition only take effect alongside a query or category (Facebook itself ignores them on the plain browse feed), except for the property_rentals category, which has its own always-filtered listing page. This endpoint can take noticeably longer than other search endpoints (up to roughly a minute in the slowest case) as it retries to get past an intermittent upstream condition; priced accordingly.
facebook_pageGet Facebook page details. Fetches public data about a Facebook Page given its page ID, vanity name, or full page URL: name, follower/like counts, intro, category, business hours/price range, review count, and any public contact details (email, phone, address, website, WhatsApp number) exposed on the Page's About tab.
fashionnova_collection_productsList Fashion Nova collection products. Returns normalized products from one Fashion Nova (https://www.fashionnova.com) collection. The storefront URL is fixed server-side; 'handle' is the collection's URL slug.
fashionnova_collectionsList Fashion Nova collections. Returns normalized collections from Fashion Nova (https://www.fashionnova.com). The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty collections array.
fashionnova_pageGet a Fashion Nova static page. Returns normalized static page detail for one Fashion Nova (https://www.fashionnova.com) page handle. The storefront URL is fixed server-side.
fashionnova_pagesList Fashion Nova static pages. Returns normalized static pages from Fashion Nova (https://www.fashionnova.com). The storefront URL is fixed server-side.
fashionnova_productGet a Fashion Nova product. Returns normalized product detail for one Fashion Nova (https://www.fashionnova.com) product handle. The storefront URL is fixed server-side; 'handle' is the product's URL slug.
fashionnova_product_recommendationsList Fashion Nova product recommendations. Returns normalized recommended products for one Fashion Nova (https://www.fashionnova.com) product handle. The route handle is resolved to a Shopify product id before fetching recommendations. The storefront URL is fixed server-side.
fashionnova_productsList Fashion Nova products. Returns normalized products from Fashion Nova's (https://www.fashionnova.com) public product catalog. The storefront URL is fixed server-side. Valid empty result pages return '200' with an empty products array.
fashionnova_search_suggestGet Fashion Nova search suggestions. Returns products, collections, and query suggestions from Fashion Nova's (https://www.fashionnova.com) credential-free predictive search Ajax endpoint. The storefront URL is fixed server-side.
fashionnova_sitemap_urlsList Fashion Nova sitemap URLs. Returns capped URL entries from Fashion Nova's (https://www.fashionnova.com) child sitemaps matching the requested type. The storefront URL is fixed server-side.
fashionnova_sitemapsList Fashion Nova sitemaps. Returns child sitemap URLs from Fashion Nova's (https://www.fashionnova.com) '/sitemap.xml' index with inferred sitemap types. The storefront URL is fixed server-side.
fashionnova_storeGet Fashion Nova store metadata. Returns normalized storefront metadata for Fashion Nova (https://www.fashionnova.com), sourced from credential-free storefront JSON. This endpoint is a brand-pinned wrapper around the generic Shopify store family: the storefront URL is fixed server-side, so no 'url' parameter is accepted. If the vanity domain blocks '/products.json', the service may fall back to a public '*.myshopify.com' domain discovered from the storefront page, or to the storefront's own embedded page data for storefronts that expose neither.
fiveguys_directoryBrowse the Five Guys restaurant directory by state and city. Returns one level of Five Guys' US restaurant directory: the 50 states at the root, one state's cities when path is a state (e.g. 'il'), and that city's restaurants when path is a city (e.g. 'il/chicago'). Each child carries the path to pass back as this endpoint's 'path', and a 'location_count' of how many restaurants sit under it. At the deepest level children are restaurants themselves ('is_location' true) -- pass their path to GET /fiveguys/store for the full profile. Use this to enumerate or browse locations; use GET /fiveguys/search or /fiveguys/nearby to find them by query or coordinate instead.
fiveguys_faqList Five Guys' published customer FAQ. Returns one page of Five Guys' published customer FAQ corpus -- 142 entries across 17 categories (Menu, Nutritional and Allergens, Ordering, Gift Card, Careers, Franchise, App, Company, The Crew, and others), filterable by category id and free text, in English (default) or Spanish via 'lang'. Get valid category values from GET /fiveguys/faq-categories using the same 'lang' -- category ids are language-specific.
fiveguys_faq_categoriesList Five Guys FAQ categories. Returns every published Five Guys FAQ category with its id, name, slug, and entry count -- use an id here as GET /fiveguys/faq's category filter. Available in English (default) and Spanish via 'lang'; ids differ between languages, so pass the same 'lang' to both endpoints.
fiveguys_menuList Five Guys menu categories and items. Returns Five Guys' public menu content: every category (Burgers, Fries, Shakes, Hot Dogs, Sandwiches, Drinks, Toppings) -- each with its own short description and cover image, plus its items' name, description, calories, and image -- or one category's items when category is given. Five Guys publishes no per-item price on this surface -- pricing is store-scoped and lives only behind its ordering flow, which this endpoint does not cover. Available in English (default) and Spanish via 'lang'. Calories are shown exactly as published: a single value for most items, or a range (e.g. fries' "530-1100") for build-your-own items whose calories vary by size and toppings. Some items (drink categories, a few build-your-own items) publish no calorie figure at all; their calories field is omitted rather than estimated.
fiveguys_nearbyFind Five Guys restaurants near a coordinate. Returns Five Guys restaurants within a radius of a latitude/longitude. Each result carries a full profile: a short area/plaza label distinguishing it from other locations, address, phone, weekly in-store hours plus a separate delivery-hours schedule when published, price tier, restaurant-amenity labels (e.g. Takeout, Dine In, Curbside), pickup/delivery service labels, order/delivery/menu URLs, a Google Place id, and distance in miles/kilometers from the given coordinate. 'total_results' reports how many restaurants fall inside the radius overall, usually more than one page; use 'offset' to page. A coordinate with no Five Guys nearby returns an empty list rather than an error.
fiveguys_nutritionGet the current Five Guys nutrition & allergen PDF guide's location. Resolves the live location of Five Guys' current dated nutrition & allergen guide PDF (calories, full macro nutrition and allergen data per item) directly from fiveguys.com -- the guide's own file path changes when Five Guys republishes it (observed monthly), so this endpoint always discovers the current link rather than returning a fixed one. Returns the PDF's direct download URL plus best-effort size and last-modified metadata read from the PDF's own response headers. This endpoint returns metadata and a link to the guide, not its table parsed into structured fields -- pair it with GET /fiveguys/menu for structured per-item calories.
fiveguys_ordering_locationsFind Five Guys restaurants near a coordinate with ordering details. Returns Five Guys restaurants near a latitude/longitude as Five Guys' own ordering platform publishes them, with commerce detail no other endpoint in this family carries: per-store delivery fee, delivery and pickup order minimums, whether the store is currently accepting orders at all, the handoff modes an order placed now could actually use (delivery, pickup, curbside, dine-in, drive-thru, dispatch), group-order/coupon/loyalty support, how many days ahead an order may be scheduled, and the store's own order URL. Set 'include_hours' to also return each store's dated business and delivery calendars -- concrete dated windows rather than the recurring weekly schedule the locator endpoints publish, so they reflect holiday and special hours a weekly schedule cannot express. This is a different upstream from GET /fiveguys/nearby, which returns the marketing/locator record: the two describe the same restaurants but do not share ids, and this one carries a per-store name ("Five Guys Austin Arbor") where the locator publishes the generic brand name. Use each result's 'id' with GET /fiveguys/ordering-menu for that store's priced menu. A coordinate with no Five Guys nearby returns an empty list rather than an error.
fiveguys_ordering_menuGet one Five Guys store's priced menu from the ordering platform. Returns one restaurant's full menu exactly as Five Guys' own ordering platform sells it, including real per-item prices -- the one field no other endpoint in this family can surface (GET /fiveguys/menu is fiveguys.com's own marketing content and carries no price at all). Categories and items are returned with name, description, price, calories (a single value or a real range, e.g. a fountain drink sized at checkout), an image, and whether the platform currently has the item available. id is the ordering platform's own restaurant id from GET /fiveguys/ordering-locations' locations[].id -- it is not a Yext entity id and does not correspond to any id from GET /fiveguys/search, /fiveguys/nearby, /fiveguys/directory, or /fiveguys/store.
fiveguys_searchSearch Five Guys restaurants by free-text location. Returns Five Guys restaurants matching a free-text location query -- a city, a zip/postal code, a street address, or a landmark -- the same way restaurants.fiveguys.com's own locator search box works. Yext's own query understanding geocodes the text server-side, so no separate geocoding call is needed. Each result carries a full profile: a short area/plaza label distinguishing it from other locations, address, phone, weekly in-store hours plus a separate delivery-hours schedule when published, price tier, restaurant-amenity labels (e.g. Takeout, Dine In, Curbside), pickup/delivery service labels, order/delivery/menu URLs, a Google Place id, and distance in miles/kilometers from the resolved query location. 'total_results' reports how many restaurants matched overall, usually more than one page; use 'offset' to page. A query that resolves to nowhere Five Guys operates returns an empty list rather than an error.
fiveguys_storeGet one Five Guys restaurant by its locator path. Returns one Five Guys restaurant's full published profile by its locator slug -- address, phone, weekly in-store hours, separate delivery hours, coordinate, Google Place id, restaurant-amenity labels, and order/delivery/menu URLs. Get a path from GET /fiveguys/search or /fiveguys/nearby's 'locations[].path', or from GET /fiveguys/directory's 'children[].path' where 'is_location' is true. It also returns three detail-only extras that search and nearby results do not carry: 'description' (this restaurant's own blurb, templated but genuinely per-location), 'photos' (its published gallery images, omitted for the many locations that publish none), and 'breadcrumbs' (the directory trail above it, each entry's 'path' feeding straight back into GET /fiveguys/directory). Two fields available on search and nearby results are not published on this surface and are omitted here: 'price_range' and 'pickup_and_delivery_services'. A 'profile' block, populated best-effort from a second Yext key, adds further per-restaurant detail no other field in this family carries: 'google_attributes' (structured amenity flags, richer than 'services'), 'review_page_url'/'review_invite_url', 'featured_message'/'featured_message_url', 'google_cid'/'facebook_store_id', 'routable_latitude'/'routable_longitude' (a driving destination, distinct from the display coordinate), 'payment_options', 'meals_served', 'services', 'permanently_closed', 'directory_listing_url', 'franchisee_group' (the operator of this specific restaurant -- a corporate code or a franchisee's own company name), 'facebook_vanity_url' (this location's own Facebook handle), and 'faq' (this restaurant's own generated question set, distinct from the national corpus GET /fiveguys/faq serves). Passing a state or city path returns 404 -- use GET /fiveguys/directory for those.
fiverr_gigGet Fiverr gig detail. Returns a normalized Fiverr gig detail page: title, description, category, pricing packages (basic/standard/premium tiers with price and delivery time), rating, review count, orders in queue, tags, gallery images, and a seller summary (level, rating, response time, languages). Public data sourced from Fiverr's own server-rendered gig pages via a real browser-rendering backend.
fiverr_searchSearch Fiverr gigs. Searches Fiverr's public gig listings by free-text keyword, returning normalized gig summaries (title, seller username, seller level, rating, review count, starting price, category, thumbnail image). Public data sourced from Fiverr's own server-rendered search pages via a real browser-rendering backend.
fiverr_sellerGet Fiverr seller profile. Returns a normalized Fiverr seller profile: display name, one-liner title, description, country, seller level, verification status, hourly rate, spoken languages, join date, and the seller's gig ids. Public data sourced from Fiverr's own server-rendered seller profile pages via a real browser-rendering backend.
foodpanda_restaurantGet one foodpanda restaurant's detail. Returns one foodpanda restaurant's detail by code: name, address, coordinates, budget tier, rating and review count, cuisines, minimum order amount, minimum delivery fee, delivery/pickup availability, timezone, and a hero image. Supplying latitude and longitude only affects the (optional) computed fields the upstream itself returns for that coordinate; it does not filter or reject the lookup.
foodpanda_restaurant_menuGet one foodpanda restaurant's menu with prices. Returns one restaurant's full menu grouped into categories, plus opening hours, price range, cuisines served, and aggregate rating. Every item carries a title, description, image, sold-out flag, and price -- original_price plus discounted_price when the item is currently discounted.
foodpanda_restaurant_reviewsGet a sample of one foodpanda restaurant's customer reviews. Returns a sample of real customer reviews for one restaurant -- author name, publish date, review text, and a 1-5 rating. This is the curated sample the restaurant's own storefront page embeds for search-engine rich results, not the full review corpus a logged-in customer would see in the app; the number returned scales with the restaurant's popularity rather than being a fixed cap, and can be empty for a restaurant with few or no reviews.
foodpanda_searchSearch foodpanda restaurants near a location. Returns restaurants delivering to a latitude/longitude in a foodpanda market, optionally filtered by a numeric cuisine id (from a prior response's cuisines[].id). Each restaurant carries its code (the value the restaurant and menu endpoints take), name, address, coordinates, budget tier, rating, cuisines, minimum order amount and delivery fee, delivery/pickup availability, and a hero image. A location with no coverage returns an empty list rather than an error.
gdelt_contextSentence-level co-occurrence search across recent GDELT coverage. Search recent (last 72 hours) GDELT-monitored news for.
gdelt_searchSearch global news coverage indexed by GDELT. Search the GDELT Project's continuously updated global news.
gdelt_timelineCoverage volume or tone over time for a GDELT query. Return how a query's global news coverage has trended over.
gdelt_tonechartSentiment histogram for a GDELT query. Return a sentiment (tone) histogram for a query's matching.
gdelt_tv_concept_entitiesList GDELT Television 2.0 AI concept entities. Return GDELT's own catalog of Google Knowledge Graph concept.
gdelt_tv_searchSearch US television news coverage (transcripts, captions, OCR, visual labels). Search GDELT's Television 2.0 AI index of US television news.
gdelt_tv_showchartTop US television shows by coverage share for a query. Return the top shows by result percentage for a query.
gdelt_tv_stationchartCompare US television news coverage across stations. Return a result-count comparison across the requested.
gdelt_tv_stationdetailsList GDELT Television 2.0 AI stations. Return GDELT's own current list of Television 2.0 AI.
gdelt_tv_timelineAirtime volume over time for US television news coverage. Return how much airtime a query's matching US television.
gdelt_tv_visual_entitiesList GDELT Television 2.0 AI visual entities. Return GDELT's own catalog of computer-vision object/activity.
gdelt_tv_wordcloudWord cloud for US television news coverage. Return a frequency-ranked word/label cloud for one match.
geocoding_lookupLookup Nominatim OSM ids. Returns typed Nominatim JSONv2 places for comma-separated OSM ids such as W34633854,N123,R456.
geocoding_reverseReverse geocode coordinates. Returns the nearest typed Nominatim JSONv2 place for latitude and longitude.
geocoding_searchSearch Nominatim places. Returns typed Nominatim JSONv2 forward geocoding results. Use either q or structured fields, not both.
github_orgRetrieve a GitHub organization profile. Returns a public GitHub organization profile (company-side enrichment).
github_org_reposList a GitHub organization's public repositories. Returns a page of an organization's public repositories (company tech stack).
github_repoRetrieve a GitHub repository. Returns public detail for a single repository (the core project object).
github_repo_contributorsList a repository's contributors. Returns a page of a repository's contributors (who builds a project).
github_repo_forksList a repository's public forks. Returns a page of a repository's public forks (adopter signal).
github_repo_languagesRetrieve a repository's language breakdown. Returns the language byte breakdown for a repository, sorted by bytes descending (tech fingerprint).
github_repo_releasesList a repository's releases. Returns a page of a repository's releases (momentum/health signal).
github_search_repositoriesSearch public GitHub repositories. Searches public GitHub repositories (market/competitive discovery). Unauthenticated search is rate limited to roughly 10 requests per minute.
github_search_usersSearch public GitHub users. Searches public GitHub users (developer discovery). Unauthenticated search is rate limited to roughly 10 requests per minute.
github_trendingList trending GitHub repositories. Returns the repositories on GitHub's trending page (market discovery).
github_trending_developersList trending GitHub developers. Returns the developers on GitHub's trending developers page (market discovery).
github_userRetrieve a GitHub user profile. Returns a public GitHub user's profile plus user-published social links. Email is included only when the user has made it public on their profile.
github_user_eventsList a GitHub user's recent public activity. Returns a page of a user's recent public events, normalized to type, repository, and timestamp (freshness signal).
github_user_followersList a GitHub user's followers. Returns a page of the public accounts following a GitHub user.
github_user_followingList who a GitHub user follows. Returns a page of the public accounts a GitHub user follows.
github_user_pinnedList a GitHub user's pinned repositories. Returns the repositories a user pinned on their public profile (showcase signal). Empty when the user pinned nothing.
github_user_reposList a GitHub user's public repositories. Returns a page of a user's public repositories (tech-stack signal).
goat_collectionGet a GOAT curated product collection. Returns a page of one of GOAT's curated product collections (an editorial rail like "top trending" or "new arrivals"), the same call GOAT's own product-page "you may also like" rails and homepage modules use. Collection slugs are not enumerable by this API -- capture one from a live GOAT page. Credential-free public data.
goat_countriesGet GOAT countries. Returns every country GOAT recognizes -- the accepted values for GET /goat/product/{slug}'s country_code parameter -- with the currency and size unit (us, uk, eu) GOAT localizes to for each, plus whether GOAT ships and accepts returns there. Every country is listed, not only the shippable ones, because country_code localizes pricing and is accepted for all of them; filter on ships_to if you want only GOAT's shipping destinations. Credential-free public data.
goat_curatedGet GOAT curated links. Returns the shelf of editorially curated links GOAT is currently promoting in its own search box: seasonal collections, specific product searches, and browse-all entry points. Every link is actionable against this API -- a collection link carries a value for GET /goat/collection, a search link carries a query for GET /goat/search. Credential-free public data.
goat_listings_countGet GOAT live listing count. Returns how many listings GOAT currently has live across its whole marketplace. This is the only way to see GOAT's true catalog size, because GET /goat/search's total_results saturates at 10000 on a broad query and cannot report a total above that ceiling. Credential-free public data.
goat_productGet GOAT product detail. Returns a normalized GOAT product: identity/descriptive metadata (name, brand, SKU, colorway, designer, silhouette, taxonomy, materials, release date, retail price, editorial story, images, full size range, other products featured alongside it), plus live per-size/condition pricing and stock status (lowest price, GOAT Instant Ship price, last sold price, highest current buyer offer). Credential-free public data combining GOAT's own product-page payload with its live pricing and offers APIs.
goat_product_recommendedGet GOAT recommended products for a product. Returns the recommended/related products GOAT's own product page shows for a given product (other colorways, similar products) -- descriptive metadata only, no live pricing. Credential-free public data from GOAT's own product-page recommendation API.
goat_searchSearch GOAT products. Searches or browses GOAT's sneaker/streetwear/collectibles catalog by free-text query and/or facet filters (category, footwear sub-type, activity, color, gender, condition, brand, release year, price range, release-date range, silhouette, designer, in-stock/under-retail/instant-ship, curated collection), returning normalized product summaries (brand, silhouette, category, image, stock status, headline pricing across all sizes) plus the total matching count. Query is optional -- a facet filter alone browses the catalog the same way GOAT's own category/brand pages do. Credential-free public data from the same JSON API backing GOAT's own search page.
goat_search_facetsGet GOAT search facet values. Returns the accepted values for goat_search's filter parameters: categories, colors, genders, conditions, brands, and years are read live from GOAT's own search API so a value GOAT adds is discoverable without any client-side change, while product_types and activities are served from a maintained list because GOAT exposes no live facet for them. brands is GOAT's top brands ordered by product count, not the complete brand list -- when brands_truncated is true, brands beyond the ones listed exist and remain valid goat_search values. Credential-free public data.
goat_suggestAutocomplete a GOAT search. Returns GOAT's own search-box autocomplete for a partial query: matching curated collections and matching products. The collections carry the slug values accepted by GET /goat/collection and by GET /goat/search's collection_slug parameter, making this the way to discover collection slugs. Credential-free public data.
goat_trending_searchesGet GOAT trending searches. Returns the search terms GOAT is currently surfacing as popular, in GOAT's own ranking order -- the same list its own search box shows. Each term is free text ready to pass to GET /goat/search's query parameter. Credential-free public data.
goodreads_authorGet a Goodreads author
(README truncated for size)