# BizIntel API Pay-per-call corporate registries and SEC filings search, product and retail intelligence, market data, currency exchange rates, B2B geolocation, and talent intelligence for AI agents, paid for with USDC on Base or Solana. ## Base URL https://bizintel-api.hahavoid0.workers.dev ## Missing data? Request it (free) If your agent needs live data this API does not serve yet, POST a free request to `https://bizintel-api.hahavoid0.workers.dev/agent/request-data` describing it — frequently-requested data becomes a real endpoint, usually within days. Wrong or stale results? POST to `https://bizintel-api.hahavoid0.workers.dev/agent/feedback` (free) and it gets fixed with priority. Requesting data directly helps your agent: it exists the next time you need it. ## Authentication and payment Paid endpoints require x402 payment. Unpaid requests return HTTP 402 Payment Required with standard x402 payment instructions in response headers. ### Option 1: Direct x402 Payment - Networks: Base mainnet (eip155:8453) or Solana mainnet (solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp) - Asset: USDC — Base 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913, Solana EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v - Facilitator: https://api.cdp.coinbase.com/platform/v2/x402 - x402 metadata: https://bizintel-api.hahavoid0.workers.dev/.well-known/x402.json - OpenAPI schema: https://bizintel-api.hahavoid0.workers.dev/openapi.json - Agent card: https://bizintel-api.hahavoid0.workers.dev/.well-known/agent-card.json - MCP metadata: https://bizintel-api.hahavoid0.workers.dev/.well-known/mcp.json ### Option 2: Prepaid API Credits (Recommended Fallback) If you prefer not to sign on-chain transactions for individual calls, you can generate a prepaid API key: 1. Send Base USDC to the settlement address: `0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE`. 2. Call `POST ${baseUrl}/credits/deposit` with your wallet address and the transaction hash: ```json { "txHash": "0x...", "wallet": "0x..." } ``` 3. Receive your `sp_...` API key. Use it via the standard Authorization header: `Authorization: Bearer sp_...` ## Preflight Parameter Validation (Free) Before submitting a paid request, you can validate your request arguments completely **free** to check for format compatibility (e.g. valid EVM address format, 5-digit ZIP validation, coordinates boundary limits): POST https://bizintel-api.hahavoid0.workers.dev/preflight Example Body payload: ```json { "path": "/finance/sales-tax", "body": { "zip_code": "90210" } } ``` Response output: ```json { "valid": true, "error": null } ``` If parameters fail constraints: ```json { "valid": false, "error": "ZIP code must be exactly 5 digits" } ``` Note: The payment gateway middleware will also run these validation checks automatically and return HTTP 400 Bad Request *before* requesting any payment. You will never be charged for invalid requests. ## Agent workflow 1. Pick the narrowest endpoint that matches the user's task from the list below. 2. Validate required fields client-side before paying; each endpoint documents its required JSON fields. 3. If using AgentCash, you can discover and check schemas first: - npx agentcash@latest discover https://bizintel-api.hahavoid0.workers.dev - npx agentcash@latest check https://bizintel-api.hahavoid0.workers.dev/company/sec 4. Execute the request with the JSON body shown for that endpoint. 5. Every response includes a confidence/disclaimer field where relevant (legal, tax, or safety topics) — surface that to the end user, do not present results as certain legal or medical fact. ## Cheapest endpoints for agent tests The cheapest paid endpoints cost $0.010 USDC: - /company/wikipedia: Wikipedia Corporate Summary. Use for use to retrieve a high-level summary overview of a company's background. - /company/sic-code: SIC Industry Classification Lookup. Use for use mapping industrial categories of public corporations. - /company/naics-code: NAICS Industrial Code Lookup. Use for use validating federal procurement classifications or business sectors. - /product/open-library: Open Library ISBN Resolver. Use for use when an agent needs to retrieve structured metadata for a published book. - /product/boardgamegeek: BoardGameGeek Rating Resolver. Use for use to retrieve board game difficulty, designer, and rating ranking metadata. - /product/app-store: iTunes App Store Search. Use for use confirming ios app pricing, ratings, or developer bundle configurations. - /finance/forex-rate: Foreign Exchange Rates Resolver. Use for use to resolve currency conversion rates. - /finance/binance-orderbook: Binance Spot Orderbook Depth. Use for use checking bid-ask spread or liqudity parameters of a crypto market. - /finance/fed-rate: Federal Reserve Target Interest Rates. Use for use auditing macroeconomic monetary policy constraints. - /finance/gas-base: Base Chain Gas Price. Use for use checking transaction costs on base l2. - /finance/fees-solana: Solana Priority Fees Tracker. Use for use checking priority fee trends on solana blockchain. - /finance/gas-ethereum: Ethereum Gas Price. Use for use determining network fee spikes on ethereum l1. - /finance/gas-arbitrum: Arbitrum L2 Gas Price. Use for use checking transaction fees on arbitrum l2. - /finance/gas-optimism: Optimism L2 Gas Price. Use for use checking transaction costs on optimism mainnet. - /geography/weather: Open-Meteo Current Weather. Use for use retrieving current local meteorological parameters. - /geography/weather-forecast: 7-Day Weather Forecast. Use for use checking upcoming precipitation levels or weekly weather changes. - /geography/public-holidays: Global Public Holidays Checker. Use for use when an agent needs to adjust delivery timelines or bank operation windows. - /geography/postal-code: Postal Code Geographic Resolver. Use for use verifying user addresses or estimating state location coordinates. - /geography/timezone: Coordinates Timezone Lookup. Use for use adjusting utc schedules to localized user times. - /talent/cost-of-living: Teleport City Cost of Living. Use for use comparing quality of life or office deployment metrics. - /talent/universities: Global Universities Database Search. Use for use verifying candidate educational credentials or university domains. - /talent/job-taxonomy: O*NET Job Code Taxonomy. Use for use standardizing job roles or classifying labor categories. - /talent/skills-match: Recruitment Skills Auditing. Use for use sorting candidate resumes during applicant tracking workflows. To prove the API works as an agent with the smallest spend, discover the origin, check the schema, then call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/calendar/holidays -m POST -b '{"year":2026,"country_code":"US"}' --payment-protocol x402 --payment-network base --max-amount 0.02 ``` ## Endpoint: SEC Filings Query POST https://bizintel-api.hahavoid0.workers.dev/company/sec Price: $0.050 When to use: Use when an agent needs to retrieve SEC regulatory filings for analysis. Do not use for: Do not use for real-time daily stock charts. Request body example: ```json { "ticker_or_cik": "AAPL" } ``` Response example: ```json { "supported": true, "result": { "cik": "0000320193", "recent_filings": [ { "form": "10-Q" } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/sec -m POST -b '{"ticker_or_cik":"AAPL"}' ``` ## Endpoint: OpenCorporates Registry Lookup POST https://bizintel-api.hahavoid0.workers.dev/company/open-corporates Price: $0.030 When to use: Use to confirm official business entity registration status. Do not use for: Do not use for looking up financial orderbooks. Request body example: ```json { "name": "Stripe" } ``` Response example: ```json { "supported": true, "result": { "found": true, "companies": [ { "name": "STRIPE, INC.", "company_number": "C3224901" } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/open-corporates -m POST -b '{"name":"Stripe"}' ``` ## Endpoint: Yelp Business Reviews Checker POST https://bizintel-api.hahavoid0.workers.dev/company/yelp Price: $0.030 When to use: Use checking local business rating, location addresses, or operating status. Do not use for: Do not use for online-only software services. Request body example: ```json { "name": "Blue Bottle Coffee", "location": "San Francisco, CA" } ``` Response example: ```json { "supported": true, "result": { "rating": 4.5, "review_count": 320 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/yelp -m POST -b '{"name":"Blue Bottle Coffee","location":"San Francisco, CA"}' ``` ## Endpoint: Wikipedia Corporate Summary POST https://bizintel-api.hahavoid0.workers.dev/company/wikipedia Price: $0.010 When to use: Use to retrieve a high-level summary overview of a company's background. Do not use for: Do not use for auditing real-time news details. Request body example: ```json { "title": "Apple_Inc." } ``` Response example: ```json { "supported": true, "result": { "extract": "Apple Inc. is an American multinational technology company..." }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/wikipedia -m POST -b '{"title":"Apple_Inc."}' ``` ## Endpoint: EU VIES VAT ID Validator POST https://bizintel-api.hahavoid0.workers.dev/company/vat-vies Price: $0.020 When to use: Use verifying EU company taxation VAT validity and address registration structures. Do not use for: Do not use for filing tax forms. Request body example: ```json { "vat_number": "DE811122233" } ``` Response example: ```json { "supported": true, "result": { "isValid": true, "name": "SIEMENS AKTIENGESELLSCHAFT" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/vat-vies -m POST -b '{"vat_number":"DE811122233"}' ``` ## Endpoint: GLEIF Global LEI Lookup POST https://bizintel-api.hahavoid0.workers.dev/company/lei-gleif Price: $0.020 When to use: Use checking legal business structures and entity ownership mapping in finance. Do not use for: Do not use for trading securities. Request body example: ```json { "lei": "HWZ7X567MTN547MTN547" } ``` Response example: ```json { "supported": true, "result": { "found": true, "legalName": "Example Entity" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/lei-gleif -m POST -b '{"lei":"HWZ7X567MTN547MTN547"}' ``` ## Endpoint: SIC Industry Classification Lookup POST https://bizintel-api.hahavoid0.workers.dev/company/sic-code Price: $0.010 When to use: Use mapping industrial categories of public corporations. Do not use for: Do not use for looking up NAICS codes (use NAICS resolver). Request body example: ```json { "sic": "7372" } ``` Response example: ```json { "supported": true, "result": { "sic": "7372", "office": "Office of Technology", "industry": "Services-Prepackaged Software" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/sic-code -m POST -b '{"sic":"7372"}' ``` ## Endpoint: NAICS Industrial Code Lookup POST https://bizintel-api.hahavoid0.workers.dev/company/naics-code Price: $0.010 When to use: Use validating federal procurement classifications or business sectors. Do not use for: Do not use for checking SIC classifications. Request body example: ```json { "naics": "511210" } ``` Response example: ```json { "supported": true, "result": { "naics": "511210", "title": "Software Publishers" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/naics-code -m POST -b '{"naics":"511210"}' ``` ## Endpoint: USPTO Patent Portfolio Search POST https://bizintel-api.hahavoid0.workers.dev/company/patent-list Price: $0.050 When to use: Use to retrieve the patent portfolio list for a corporate entity. Do not use for: Do not use for downloading detailed schematic images. Request body example: ```json { "assignee": "Intel" } ``` Response example: ```json { "supported": true, "result": { "patents": [ { "number": "1002345", "title": "Processor Cache Control" } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/patent-list -m POST -b '{"assignee":"Intel"}' ``` ## Endpoint: News Buzz Search Mentions POST https://bizintel-api.hahavoid0.workers.dev/company/news-buzz Price: $0.020 When to use: Use auditing recent media mentions or PR indicators. Do not use for: Do not use for scraping full article body contents. Request body example: ```json { "company": "Nvidia" } ``` Response example: ```json { "supported": true, "result": { "mentions": [ { "title": "Nvidia hits all-time high", "date": "2026-06-18" } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/news-buzz -m POST -b '{"company":"Nvidia"}' ``` ## Endpoint: Open Food Facts Barcode Lookup POST https://bizintel-api.hahavoid0.workers.dev/product/barcode Price: $0.020 When to use: Use to resolve a physical food barcode into product name, brand, and ingredient list. Do not use for: Do not use for non-grocery products or retail items (use general UPC/EAN directory). Request body example: ```json { "barcode": "3017620422003" } ``` Response example: ```json { "supported": true, "result": { "found": true, "name": "Nutella" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/barcode -m POST -b '{"barcode":"3017620422003"}' ``` ## Endpoint: Nutritional Facts Extractor POST https://bizintel-api.hahavoid0.workers.dev/product/open-food-facts Price: $0.020 When to use: Use checking allergen warnings, calories, or sodium/sugar quantities of food items. Do not use for: Do not use for pharmaceutical products (use FDA search). Request body example: ```json { "barcode": "3017620422003" } ``` Response example: ```json { "supported": true, "result": { "calories": 539, "sugar": 56.3 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/open-food-facts -m POST -b '{"barcode":"3017620422003"}' ``` ## Endpoint: Open Library ISBN Resolver POST https://bizintel-api.hahavoid0.workers.dev/product/open-library Price: $0.010 When to use: Use when an agent needs to retrieve structured metadata for a published book. Do not use for: Do not use for downloading full book text documents. Request body example: ```json { "isbn": "9780140449136" } ``` Response example: ```json { "supported": true, "result": { "title": "The Odyssey", "author": "Homer" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/open-library -m POST -b '{"isbn":"9780140449136"}' ``` ## Endpoint: openFDA Drug Label Search POST https://bizintel-api.hahavoid0.workers.dev/product/fda-label Price: $0.030 When to use: Use retrieving official dosage guidelines or warnings for common drugs. Do not use for: Do not use for professional clinical diagnostic choices. Request body example: ```json { "brand_name": "Advil" } ``` Response example: ```json { "supported": true, "result": { "generic_name": "ibuprofen", "warnings": [ "Stomach bleeding warning..." ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/fda-label -m POST -b '{"brand_name":"Advil"}' ``` ## Endpoint: eBay Price Trends Checker POST https://bizintel-api.hahavoid0.workers.dev/product/ebay-trends Price: $0.030 When to use: Use calculating second-hand market value trends for retail hardware. Do not use for: Do not use for purchasing eBay items directly. Request body example: ```json { "query": "iPhone 13 128GB" } ``` Response example: ```json { "supported": true, "result": { "average_price": 380, "listings_analyzed": 5 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/ebay-trends -m POST -b '{"query":"iPhone 13 128GB"}' ``` ## Endpoint: BoardGameGeek Rating Resolver POST https://bizintel-api.hahavoid0.workers.dev/product/boardgamegeek Price: $0.010 When to use: Use to retrieve board game difficulty, designer, and rating ranking metadata. Do not use for: Do not use for downloading rulebooks. Request body example: ```json { "title": "Gloomhaven" } ``` Response example: ```json { "supported": true, "result": { "found": true, "id": 174430, "rating": 8.6 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/boardgamegeek -m POST -b '{"title":"Gloomhaven"}' ``` ## Endpoint: UPC Database Product Lookup POST https://bizintel-api.hahavoid0.workers.dev/product/upc-db Price: $0.020 When to use: Use to identify consumer electronics, apparel, or retail goods barcode names. Do not use for: Do not use for food/grocery barcodes (use /product/barcode). Request body example: ```json { "upc": "019019815555" } ``` Response example: ```json { "supported": true, "result": { "found": true, "title": "Apple Lightning Cable" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/upc-db -m POST -b '{"upc":"019019815555"}' ``` ## Endpoint: iTunes App Store Search POST https://bizintel-api.hahavoid0.workers.dev/product/app-store Price: $0.010 When to use: Use confirming iOS app pricing, ratings, or developer bundle configurations. Do not use for: Do not use for downloading application binary packages. Request body example: ```json { "app_name": "Slack" } ``` Response example: ```json { "supported": true, "result": { "found": true, "bundleId": "com.tinyspeck.chatlyio" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/app-store -m POST -b '{"app_name":"Slack"}' ``` ## Endpoint: Google Play Store Scraper POST https://bizintel-api.hahavoid0.workers.dev/product/play-store Price: $0.020 When to use: Use verifying rating stars or versions of an Android package. Do not use for: Do not use for downloading APK payloads. Request body example: ```json { "package_id": "com.whatsapp" } ``` Response example: ```json { "supported": true, "result": { "found": true, "rating": 4.3 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/play-store -m POST -b '{"package_id":"com.whatsapp"}' ``` ## Endpoint: Amazon Product Details Scraper POST https://bizintel-api.hahavoid0.workers.dev/product/amazon-price Price: $0.050 When to use: Use verifying current Amazon retail pricing indices. Do not use for: Do not use for high-frequency low-latency updates. Request body example: ```json { "asin_or_url": "B09G96TFFG" } ``` Response example: ```json { "supported": true, "result": { "found": true, "price": 999 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/amazon-price -m POST -b '{"asin_or_url":"B09G96TFFG"}' ``` ## Endpoint: Foreign Exchange Rates Resolver POST https://bizintel-api.hahavoid0.workers.dev/finance/forex-rate Price: $0.010 When to use: Use to resolve currency conversion rates. Do not use for: Do not use for high-frequency low-latency updates. Request body example: ```json { "from": "USD", "to": "EUR" } ``` Response example: ```json { "supported": true, "result": { "base": "USD", "date": "2026-06-25", "rates": { "EUR": 0.92 } }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/forex-rate -m POST -b '{"from":"USD","to":"EUR"}' ``` ## Endpoint: CoinGecko Crypto Pricing POST https://bizintel-api.hahavoid0.workers.dev/finance/crypto-price Price: $0.020 When to use: Use to retrieve the spot price of major crypto tokens. Do not use for: Do not use for transaction routing checks. Request body example: ```json { "coin_id": "ethereum", "vs_currency": "usd" } ``` Response example: ```json { "supported": true, "result": { "ethereum": { "usd": 3400 } }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/crypto-price -m POST -b '{"coin_id":"ethereum","vs_currency":"usd"}' ``` ## Endpoint: Binance Spot Orderbook Depth POST https://bizintel-api.hahavoid0.workers.dev/finance/binance-orderbook Price: $0.010 When to use: Use checking bid-ask spread or liqudity parameters of a crypto market. Do not use for: Do not use for sub-second high-frequency trading. Request body example: ```json { "symbol": "BTCUSDT" } ``` Response example: ```json { "supported": true, "result": { "bids": [ [ "65000", "0.5" ] ], "asks": [ [ "65010", "1.2" ] ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/binance-orderbook -m POST -b '{"symbol":"BTCUSDT"}' ``` ## Endpoint: Federal Reserve Target Interest Rates POST https://bizintel-api.hahavoid0.workers.dev/finance/fed-rate Price: $0.010 When to use: Use auditing macroeconomic monetary policy constraints. Do not use for: Do not use for daily bond yields indexes. Request body example: ```json {} ``` Response example: ```json { "supported": true, "result": { "rate": "5.25% - 5.50%" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/fed-rate -m POST -b '{}' ``` ## Endpoint: Nasdaq RSS Market News POST https://bizintel-api.hahavoid0.workers.dev/finance/nasdaq-feed Price: $0.020 When to use: Use to retrieve broad market stocks updates and announcements. Do not use for: Do not use for scraping full article text. Request body example: ```json {} ``` Response example: ```json { "supported": true, "result": { "articles": [ { "title": "Market Opens Higher" } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/nasdaq-feed -m POST -b '{}' ``` ## Endpoint: Base Chain Gas Price POST https://bizintel-api.hahavoid0.workers.dev/finance/gas-base Price: $0.010 When to use: Use checking transaction costs on Base L2. Do not use for: Do not use for estimating gas on Ethereum L1. Request body example: ```json {} ``` Response example: ```json { "supported": true, "result": { "gasPriceWei": "1000000000", "gasPriceGwei": 1 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/gas-base -m POST -b '{}' ``` ## Endpoint: Solana Priority Fees Tracker POST https://bizintel-api.hahavoid0.workers.dev/finance/fees-solana Price: $0.010 When to use: Use checking priority fee trends on Solana blockchain. Do not use for: Do not use for transaction signing. Request body example: ```json {} ``` Response example: ```json { "supported": true, "result": { "priorityFeeMicroLamports": 150000 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/fees-solana -m POST -b '{}' ``` ## Endpoint: Ethereum Gas Price POST https://bizintel-api.hahavoid0.workers.dev/finance/gas-ethereum Price: $0.010 When to use: Use determining network fee spikes on Ethereum L1. Do not use for: Do not use for L2 networks. Request body example: ```json {} ``` Response example: ```json { "supported": true, "result": { "gasPriceWei": "35000000000", "gasPriceGwei": 35 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/gas-ethereum -m POST -b '{}' ``` ## Endpoint: Arbitrum L2 Gas Price POST https://bizintel-api.hahavoid0.workers.dev/finance/gas-arbitrum Price: $0.010 When to use: Use checking transaction fees on Arbitrum L2. Do not use for: Do not use for Base L2. Request body example: ```json {} ``` Response example: ```json { "supported": true, "result": { "gasPriceWei": "100000000", "gasPriceGwei": 0.1 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/gas-arbitrum -m POST -b '{}' ``` ## Endpoint: Optimism L2 Gas Price POST https://bizintel-api.hahavoid0.workers.dev/finance/gas-optimism Price: $0.010 When to use: Use checking transaction costs on Optimism Mainnet. Do not use for: Do not use for Arbitrum. Request body example: ```json {} ``` Response example: ```json { "supported": true, "result": { "gasPriceWei": "10000000", "gasPriceGwei": 0.01 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/gas-optimism -m POST -b '{}' ``` ## Endpoint: Open-Meteo Current Weather POST https://bizintel-api.hahavoid0.workers.dev/geography/weather Price: $0.010 When to use: Use retrieving current local meteorological parameters. Do not use for: Do not use for historical climate archive searches. Request body example: ```json { "latitude": 37.77, "longitude": -122.41 } ``` Response example: ```json { "supported": true, "result": { "temperature": 18.5, "windspeed": 12 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/weather -m POST -b '{"latitude":37.77,"longitude":-122.41}' ``` ## Endpoint: 7-Day Weather Forecast POST https://bizintel-api.hahavoid0.workers.dev/geography/weather-forecast Price: $0.010 When to use: Use checking upcoming precipitation levels or weekly weather changes. Do not use for: Do not use for historical observations. Request body example: ```json { "latitude": 37.77, "longitude": -122.41 } ``` Response example: ```json { "supported": true, "result": { "daily": { "time": [ "2026-06-25" ], "temperature_2m_max": [ 22 ] } }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/weather-forecast -m POST -b '{"latitude":37.77,"longitude":-122.41}' ``` ## Endpoint: Historical Climate Weather Archive POST https://bizintel-api.hahavoid0.workers.dev/geography/weather-history Price: $0.020 When to use: Use auditing historical environmental conditions for an occurrence. Do not use for: Do not use for upcoming weather forecasts. Request body example: ```json { "latitude": 37.77, "longitude": -122.41, "date": "2020-06-15" } ``` Response example: ```json { "supported": true, "result": { "max_temp": 20.3, "min_temp": 11.2 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/weather-history -m POST -b '{"latitude":37.77,"longitude":-122.41,"date":"2020-06-15"}' ``` ## Endpoint: Global Public Holidays Checker POST https://bizintel-api.hahavoid0.workers.dev/geography/public-holidays Price: $0.010 When to use: Use when an agent needs to adjust delivery timelines or bank operation windows. Do not use for: Do not use for parsing local corporate vacation schedules. Request body example: ```json { "country_code": "US", "year": 2026 } ``` Response example: ```json { "supported": true, "result": { "holidays": [ { "date": "2026-01-01", "name": "New Year's Day" } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/public-holidays -m POST -b '{"country_code":"US","year":2026}' ``` ## Endpoint: Postal Code Geographic Resolver POST https://bizintel-api.hahavoid0.workers.dev/geography/postal-code Price: $0.010 When to use: Use verifying user addresses or estimating state location coordinates. Do not use for: Do not use for detailed street routing. Request body example: ```json { "country": "US", "zip": "90210" } ``` Response example: ```json { "supported": true, "result": { "city": "Beverly Hills", "state": "California" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/postal-code -m POST -b '{"country":"US","zip":"90210"}' ``` ## Endpoint: IP Geolocation Lookup POST https://bizintel-api.hahavoid0.workers.dev/geography/ip-lookup Price: $0.020 When to use: Use detecting user region patterns or checking proxies. Do not use for: Do not use for exact GPS device checks. Request body example: ```json { "ip": "8.8.8.8" } ``` Response example: ```json { "supported": true, "result": { "country": "United States", "regionName": "Virginia", "city": "Ashburn" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/ip-lookup -m POST -b '{"ip":"8.8.8.8"}' ``` ## Endpoint: OSRM Road Driving Distance Router POST https://bizintel-api.hahavoid0.workers.dev/geography/road-distance Price: $0.020 When to use: Use calculating actual travel time or driving meters between coordinates. Do not use for: Do not use for flight distance estimations. Request body example: ```json { "start_lat": 37.77, "start_lon": -122.41, "end_lat": 34.05, "end_lon": -118.24 } ``` Response example: ```json { "supported": true, "result": { "distance_meters": 610000, "duration_seconds": 21600 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/road-distance -m POST -b '{"start_lat":37.77,"start_lon":-122.41,"end_lat":34.05,"end_lon":-118.24}' ``` ## Endpoint: Coordinates Timezone Lookup POST https://bizintel-api.hahavoid0.workers.dev/geography/timezone Price: $0.010 When to use: Use adjusting UTC schedules to localized user times. Do not use for: Do not use for local weather lookup (use weather). Request body example: ```json { "latitude": 37.77, "longitude": -122.41 } ``` Response example: ```json { "supported": true, "result": { "timezone": "America/Los_Angeles", "offset": -28800 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/timezone -m POST -b '{"latitude":37.77,"longitude":-122.41}' ``` ## Endpoint: EV Charging Stations Locator POST https://bizintel-api.hahavoid0.workers.dev/geography/charging-stations Price: $0.020 When to use: Use locating EV charging networks for logistics planning. Do not use for: Do not use for gasoline refuel stops. Request body example: ```json { "latitude": 37.77, "longitude": -122.41 } ``` Response example: ```json { "supported": true, "result": { "stations": [ { "title": "ChargePoint Station" } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/charging-stations -m POST -b '{"latitude":37.77,"longitude":-122.41}' ``` ## Endpoint: NOAA Buoy Marine Observations POST https://bizintel-api.hahavoid0.workers.dev/geography/noaa-buoys Price: $0.030 When to use: Use monitoring ocean temperatures, wave height metrics, or local offshore winds. Do not use for: Do not use for inland weather reports. Request body example: ```json { "latitude": 34.2, "longitude": -119.8 } ``` Response example: ```json { "supported": true, "result": { "buoys": [ { "stationId": "46053", "wave_height_meters": 1.2 } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/noaa-buoys -m POST -b '{"latitude":34.2,"longitude":-119.8}' ``` ## Endpoint: Open Jobs Search Board POST https://bizintel-api.hahavoid0.workers.dev/talent/jobs Price: $0.030 When to use: Use when an agent wants to find active employment openings. Do not use for: Do not use for submitting job applications. Request body example: ```json { "keyword": "rust developer", "location": "us" } ``` Response example: ```json { "supported": true, "result": { "jobs": [ { "title": "Senior Rust Engineer", "salary_max": 180000 } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/jobs -m POST -b '{"keyword":"rust developer","location":"us"}' ``` ## Endpoint: Salary Benchmark Estimator POST https://bizintel-api.hahavoid0.workers.dev/talent/salary-benchmark Price: $0.020 When to use: Use preparing salary packages or verifying offer competitiveness. Do not use for: Do not use for exact local taxation calculation. Request body example: ```json { "title": "Software Engineer", "location": "San Francisco, CA" } ``` Response example: ```json { "supported": true, "result": { "title": "Software Engineer", "location": "San Francisco, CA", "median_base": 145000 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/salary-benchmark -m POST -b '{"title":"Software Engineer","location":"San Francisco, CA"}' ``` ## Endpoint: Company Review Ratings Checker POST https://bizintel-api.hahavoid0.workers.dev/talent/glassdoor-reviews Price: $0.020 When to use: Use checking employee satisfaction rates prior to vendor agreements. Do not use for: Do not use for submitting anonymous reviews. Request body example: ```json { "company": "Google" } ``` Response example: ```json { "supported": true, "result": { "company": "Google", "overall_rating": 4.4, "recommend_to_friend": 88 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/glassdoor-reviews -m POST -b '{"company":"Google"}' ``` ## Endpoint: Teleport City Cost of Living POST https://bizintel-api.hahavoid0.workers.dev/talent/cost-of-living Price: $0.010 When to use: Use comparing quality of life or office deployment metrics. Do not use for: Do not use for daily inflation index tracking. Request body example: ```json { "city": "san-francisco-bay-area" } ``` Response example: ```json { "supported": true, "result": { "cost_of_living_score": 1.2, "quality_of_life": 82.3 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/cost-of-living -m POST -b '{"city":"san-francisco-bay-area"}' ``` ## Endpoint: Walkability Transit Index POST https://bizintel-api.hahavoid0.workers.dev/talent/walk-score Price: $0.020 When to use: Use assessing commute convenience or office accessibility. Do not use for: Do not use for downloading roadmap coordinates. Request body example: ```json { "latitude": 37.77, "longitude": -122.41 } ``` Response example: ```json { "supported": true, "result": { "walk_score": 85, "transit_score": 80 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/walk-score -m POST -b '{"latitude":37.77,"longitude":-122.41}' ``` ## Endpoint: Global Visa Work Permits Auditor POST https://bizintel-api.hahavoid0.workers.dev/talent/visa-rules Price: $0.020 When to use: Use verifying relocation visa paths for candidates. Do not use for: Do not use for applying for visa stamps. Request body example: ```json { "origin_country": "IN", "destination_country": "US" } ``` Response example: ```json { "supported": true, "result": { "required": true, "visa_class": "H-1B, L-1" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/visa-rules -m POST -b '{"origin_country":"IN","destination_country":"US"}' ``` ## Endpoint: Global Universities Database Search POST https://bizintel-api.hahavoid0.workers.dev/talent/universities Price: $0.010 When to use: Use verifying candidate educational credentials or university domains. Do not use for: Do not use for downloading degree transcripts. Request body example: ```json { "name": "Stanford" } ``` Response example: ```json { "supported": true, "result": { "universities": [ { "name": "Stanford University", "domain": "stanford.edu" } ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/universities -m POST -b '{"name":"Stanford"}' ``` ## Endpoint: O*NET Job Code Taxonomy POST https://bizintel-api.hahavoid0.workers.dev/talent/job-taxonomy Price: $0.010 When to use: Use standardizing job roles or classifying labor categories. Do not use for: Do not use for looking up company salaries (use benchmark). Request body example: ```json { "title": "Software Developer" } ``` Response example: ```json { "supported": true, "result": { "onet_code": "15-1252.00", "title": "Software Developers" }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/job-taxonomy -m POST -b '{"title":"Software Developer"}' ``` ## Endpoint: Recruitment Skills Auditing POST https://bizintel-api.hahavoid0.workers.dev/talent/skills-match Price: $0.010 When to use: Use sorting candidate resumes during applicant tracking workflows. Do not use for: Do not use for writing job descriptions. Request body example: ```json { "candidate_skills": [ "React", "Typescript" ], "required_skills": [ "React", "Node" ] } ``` Response example: ```json { "supported": true, "result": { "score": 50, "missing": [ "Node" ] }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/skills-match -m POST -b '{"candidate_skills":["React","Typescript"],"required_skills":["React","Node"]}' ``` ## Endpoint: City Cost of Living Comparison POST https://bizintel-api.hahavoid0.workers.dev/talent/cost-living-compare Price: $0.020 When to use: Use comparing potential relocation packages between two cities. Do not use for: Do not use for adjusting single currency indexes. Request body example: ```json { "city_one": "london", "city_two": "tokyo" } ``` Response example: ```json { "supported": true, "result": { "comparison_index": 0.85 }, "confidence": "high", "warnings": [], "disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.", "data_as_of": "2026-06" } ``` AgentCash call: ```bash npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/cost-living-compare -m POST -b '{"city_one":"london","city_two":"tokyo"}' ```