Look up Open Prices observations by barcode. Returns one JSON dataset row per recorded price; a barcode with no recorded price returns one unbilled row with charged: false and not_charged_reason, meaning Open Prices has no observation, not that the product does not exist.
For a US document going to a specific country: apostille only, or full consular legalization? Computed live against the 1961 Hague Convention's real membership, plus the issuing US state's fee and processing time. Covers 10 states today.
Structured iOS/iPadOS catalog metadata -- price, category, ratings, release history, size -- read from Apple's public iTunes Search and Lookup API. No developer name, no reviews, no screenshots.
A building's own government-mandated annual energy/water disclosure filing, read live from NYC (Local Law 84/97) and Chicago (Energy Benchmarking Ordinance) and normalized into one column set across the two cities' different schemas, primary keys and missing-value conventions.
Normalized day-ahead and real-time Locational Marginal Price (LMP) records for CAISO pricing nodes, read live from CAISO OASIS's public market data API and split into energy, congestion and loss components. No API key. No field describes a person.
Given a company website domain you supply, reads that company's own homepage for firmographics -- industry, HQ city/country, headcount bucket, revenue range, founded year, entity structure. Gated by a live robots.txt check on every request. No person is ever named.
Awarded low-bid unit prices for every line item on Washington State DOT highway/bridge construction contracts, parsed live from WSDOT's own bid-tabulation PDFs across three incompatible report layouts. Charged only per delivered price row.
Cross-hospital cost-to-charge ratio benchmark, computed live from CMS's own HCRIS Hospital 2552-10 cost report release. Charged only per hospital-per-fiscal-year benchmark backed by at least 2 hospitals -- never a single hospital's fact billed as a comparison.
Cross-hospital percentile benchmark for a procedure code, computed live from each hospital's own CMS standard-charges file (tall or wide). Charged only per hospital-per-code benchmark backed by at least 2 hospitals -- never a raw row, never a single-hospital price billed as a comparison.
For a batch of patent publication numbers, return the citation graph, the patent family across offices, legal status and expiration, and what changed since the last check (status change, reassignment, new citations, new family members). Sourced from the robots.txt-allowed Google Patents pages.
Looks up a health insurer's negotiated in-network rate for a plan and CPT/HCPCS code, streamed live from that payer's federal Transparency-in-Coverage file (45 CFR 147.212). Currently degraded: one payer file host (Anthem) is refusing automated access; under investigation.
Currently open electric and gas utility rate-case dockets from Oregon and Texas, classified out of thousands of raw filings per state and normalized into one schema. Fetched live on every run. Charged only per docket delivered.
WHOIS domain lookup at scale: expiration date, registrar, nameservers and lock status read from the registry that owns each extension, over RDAP. You are only charged for domains whose expiry the registry actually returned.
US property listings (for-sale and rental) by zip: price, status, days on market, MLS number, price history, from a licensed RentCast feed. No listing agent/office field. Covers 3 pilot zips only: 78704, 90028, 60614; more as demand appears. Billed only if address, price and status are present.
Structured commodity prices from USDA AMS's MARS API -- livestock auction and dairy point-of-sale reports, normalized into one schema from two raw formats, as captured at publish (live re-fetch pending an infra fix). Charged only for a row with a commodity, a report date and a real price.
Watches USDA AMS livestock-auction markets (sale barns) for a sharp week-over-week price move in one commodity/class/weight-break/price-unit combination, and flags it as an alert once it crosses a threshold you set. Charged per real alert delivered, never per check.
Ranks USDA AMS livestock-auction markets (sale barns) against each other for one commodity/class/weight-break/price-unit combination, using each market's own recent reports, so order buyers can see who is paying more this week. Charged per ranked market row delivered.
For a VIN and a US state (plus county, where needed): does this vehicle need an emissions/smog test here? Decodes the VIN live via NHTSA's free vPIC service and joins it against a bundled ruleset covering all 50 states + DC. Charged only when confirmed.
Current water rate schedules for San Francisco, New York City and Austin, normalized from three differently structured tariff PDFs into one schema. Charged only per rate row delivered.
Detect a website's public technology stack from one URL. Returns JSON: url, detected_technologies, cms, ecommerce_platform, analytics_provider, cdn_provider, server_header, framework, programming_language, javascript_libraries. Checks robots.txt before each request.