Real-World Services
817–835 of 835api.agentstools.dev
api.agentstools.dev
Rental market indicators for a geography: HUD Fair Market Rents by bedroom count when a HUD token is configured, plus the Census ACS median gross rent as context. Falls back to the ACS rent when HUD is not configured. Aggregate market tier, US only.
payai.agentstools.dev
payai.agentstools.dev
Provides real estate market data and analysis.
payai.agentstools.dev
payai.agentstools.dev
Retrieves information about available lending market opportunities and rates.
payai.agentstools.dev
payai.agentstools.dev
Retrieves financial data from SEC EDGAR filings for public companies.
payai.agentstools.dev
payai.agentstools.dev
Provides tariff information and trade data for goods crossing international borders.
payai.agentstools.dev
payai.agentstools.dev
Provides health and medical information or requirements for international travel destinations.
payai.agentstools.dev
payai.agentstools.dev
Retrieves information about freight carriers and their services.
api.agentstools.dev
api.agentstools.dev
Compare several US geographies on one real-estate metric: price momentum, gross rental yield, price to income, median home value, median gross rent or median household income. Returns a ranking plus rank, highest and lowest, spread and mean signals.
payai.agentstools.dev
payai.agentstools.dev
Returns historical or comparative price benchmark data for asset valuation analysis.
vendsdk.com
vendsdk.com
Live IP geolocation: country, city, org, and ASN for fraud and routing agents
k2so.wrong.systems
k2so.wrong.systems
Paid agent-facing brief on x402 per-article paywall pricing unit and retention selection for premium content · Build a decision procedure or schema for: x402 per-article paywall pricing unit and retention selection for premium content. Include inputs, thresholds, failure modes. Falsifier: If free docs already solve the decision, paid product fails.-0. Blunt decision procedure, not marketing.
apiacre.com
apiacre.com
Resolve one latitude/longitude pair into bounded, great-circle-distance-ranked nearby GeoNames populated places with country, first-level region, population, timezone, feature code, and source freshness without a request-time network call.
apiacre.com
apiacre.com
Paste one public retailer product URL to get its current publisher-supplied structured price, currency, availability, seller, shipping terms, aggregate rating, variant attributes, identifiers, observation time, and evidence hashes from Schema.org JSON-LD, Schema.org microdata, or paired product meta tags; optionally compare the selected offer with a buyer-supplied maximum. Fetching proceeds only when robots.txt permits it, without JavaScript, login, cookies, or anti-bot bypass.
rentcast.x402.paywithlocus.com
rentcast.x402.paywithlocus.com
Search property records by location. Returns ownership, tax history, features, and transaction history for 140M+ US properties.
ipx402.com
ipx402.com
IP Lookup — IP lookup - resolve geolocation, ASN, ISP and proxy status for an IP address
x402-seller-202595743428.europe-west1.run.app
x402-seller-202595743428.europe-west1.run.app
Real-time earthquakes (official USGS FDSN). POST {minmagnitude?, starttime?, endtime?, limit?}. Returns {count, quakes: [{magnitude, place, time, depth_km, lat, lon, tsunami}]}.
x402-seller-202595743428.europe-west1.run.app
x402-seller-202595743428.europe-west1.run.app
Global weather by city name (Open-Meteo) — current conditions + up to 7-day forecast. POST {city, days?}. Returns {location, current, forecast[]}.
api.eckari.com
api.eckari.com
Return the US Census Bureau geographies containing a latitude/longitude — state, county, census tract, block group, census block, incorporated place, congressional district and ZIP Code Tabulation Area — each with its FIPS or GEOID. The standard way to attach official US statistical geography to a point. Use when: Which county and census tract is this coordinate in?
api.geoprimitives.dev
api.geoprimitives.dev
Answer which of your points fall inside which of your polygons, in one call. Use it to tag events with the district, catchment or territory they belong to, to filter a point set down to a study area, or to join two datasets that share nothing but geography. The answer comes back twice, as a dense 0/1 matrix and as a per-point list of polygon indices, so neither shape needs rebuilding on your side, and polygon ids are echoed as column labels so the matrix joins straight back to your records. Rings must be closed and coordinates must be EPSG:4326: run POST /v1/geojson/repair first if they are not, and POST /v1/transform if they are not in degrees. Costs scale with polygon detail, not just polygon count, so POST /v1/geometry/simplify on the polygons is often the cheapest way under the caps. The matrix is dense: every point is tested against every polygon, one row per point and one column per polygon, 1 for inside and 0 for outside. A point exactly on an edge or vertex counts as inside unless "ignoreBoundary" is set. Two caps, both on products rather than on either side: at most 250000 point-polygon pairs, and at most 25000000 point-vertex tests, since a ray cast walks every edge. Input is EPSG:4326, longitude then latitude. Limits: 250000 points, 2000 polygons, 100000 polygon positions, and a 1 MiB request body.