Try an endpoint
Every endpoint below is documented with its exact JSON schema in openapi.json. Copy the AgentCash command and run it, or POST the JSON body directly with x402 payment headers.
SEC Filings Query
Use when an agent needs to retrieve SEC regulatory filings for analysis.
POST /company/sec — $0.050 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/sec -m POST -b '{"ticker_or_cik":"AAPL"}'OpenCorporates Registry Lookup
Use to confirm official business entity registration status.
POST /company/open-corporates — $0.030 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/open-corporates -m POST -b '{"name":"Stripe"}'Yelp Business Reviews Checker
Use checking local business rating, location addresses, or operating status.
POST /company/yelp — $0.030 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/yelp -m POST -b '{"name":"Blue Bottle Coffee","location":"San Francisco, CA"}'Wikipedia Corporate Summary
Use to retrieve a high-level summary overview of a company's background.
POST /company/wikipedia — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/wikipedia -m POST -b '{"title":"Apple_Inc."}'EU VIES VAT ID Validator
Use verifying EU company taxation VAT validity and address registration structures.
POST /company/vat-vies — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/vat-vies -m POST -b '{"vat_number":"DE811122233"}'GLEIF Global LEI Lookup
Use checking legal business structures and entity ownership mapping in finance.
POST /company/lei-gleif — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/lei-gleif -m POST -b '{"lei":"HWZ7X567MTN547MTN547"}'SIC Industry Classification Lookup
Use mapping industrial categories of public corporations.
POST /company/sic-code — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/sic-code -m POST -b '{"sic":"7372"}'NAICS Industrial Code Lookup
Use validating federal procurement classifications or business sectors.
POST /company/naics-code — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/naics-code -m POST -b '{"naics":"511210"}'USPTO Patent Portfolio Search
Use to retrieve the patent portfolio list for a corporate entity.
POST /company/patent-list — $0.050 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/patent-list -m POST -b '{"assignee":"Intel"}'News Buzz Search Mentions
Use auditing recent media mentions or PR indicators.
POST /company/news-buzz — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/company/news-buzz -m POST -b '{"company":"Nvidia"}'Open Food Facts Barcode Lookup
Use to resolve a physical food barcode into product name, brand, and ingredient list.
POST /product/barcode — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/barcode -m POST -b '{"barcode":"3017620422003"}'Nutritional Facts Extractor
Use checking allergen warnings, calories, or sodium/sugar quantities of food items.
POST /product/open-food-facts — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/open-food-facts -m POST -b '{"barcode":"3017620422003"}'Open Library ISBN Resolver
Use when an agent needs to retrieve structured metadata for a published book.
POST /product/open-library — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/open-library -m POST -b '{"isbn":"9780140449136"}'openFDA Drug Label Search
Use retrieving official dosage guidelines or warnings for common drugs.
POST /product/fda-label — $0.030 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/fda-label -m POST -b '{"brand_name":"Advil"}'eBay Price Trends Checker
Use calculating second-hand market value trends for retail hardware.
POST /product/ebay-trends — $0.030 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/ebay-trends -m POST -b '{"query":"iPhone 13 128GB"}'BoardGameGeek Rating Resolver
Use to retrieve board game difficulty, designer, and rating ranking metadata.
POST /product/boardgamegeek — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/boardgamegeek -m POST -b '{"title":"Gloomhaven"}'UPC Database Product Lookup
Use to identify consumer electronics, apparel, or retail goods barcode names.
POST /product/upc-db — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/upc-db -m POST -b '{"upc":"019019815555"}'iTunes App Store Search
Use confirming iOS app pricing, ratings, or developer bundle configurations.
POST /product/app-store — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/app-store -m POST -b '{"app_name":"Slack"}'Google Play Store Scraper
Use verifying rating stars or versions of an Android package.
POST /product/play-store — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/play-store -m POST -b '{"package_id":"com.whatsapp"}'Amazon Product Details Scraper
Use verifying current Amazon retail pricing indices.
POST /product/amazon-price — $0.050 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/product/amazon-price -m POST -b '{"asin_or_url":"B09G96TFFG"}'Foreign Exchange Rates Resolver
Use to resolve currency conversion rates.
POST /finance/forex-rate — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/forex-rate -m POST -b '{"from":"USD","to":"EUR"}'CoinGecko Crypto Pricing
Use to retrieve the spot price of major crypto tokens.
POST /finance/crypto-price — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/crypto-price -m POST -b '{"coin_id":"ethereum","vs_currency":"usd"}'Binance Spot Orderbook Depth
Use checking bid-ask spread or liqudity parameters of a crypto market.
POST /finance/binance-orderbook — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/binance-orderbook -m POST -b '{"symbol":"BTCUSDT"}'Federal Reserve Target Interest Rates
Use auditing macroeconomic monetary policy constraints.
POST /finance/fed-rate — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/fed-rate -m POST -b '{}'Nasdaq RSS Market News
Use to retrieve broad market stocks updates and announcements.
POST /finance/nasdaq-feed — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/nasdaq-feed -m POST -b '{}'Base Chain Gas Price
Use checking transaction costs on Base L2.
POST /finance/gas-base — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/gas-base -m POST -b '{}'Solana Priority Fees Tracker
Use checking priority fee trends on Solana blockchain.
POST /finance/fees-solana — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/fees-solana -m POST -b '{}'Ethereum Gas Price
Use determining network fee spikes on Ethereum L1.
POST /finance/gas-ethereum — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/gas-ethereum -m POST -b '{}'Arbitrum L2 Gas Price
Use checking transaction fees on Arbitrum L2.
POST /finance/gas-arbitrum — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/gas-arbitrum -m POST -b '{}'Optimism L2 Gas Price
Use checking transaction costs on Optimism Mainnet.
POST /finance/gas-optimism — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/gas-optimism -m POST -b '{}'Open-Meteo Current Weather
Use retrieving current local meteorological parameters.
POST /geography/weather — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/weather -m POST -b '{"latitude":37.77,"longitude":-122.41}'7-Day Weather Forecast
Use checking upcoming precipitation levels or weekly weather changes.
POST /geography/weather-forecast — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/weather-forecast -m POST -b '{"latitude":37.77,"longitude":-122.41}'Historical Climate Weather Archive
Use auditing historical environmental conditions for an occurrence.
POST /geography/weather-history — $0.020 USDC
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"}'Global Public Holidays Checker
Use when an agent needs to adjust delivery timelines or bank operation windows.
POST /geography/public-holidays — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/public-holidays -m POST -b '{"country_code":"US","year":2026}'Postal Code Geographic Resolver
Use verifying user addresses or estimating state location coordinates.
POST /geography/postal-code — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/postal-code -m POST -b '{"country":"US","zip":"90210"}'IP Geolocation Lookup
Use detecting user region patterns or checking proxies.
POST /geography/ip-lookup — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/ip-lookup -m POST -b '{"ip":"8.8.8.8"}'OSRM Road Driving Distance Router
Use calculating actual travel time or driving meters between coordinates.
POST /geography/road-distance — $0.020 USDC
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}'Coordinates Timezone Lookup
Use adjusting UTC schedules to localized user times.
POST /geography/timezone — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/timezone -m POST -b '{"latitude":37.77,"longitude":-122.41}'EV Charging Stations Locator
Use locating EV charging networks for logistics planning.
POST /geography/charging-stations — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/charging-stations -m POST -b '{"latitude":37.77,"longitude":-122.41}'NOAA Buoy Marine Observations
Use monitoring ocean temperatures, wave height metrics, or local offshore winds.
POST /geography/noaa-buoys — $0.030 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/noaa-buoys -m POST -b '{"latitude":34.2,"longitude":-119.8}'Open Jobs Search Board
Use when an agent wants to find active employment openings.
POST /talent/jobs — $0.030 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/jobs -m POST -b '{"keyword":"rust developer","location":"us"}'Salary Benchmark Estimator
Use preparing salary packages or verifying offer competitiveness.
POST /talent/salary-benchmark — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/salary-benchmark -m POST -b '{"title":"Software Engineer","location":"San Francisco, CA"}'Company Review Ratings Checker
Use checking employee satisfaction rates prior to vendor agreements.
POST /talent/glassdoor-reviews — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/glassdoor-reviews -m POST -b '{"company":"Google"}'Teleport City Cost of Living
Use comparing quality of life or office deployment metrics.
POST /talent/cost-of-living — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/cost-of-living -m POST -b '{"city":"san-francisco-bay-area"}'Walkability Transit Index
Use assessing commute convenience or office accessibility.
POST /talent/walk-score — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/walk-score -m POST -b '{"latitude":37.77,"longitude":-122.41}'Global Visa Work Permits Auditor
Use verifying relocation visa paths for candidates.
POST /talent/visa-rules — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/visa-rules -m POST -b '{"origin_country":"IN","destination_country":"US"}'Global Universities Database Search
Use verifying candidate educational credentials or university domains.
POST /talent/universities — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/universities -m POST -b '{"name":"Stanford"}'O*NET Job Code Taxonomy
Use standardizing job roles or classifying labor categories.
POST /talent/job-taxonomy — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/job-taxonomy -m POST -b '{"title":"Software Developer"}'Recruitment Skills Auditing
Use sorting candidate resumes during applicant tracking workflows.
POST /talent/skills-match — $0.010 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/skills-match -m POST -b '{"candidate_skills":["React","Typescript"],"required_skills":["React","Node"]}'City Cost of Living Comparison
Use comparing potential relocation packages between two cities.
POST /talent/cost-living-compare — $0.020 USDC
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/cost-living-compare -m POST -b '{"city_one":"london","city_two":"tokyo"}'