{"bazaar_version":"1.0","marketplace":"DopamineDesk","total_catalog_entries":86,"operational_tools":46,"billable_tools":43,"preview_only_entries":40,"categories":["Financial Data","Crypto & DeFi","B2B & Leads","Real Estate","E-Commerce","Government & Legal","Social & Content","Web Scraping","Security","AI & ML","Generative AI","Location & Travel","Miscellaneous","Platform"],"discovery":{"openapi":"/openapi.json","x402":"/.well-known/x402","mcp":"/.well-known/mcp/server-card.json","ai_plugin":"/.well-known/ai-plugin.json","eliza":"/.well-known/eliza-plugin.json","llms_txt":"/llms.txt","catalog":"/api/v1/catalog"},"endpoints":[{"id":"candles","path":"/api/v1/candles","method":"GET","name":"Cryptocurrency Price History","description":"Fetch recent cryptocurrency USD price observations from CoinGecko on each request.","category":"Financial Data","tags":["finance","crypto","coingecko","market-data","price-history"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"CoinGecko market chart API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Get the recent USD price history for bitcoin.","params":{"ticker":"bitcoin"},"response":{"success":true,"source":"CoinGecko","data":{"ticker":"bitcoin","interval":"1d","candles":[{"timestamp":"2026-08-02T00:00:00.000Z","price":"64000.00"}]}}},"params":[{"name":"ticker","type":"string","required":false,"description":"CoinGecko coin ID or supported alias such as bitcoin, btc, ethereum, eth, solana, or sol."}]},{"id":"stock_quotes","path":"/api/v1/stock_quotes","method":"GET","name":"Live Market Quote Snapshot","description":"Fetch the current or latest available market quote, daily OHLC values, and volume for a ticker from Yahoo Finance's chart feed.","category":"Financial Data","tags":["finance","stocks","real-time","quotes","market-data"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Yahoo Finance chart API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What is the current price and bid-ask spread for MSFT?","params":{"symbol":"MSFT"},"response":{"symbol":"MSFT","price":345.12,"bid":345.1,"ask":345.15,"timestamp":1700000000}},"params":[{"name":"symbol","type":"string","required":true,"description":"US stock ticker symbol."}]},{"id":"options_chain","path":"/api/v1/options_chain","method":"GET","name":"Full Options Chain","description":"Fetch comprehensive options chain data including all strikes, expirations, greeks, and implied volatility for a given underlying asset.","category":"Financial Data","tags":["finance","options","derivatives","greeks","volatility"],"pricing":{"amount":"0.15","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Get the options chain for TSLA expiring next week, including the Greeks.","params":{"symbol":"TSLA","expiration":"2023-11-24"},"response":{"symbol":"TSLA","expiration":"2023-11-24","options":[{"strike":220,"type":"call","bid":5.5,"ask":5.65,"implied_volatility":0.45,"delta":0.52,"gamma":0.03,"theta":-0.15,"vega":0.2}]}},"params":[{"name":"symbol","type":"string","required":true,"description":"Underlying ticker symbol."},{"name":"expiration","type":"string","required":false,"description":"Filter by specific expiration date (YYYY-MM-DD)."}]},{"id":"sec_edgar_filings","path":"/api/v1/sec_edgar_filings","method":"GET","name":"SEC EDGAR Filings","description":"Retrieve official recent SEC filing metadata and primary-document links for a public-company ticker.","category":"Financial Data","tags":["finance","regulatory","filings","SEC","fundamentals"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"SEC EDGAR submissions API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Find the latest 10-Q filing for NVDA and give me the link.","params":{"ticker":"NVDA","form_type":"10-Q","limit":1},"response":{"ticker":"NVDA","filings":[{"form":"10-Q","filed_at":"2023-08-24","accession_number":"0001045810-23-000150","url":"https://www.sec.gov/Archives/edgar/data/1045810/.../nvda-20230730.htm"}]}},"params":[{"name":"ticker","type":"string","required":true,"description":"Company ticker symbol."},{"name":"form_type","type":"string","required":false,"description":"Filing form type, e.g., 10-K, 10-Q, 8-K."},{"name":"limit","type":"integer","required":false,"description":"Max results to return."}]},{"id":"earnings_calendar","path":"/api/v1/earnings_calendar","method":"GET","name":"Global Earnings Calendar","description":"Access upcoming corporate earnings call dates, estimated EPS, revenue estimates, and historic surprise data.","category":"Financial Data","tags":["finance","earnings","calendar","equities","events"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What companies are reporting earnings tomorrow?","params":{"date":"2023-11-20"},"response":{"date":"2023-11-20","events":[{"symbol":"ZM","time":"AMC","eps_estimate":1.05,"revenue_estimate":1120000000}]}},"params":[{"name":"date","type":"string","required":true,"description":"Date to query in YYYY-MM-DD format."},{"name":"symbol","type":"string","required":false,"description":"Optional ticker to check specific earnings date."}]},{"id":"insider_trades","path":"/api/v1/insider_trades","method":"GET","name":"SEC Insider Ownership Filings","description":"Retrieve official recent SEC Forms 3, 4, and 5 filing metadata and links. Transaction amounts are not parsed.","category":"Financial Data","tags":["finance","insider","filings","alpha","stocks"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"SEC EDGAR submissions API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Show me recent insider buying for AMZN.","params":{"symbol":"AMZN","transaction_type":"buy"},"response":{"symbol":"AMZN","trades":[{"name":"Jassy Andrew R","title":"CEO","date":"2023-11-15","shares":10000,"price":145.2,"total_value":1452000,"type":"Buy"}]}},"params":[{"name":"symbol","type":"string","required":false,"description":"Filter by stock ticker."},{"name":"transaction_type","type":"string","required":false,"description":"Filter by 'buy' or 'sell'."}]},{"id":"fx_rates","path":"/api/v1/fx_rates","method":"GET","name":"Current FX Reference Rates","description":"Fetch current reference foreign-exchange rates for a base currency, optionally filtered to target currencies.","category":"Financial Data","tags":["finance","forex","fx","currencies","exchange-rates"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"ExchangeRate-API open endpoint","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What is the current EUR to USD exchange rate?","params":{"base":"EUR","target":"USD"},"response":{"base":"EUR","target":"USD","rate":1.0854,"timestamp":1700002345}},"params":[{"name":"base","type":"string","required":true,"description":"Base currency code (e.g., EUR)."},{"name":"target","type":"string","required":true,"description":"Target currency code (e.g., USD)."}]},{"id":"databento_orderflow","path":"/api/v1/databento_orderflow","method":"GET","name":"Institutional Order Flow","description":"Deep L3 market-by-order (MBO) data and block trade tape to analyze institutional positioning and liquidity imbalances.","category":"Financial Data","tags":["finance","orderflow","L3","market-depth","alpha","trading"],"pricing":{"amount":"0.25","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Check for any large block trades on SPY in the last 15 minutes.","params":{"symbol":"SPY","min_size":10000},"response":{"symbol":"SPY","blocks":[{"timestamp":1700005000,"price":445.5,"size":50000,"side":"buy","exchange":"NYSE"}]}},"params":[{"name":"symbol","type":"string","required":true,"description":"Ticker symbol."},{"name":"min_size","type":"integer","required":false,"description":"Minimum order size threshold."}]},{"id":"signals","path":"/api/v1/signals","method":"GET","name":"Crypto Trading Signals","description":"Preview-only historical response fixture. The packaged signal rows do not have sufficient source provenance for sale.","category":"Crypto & DeFi","tags":["crypto","signals","alpha","trading","quant"],"pricing":{"amount":"0.20","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":"unverified local response fixture","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Give me the current trading signals for Ethereum.","params":{"asset":"ETH"},"response":{"asset":"ETH","overall_signal":"Bullish","indicators":{"rsi":65,"macd":"bullish_crossover","sentiment_score":0.82},"timestamp":1700010000}},"params":[{"name":"asset","type":"string","required":true,"description":"Crypto asset ticker (e.g., ETH, BTC)."}]},{"id":"token_audit","path":"/api/v1/token_audit","method":"GET","name":"Live Token Security Signals","description":"Fetch current automated token-risk fields from GoPlus for a supported EVM contract. These third-party signals are not a guarantee of safety.","category":"Crypto & DeFi","tags":["crypto","security","audit","smart-contract","defi"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"GoPlus Token Security API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Run an audit on this new token contract 0xabc... to see if it's a honeypot.","params":{"contract_address":"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984","chain":"ethereum"},"response":{"contract":"0x1f9840a85d...","is_honeypot":false,"buy_tax":"0.0","sell_tax":"0.0","mintable":false,"proxy":false,"risk_score":15}},"params":[{"name":"contract_address","type":"string","required":true,"description":"Token smart contract address."},{"name":"chain","type":"string","required":false,"description":"Blockchain network (default: ethereum)."}]},{"id":"whale_alerts","path":"/api/v1/whale_alerts","method":"GET","name":"On-Chain Whale Alerts","description":"Monitor massive on-chain transfers of native assets and stablecoins entering or leaving centralized exchanges.","category":"Crypto & DeFi","tags":["crypto","whales","on-chain","transfers","alpha"],"pricing":{"amount":"0.15","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Show me any Bitcoin transfers over 10M dollars in the last hour.","params":{"asset":"BTC","min_usd_value":10000000},"response":{"alerts":[{"tx_hash":"0xdef...","amount":350,"usd_value":12500000,"from":"Unknown Wallet","to":"Binance","timestamp":1700015000}]}},"params":[{"name":"asset","type":"string","required":false,"description":"Asset ticker (e.g., BTC, USDT)."},{"name":"min_usd_value","type":"integer","required":false,"description":"Minimum transfer value in USD."}]},{"id":"dex_launches","path":"/api/v1/dex_launches","method":"GET","name":"Latest DEX Token Profiles","description":"Fetch DexScreener's latest token-profile discovery feed. Entries are discovery signals, not verified launch timestamps.","category":"Crypto & DeFi","tags":["crypto","dex","defi","liquidity","new-pairs"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"DexScreener latest token profiles","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"List the newest token pairs launched on Raydium in the last 10 minutes.","params":{"dex":"raydium","timeframe":"10m"},"response":{"new_pairs":[{"pair_address":"5Q54...","base_token":"BONK","quote_token":"SOL","initial_liquidity_usd":50000,"timestamp":1700016000}]}},"params":[{"name":"dex","type":"string","required":false,"description":"Filter by DEX name (e.g., uniswap, raydium)."},{"name":"timeframe","type":"string","required":false,"description":"Timeframe to look back (e.g., 10m, 1h)."}]},{"id":"nft_floor_prices","path":"/api/v1/nft_floor_prices","method":"GET","name":"NFT Collection Floor Prices","description":"Fetch current NFT collection floor price, market cap, 24-hour volume, supply, and owner-count fields from CoinGecko.","category":"Crypto & DeFi","tags":["crypto","nft","floor-price","collectibles","web3"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"CoinGecko NFT API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What is the current floor price for Bored Ape Yacht Club?","params":{"collection_slug":"boredapeyachtclub"},"response":{"collection":"boredapeyachtclub","floor_price_eth":28.5,"volume_24h_eth":500.2,"listings":250,"updated_at":1700017000}},"params":[{"name":"collection_slug","type":"string","required":true,"description":"Slug identifier of the NFT collection."}]},{"id":"gas_oracle","path":"/api/v1/gas_oracle","method":"GET","name":"Live EVM Gas Price","description":"Read the current eth_gasPrice value from a supported public Base, Ethereum, or Arbitrum JSON-RPC endpoint.","category":"Crypto & DeFi","tags":["crypto","gas","fees","evm","optimization"],"pricing":{"amount":"0.01","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"public EVM JSON-RPC","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What are the current gas prices on Ethereum?","params":{"chain":"ethereum"},"response":{"chain":"ethereum","safe_gwei":15,"proposed_gwei":18,"fast_gwei":22,"base_fee":14.5}},"params":[{"name":"chain","type":"string","required":true,"description":"Blockchain network (e.g., ethereum, polygon, arbitrum)."}]},{"id":"pool_liquidity","path":"/api/v1/pool_liquidity","method":"GET","name":"DEX Pool Liquidity Depth","description":"Fetch live pair price, liquidity, volume, and price-change fields for a DEX pool address from DexScreener.","category":"Crypto & DeFi","tags":["crypto","defi","liquidity","amm","dex"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"DexScreener pair API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"How much liquidity is in the USDC-ETH 0.05% pool on Uniswap V3?","params":{"pool_address":"0x88e6a0c2d3c6981c27a2bd9a823f66a014902b48"},"response":{"pool":"0x88e6...","token0_symbol":"USDC","token1_symbol":"WETH","reserve0":150000000,"reserve1":75000,"tvl_usd":300000000}},"params":[{"name":"pool_address","type":"string","required":true,"description":"Address of the liquidity pool contract."}]},{"id":"wallet_portfolio","path":"/api/v1/wallet_portfolio","method":"GET","name":"EVM ETH and USDC Balance Snapshot","description":"Read native ETH and official USDC balances for a Base, Ethereum, or Arbitrum wallet, with an estimated ETH USD value. This is not a complete token or NFT portfolio.","category":"Crypto & DeFi","tags":["crypto","portfolio","wallet","balances","web3"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"public EVM JSON-RPC and CoinGecko","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Show me the token holdings for vitalik.eth.","params":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","chain":"ethereum"},"response":{"address":"0xd8da...","net_worth_usd":1250000,"assets":[{"symbol":"ETH","balance":500,"price":2000,"value_usd":1000000},{"symbol":"USDC","balance":250000,"price":1,"value_usd":250000}]}},"params":[{"name":"address","type":"string","required":true,"description":"Wallet address (0x format or ENS)."},{"name":"chain","type":"string","required":false,"description":"Network to scan (default: all supported)."}]},{"id":"solana_pump_fun","path":"/api/v1/solana_pump_fun","method":"GET","name":"Solana Pump Fun Feed","description":"Monitor real-time bonding curve status and memecoin creation events on Solana's Pump.fun protocol.","category":"Crypto & DeFi","tags":["crypto","solana","memecoins","pumpfun","alpha"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"List coins that just reached 90% of their bonding curve on Pump.fun.","params":{"min_curve_progress":90},"response":{"launches":[{"token":"So111...","symbol":"DOG","curve_progress_pct":92.5,"liquidity_sol":75,"created_at":1700020000}]}},"params":[{"name":"min_curve_progress","type":"integer","required":false,"description":"Minimum percentage of bonding curve completed."}]},{"id":"tx_simulator","path":"/api/v1/tx_simulator","method":"POST","name":"Read-Only EVM Transaction Simulation","description":"Run eth_call and eth_estimateGas against a supported public EVM RPC without signing or broadcasting a transaction.","category":"Crypto & DeFi","tags":["crypto","simulation","evm","security","developer"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"public EVM JSON-RPC","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Simulate this Uniswap swap transaction to see if it reverts.","params":{"network":"ethereum","from":"0xuser...","to":"0xrouter...","data":"0x...","value":"0"},"response":{"status":"success","gas_used":125000,"reverts":false,"simulated_transfers":[{"token":"USDC","from":"0xuser...","to":"0xpool...","amount":1000}]}},"params":[{"name":"network","type":"string","required":true,"description":"Blockchain network identifier."},{"name":"from","type":"string","required":true,"description":"Sender address."},{"name":"to","type":"string","required":true,"description":"Destination contract address."},{"name":"data","type":"string","required":true,"description":"Hex-encoded transaction calldata."},{"name":"value","type":"string","required":false,"description":"Amount of native token sent in wei."}]},{"id":"token_metadata_bulk","path":"/api/v1/token_metadata_bulk","method":"POST","name":"Bulk Token Metadata","description":"Read ERC-20 symbol, name, decimals, and raw total supply for up to ten contract addresses using live eth_call requests.","category":"Crypto & DeFi","tags":["crypto","metadata","tokens","defi","web3"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"public EVM JSON-RPC","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Fetch the names and decimals for this list of 50 ERC-20 contract addresses.","params":{"addresses":["0xabc...","0xdef..."],"chain":"ethereum"},"response":{"results":[{"address":"0xabc...","name":"Chainlink","symbol":"LINK","decimals":18,"logo":"https://...link.png"}]}},"params":[{"name":"addresses","type":"array","required":true,"description":"Array of contract addresses."},{"name":"chain","type":"string","required":false,"description":"Blockchain network (default: ethereum)."}]},{"id":"solana_route","path":"/api/v1/solana_route","method":"POST","name":"Read-Only Solana Swap Quote","description":"Fetch a current Jupiter route quote for Solana token mints and a base-unit amount. This does not sign or broadcast a transaction.","category":"Crypto & DeFi","tags":["crypto","solana","dex","routing","arbitrage"],"pricing":{"amount":"0.03","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Jupiter Lite Quote API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Find the best route to swap 10 SOL for USDC.","params":{"input_mint":"So111...","output_mint":"EPjFW...","amount":10000000000,"slippage_bps":50},"response":{"expected_output":550000000,"price_impact_pct":0.1,"route":[{"percent":100,"path":["So111...","EPjFW..."],"dex":"Orca V3"}]}},"params":[{"name":"input_mint","type":"string","required":true,"description":"Mint address of the token to sell."},{"name":"output_mint","type":"string","required":true,"description":"Mint address of the token to buy."},{"name":"amount","type":"integer","required":true,"description":"Amount of input token in its native decimals."},{"name":"slippage_bps","type":"integer","required":false,"description":"Maximum allowed slippage in basis points."}]},{"id":"leads","path":"/api/v1/leads","method":"GET","name":"Current Business License Prospects","description":"Query current business-registration records directly from official Chicago and San Francisco open-data APIs. Results include source-dataset and source-record links; this product does not claim private emails or buyer intent.","category":"B2B & Leads","tags":["b2b","leads","sales","prospecting","marketing"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"City of Chicago Current Active Business Licenses API and DataSF Registered Business Locations API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Find 20 current auto-related business registrations in Chicago.","params":{"city":"Chicago","query":"auto","limit":20},"response":{"data":[{"source_city":"Chicago","name":"Example Auto Repair","owner":"Example LLC","address":"100 Example St","start_date":"2026-07-01","source_dataset":"City of Chicago Business Licenses"}]}},"params":[{"name":"city","type":"string","required":false,"description":"Chicago or San Francisco. Omit to search both official sources."},{"name":"query","type":"string","required":false,"description":"Case-insensitive keyword matched against available business name, owner, address, and activity fields."},{"name":"limit","type":"integer","required":false,"description":"Number of current registrations to return, from 1 to 50."}]},{"id":"enrich_leads","path":"/api/v1/enrich_leads","method":"POST","name":"Company Domain Suggestions","description":"Resolve up to ten company-domain strings against Clearbit's live company autocomplete service.","category":"B2B & Leads","tags":["b2b","enrichment","emails","contact-info","sales"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Clearbit Autocomplete API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Find the work email and phone number for John Smith at Microsoft.","params":{"name":"John Smith","domain":"microsoft.com"},"response":{"name":"John Smith","domain":"microsoft.com","email":"john.smith@microsoft.com","email_verified":true,"phone":"+1-555-0198","company_size":"10000+"}},"params":[{"name":"name","type":"string","required":false,"description":"Full name of the contact."},{"name":"domain","type":"string","required":false,"description":"Company website domain."},{"name":"linkedin_url","type":"string","required":false,"description":"LinkedIn profile URL."}]},{"id":"github_emails","path":"/api/v1/github_emails","method":"GET","name":"Developer GitHub Emails","description":"Preview-only response fixture. The packaged email records do not have sufficient source provenance for sale.","category":"B2B & Leads","tags":["b2b","github","developers","recruiting","emails"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":"unverified local response fixture","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Get the email address for the GitHub user 'torvalds'.","params":{"username":"torvalds"},"response":{"username":"torvalds","emails":["torvalds@linux-foundation.org"],"repositories_analyzed":5}},"params":[{"name":"username","type":"string","required":true,"description":"GitHub username."}]},{"id":"foreclosures","path":"/api/v1/foreclosures","method":"GET","name":"Foreclosure Listings","description":"Preview-only response fixture. The packaged foreclosure records do not have sufficient source provenance for sale.","category":"Real Estate","tags":["real estate","distressed","foreclosures","investing"],"pricing":{"amount":"0.15","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":"unverified local response fixture","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Find recent foreclosures in Maricopa County, Arizona.","params":{"location":"Maricopa County, AZ","limit":5},"response":{"foreclosures":[{"address":"123 Cactus Rd, Phoenix, AZ","type":"Pre-foreclosure","default_amount":145000,"auction_date":"2026-09-15"}]}},"params":[{"name":"location","type":"string","required":true,"description":"Zip code, city, or county."},{"name":"limit","type":"integer","required":false,"description":"Max results to return."}]},{"id":"property_zestimate","path":"/api/v1/property_zestimate","method":"GET","name":"Automated Valuation Model","description":"Provides an estimated market value and rent estimate for a specific residential property address.","category":"Real Estate","tags":["real estate","valuation","pricing","avm"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What is the estimated value of 742 Evergreen Terrace, Springfield?","params":{"address":"742 Evergreen Terrace, Springfield, OR"},"response":{"address":"742 Evergreen Terrace, Springfield, OR","estimated_value":385000,"value_range":{"low":360000,"high":410000},"estimated_rent":2100}},"params":[{"name":"address","type":"string","required":true,"description":"Full property address."}]},{"id":"mortgage_rates","path":"/api/v1/mortgage_rates","method":"GET","name":"US Mortgage Rate Averages","description":"Fetch the latest weekly US national mortgage-rate observations from FRED. This is not a personalized lender quote.","category":"Real Estate","tags":["real estate","finance","mortgage","interest rates"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Federal Reserve Bank of St. Louis FRED","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What are the current 30-year fixed mortgage rates in California?","params":{"state":"CA"},"response":{"state":"CA","date":"2026-08-02","rates":{"30y_fixed":6.12,"15y_fixed":5.45,"5_1_arm":5.85}}},"params":[{"name":"state","type":"string","required":false,"description":"Two-letter state code. Defaults to national average."}]},{"id":"rent_estimates","path":"/api/v1/rent_estimates","method":"GET","name":"Local Rent Estimates","description":"Returns average and median rent prices for apartments and single-family homes in a specified area.","category":"Real Estate","tags":["real estate","rentals","leasing","pricing"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What is the average rent for a 2-bedroom apartment in Austin, TX?","params":{"city":"Austin, TX","bedrooms":2},"response":{"location":"Austin, TX","property_type":"apartment","bedrooms":2,"median_rent":1850,"average_rent":1920,"percentile_25":1600,"percentile_75":2200}},"params":[{"name":"city","type":"string","required":true,"description":"City and state, or zip code."},{"name":"bedrooms","type":"integer","required":false,"description":"Number of bedrooms filter."}]},{"id":"property_tax_records","path":"/api/v1/property_tax_records","method":"GET","name":"Property Tax Records","description":"Accesses public county tax assessor records for property ownership, assessed value, and tax history.","category":"Real Estate","tags":["real estate","taxes","public records","ownership"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Who owns 1600 Pennsylvania Ave NW, Washington, DC?","params":{"address":"1600 Pennsylvania Ave NW, Washington, DC"},"response":{"owner_name":"UNITED STATES GOVERNMENT","assessed_value":0,"last_tax_amount":0,"lot_size_sqft":784080,"year_built":1792}},"params":[{"name":"address","type":"string","required":true,"description":"Full property address."}]},{"id":"building_permits","path":"/api/v1/building_permits","method":"GET","name":"Building Permits API","description":"Retrieves recently filed or approved building and construction permits for a specific municipality.","category":"Real Estate","tags":["real estate","construction","permits","development"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Show me new commercial building permits in Seattle for the past week.","params":{"city":"Seattle, WA","permit_type":"commercial","days_back":7},"response":{"permits":[{"id":"6843921-CN","type":"Commercial New","address":"123 4th Ave, Seattle, WA","status":"Approved","valuation":4500000,"description":"Construct 5-story office building"}]}},"params":[{"name":"city","type":"string","required":true,"description":"City and state."},{"name":"permit_type","type":"string","required":false,"description":"e.g., commercial, residential, remodel."},{"name":"days_back","type":"integer","required":false,"description":"Number of days of history to fetch."}]},{"id":"amazon_bestsellers","path":"/api/v1/amazon_bestsellers","method":"GET","name":"Amazon Category Bestsellers","description":"Extracts the top-selling products in a specific Amazon category, including rank, price, and rating.","category":"E-Commerce","tags":["ecommerce","amazon","retail","product research"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What are the best-selling mechanical keyboards on Amazon right now?","params":{"category_id":"12879431","limit":3},"response":{"category":"Mechanical Keyboards","products":[{"rank":1,"asin":"B0892H55R3","title":"Keychron K2 Wireless","price":79.99,"rating":4.6,"reviews":12504},{"rank":2,"asin":"B07ZT4BFTJ","title":"Corsair K70 RGB","price":159.99,"rating":4.8,"reviews":21000}]}},"params":[{"name":"category_id","type":"string","required":true,"description":"Amazon Node ID for the category."},{"name":"limit","type":"integer","required":false,"description":"Max products to return."}]},{"id":"etsy_keywords","path":"/api/v1/etsy_keywords","method":"GET","name":"Etsy Keyword Analytics","description":"Analyzes search volume, competition, and engagement metrics for search terms on Etsy.","category":"E-Commerce","tags":["ecommerce","etsy","seo","keywords","handmade"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Check Etsy search metrics for 'custom leather wallet'.","params":{"keyword":"custom leather wallet"},"response":{"keyword":"custom leather wallet","search_volume_monthly":14500,"competition_listings":125000,"avg_price":45.5,"click_through_rate":0.034}},"params":[{"name":"keyword","type":"string","required":true,"description":"Search term to analyze."}]},{"id":"shopify_store_lookup","path":"/api/v1/shopify_store_lookup","method":"GET","name":"Shopify Store Insights","description":"Discovers tech stack, estimated traffic, top products, and theme details for a given Shopify storefront URL.","category":"E-Commerce","tags":["ecommerce","shopify","competitor analysis","b2b"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Analyze the Shopify store at allbirds.com.","params":{"domain":"allbirds.com"},"response":{"domain":"allbirds.com","platform":"Shopify Plus","theme":"Custom","installed_apps":["Klaviyo","Yotpo","Recharge"],"estimated_monthly_visits":3500000,"top_products":["Wool Runners","Tree Dashers"]}},"params":[{"name":"domain","type":"string","required":true,"description":"Domain name of the Shopify store."}]},{"id":"ebay_sold_items","path":"/api/v1/ebay_sold_items","method":"GET","name":"eBay Completed Sales","description":"Retrieves actual sold prices for items on eBay to determine true market value of used or collectible goods.","category":"E-Commerce","tags":["ecommerce","ebay","pricing","market value","collectibles"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What is the going rate for a used iPhone 13 Pro 128GB on eBay?","params":{"keyword":"iPhone 13 Pro 128GB Unlocked","condition":"Used","limit":3},"response":{"keyword":"iPhone 13 Pro 128GB Unlocked","average_sold_price":455,"recent_sales":[{"title":"Apple iPhone 13 Pro 128GB Unlocked","price":450,"date":"2026-08-01","shipping":15},{"title":"iPhone 13 Pro - 128GB - Graphite (Unlocked)","price":460,"date":"2026-07-31","shipping":0}]}},"params":[{"name":"keyword","type":"string","required":true,"description":"Item description."},{"name":"condition","type":"string","required":false,"description":"e.g., New, Used, Parts."},{"name":"limit","type":"integer","required":false,"description":"Max results to return."}]},{"id":"price_comparison","path":"/api/v1/price_comparison","method":"GET","name":"Cross-Retailer Price Match","description":"Compares the price of a specific UPC or EAN across major online retailers like Walmart, Target, and Best Buy.","category":"E-Commerce","tags":["ecommerce","retail","arbitrage","price comparison"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Compare prices for UPC 887276550756 across major stores.","params":{"upc":"887276550756"},"response":{"upc":"887276550756","product_name":"Samsung Galaxy Buds Pro","prices":[{"retailer":"Amazon","price":129.99,"in_stock":true,"url":"https://amazon.com/..."},{"retailer":"Best Buy","price":149.99,"in_stock":true,"url":"https://bestbuy.com/..."},{"retailer":"Walmart","price":135,"in_stock":false,"url":"https://walmart.com/..."}]}},"params":[{"name":"upc","type":"string","required":true,"description":"Universal Product Code (UPC) or EAN."}]},{"id":"contracts","path":"/api/v1/contracts","method":"GET","name":"Federal Contract Awards","description":"Query 100 packaged USAspending.gov contract-award records with a live source link for every award ID.","category":"Government & Legal","tags":["government","contracts","b2b","sam.gov","spending"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"curated_snapshot","billable":true,"availability":"operational","source":"USAspending.gov snapshot; all 100 award IDs API-verified on 2026-08-02","declared_metadata":{"freshness":"snapshot","latency_ms":null,"reliability":null},"examples":{"prompt":"Find recent DoD contracts awarded to SpaceX.","params":{"vendor_name":"Space Exploration Technologies","agency":"Department of Defense"},"response":{"awards":[{"contract_id":"FA881121C0001","vendor":"Space Exploration Technologies Corp.","agency":"USAF","amount":316000000,"date":"2026-06-15","description":"National Security Space Launch"}]}},"params":[{"name":"vendor_name","type":"string","required":false,"description":"Name of the winning vendor."},{"name":"agency","type":"string","required":false,"description":"Federal agency name."}]},{"id":"congressional_trades","path":"/api/v1/congressional_trades","method":"GET","name":"Congressional Stock Trades","description":"Monitors STOCK Act disclosures to track stock, bond, and option trades made by US Senators and Representatives.","category":"Government & Legal","tags":["government","finance","stocks","insider trading","politics"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Show me recent stock purchases by Nancy Pelosi.","params":{"politician":"Nancy Pelosi","transaction_type":"purchase"},"response":{"trades":[{"politician":"Nancy Pelosi","ticker":"NVDA","transaction":"Purchase","amount_range":"$1,000,001 - $5,000,000","filed_date":"2026-07-28","traded_date":"2026-07-15"}]}},"params":[{"name":"politician","type":"string","required":false,"description":"Name of the politician."},{"name":"transaction_type","type":"string","required":false,"description":"purchase, sale_partial, sale_full, or exchange."}]},{"id":"fara_disclosures","path":"/api/v1/fara_disclosures","method":"GET","name":"Foreign Agent Registrations","description":"Queries the FARA database for individuals and entities registered as lobbyists representing foreign principals.","category":"Government & Legal","tags":["government","lobbying","legal","fara","foreign policy"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Who is lobbying on behalf of the Saudi Arabian government?","params":{"foreign_principal":"Saudi Arabia"},"response":{"registrants":[{"registrant_name":"Qorvis Communications","foreign_principal":"Kingdom of Saudi Arabia","registration_date":"2025-01-10","active":true}]}},"params":[{"name":"foreign_principal","type":"string","required":false,"description":"Country or foreign entity being represented."},{"name":"registrant","type":"string","required":false,"description":"Name of the lobbying firm."}]},{"id":"lobbying_reports","path":"/api/v1/lobbying_reports","method":"GET","name":"Domestic Lobbying Reports","description":"Accesses House and Senate LDA (Lobbying Disclosure Act) reports indicating corporate spending on lobbying.","category":"Government & Legal","tags":["government","lobbying","legal","lda","corporate spending"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"How much did Meta spend on lobbying in Q1 2026?","params":{"client_name":"Meta Platforms","year":2026,"quarter":"Q1"},"response":{"client":"Meta Platforms, Inc.","year":2026,"quarter":"Q1","total_spent":4500000,"issues":["TEC","CPI","TRD"],"lobbyists_hired":45}},"params":[{"name":"client_name","type":"string","required":true,"description":"Name of the corporation or entity paying for lobbying."},{"name":"year","type":"integer","required":false,"description":"Filing year."},{"name":"quarter","type":"string","required":false,"description":"Q1, Q2, Q3, or Q4."}]},{"id":"patents_search","path":"/api/v1/patents_search","method":"GET","name":"USPTO Patent Search","description":"Searches issued patents and published applications from the US Patent and Trademark Office by keyword or assignee.","category":"Government & Legal","tags":["legal","intellectual property","patents","uspto","innovation"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Find recent patents assigned to OpenAI.","params":{"assignee":"OpenAI","limit":2},"response":{"patents":[{"patent_number":"US12345678","title":"Methods for training large language models","issue_date":"2026-05-12","inventors":["Ilya Sutskever"]}]}},"params":[{"name":"keyword","type":"string","required":false,"description":"Search query within patent text."},{"name":"assignee","type":"string","required":false,"description":"Company or individual owning the patent."},{"name":"limit","type":"integer","required":false,"description":"Max results."}]},{"id":"trademark_check","path":"/api/v1/trademark_check","method":"GET","name":"Trademark Clearance Check","description":"Searches TESS (Trademark Electronic Search System) for active, pending, or dead trademark registrations.","category":"Government & Legal","tags":["legal","intellectual property","trademarks","uspto","branding"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Check if the trademark 'DopamineDesk' is available.","params":{"mark_text":"DopamineDesk"},"response":{"mark_text":"DopamineDesk","matches_found":0,"exact_match":false,"similar_marks":[]}},"params":[{"name":"mark_text","type":"string","required":true,"description":"The text of the trademark to search."}]},{"id":"twitter_search","path":"/api/v1/twitter_search","method":"GET","name":"X/Twitter Search Scraper","description":"Fetches recent tweets, replies, and engagement metrics for a given hashtag, keyword, or user profile.","category":"Social & Content","tags":["social","twitter","x","sentiment","trends"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Get the latest tweets mentioning $TSLA.","params":{"query":"$TSLA","limit":3},"response":{"query":"$TSLA","tweets":[{"id":"182103495823","user":"trader_joe","text":"TSLA looking extremely bullish on the 4H chart.","likes":145,"retweets":20,"created_at":"2026-08-02T14:30:00Z"}]}},"params":[{"name":"query","type":"string","required":true,"description":"Search term, hashtag, or cashtag."},{"name":"limit","type":"integer","required":false,"description":"Max tweets to fetch."}]},{"id":"youtube_transcripts","path":"/api/v1/youtube_transcripts","method":"GET","name":"YouTube Video Transcripts","description":"Extracts full text transcripts and closed captions from public YouTube videos, including timestamps.","category":"Social & Content","tags":["social","youtube","video","transcription","content"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Get the transcript for the YouTube video dQw4w9WgXcQ.","params":{"video_id":"dQw4w9WgXcQ"},"response":{"video_id":"dQw4w9WgXcQ","language":"en","transcript":[{"start":18.5,"duration":3.2,"text":"We're no strangers to love"},{"start":22.8,"duration":4,"text":"You know the rules and so do I"}]}},"params":[{"name":"video_id","type":"string","required":true,"description":"The 11-character YouTube video ID."}]},{"id":"tiktok_trends","path":"/api/v1/tiktok_trends","method":"GET","name":"TikTok Trending Sounds","description":"Identifies currently trending audio tracks, hashtags, and viral challenges on TikTok by region.","category":"Social & Content","tags":["social","tiktok","trends","viral","creators"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What are the top trending sounds on TikTok in the US right now?","params":{"region":"US","type":"sounds"},"response":{"region":"US","type":"sounds","trends":[{"rank":1,"title":"Funny background music","author":"Creator123","video_count":4500000,"trend_direction":"up"}]}},"params":[{"name":"region","type":"string","required":false,"description":"Two-letter country code."},{"name":"type","type":"string","required":false,"description":"sounds, hashtags, or creators."}]},{"id":"hacker_news_top","path":"/api/v1/hacker_news_top","method":"GET","name":"Hacker News Frontpage","description":"Fetch current top-story metadata and discussion links from the official Hacker News Firebase API.","category":"Social & Content","tags":["social","tech","news","hacker news","ycombinator"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Hacker News Firebase API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What's on the front page of Hacker News?","params":{"limit":2},"response":{"stories":[{"id":4123984,"title":"Show HN: A new runtime for JavaScript","url":"https://example.com","points":342,"comments":112,"author":"dev_guru"}]}},"params":[{"name":"limit","type":"integer","required":false,"description":"Number of stories to return (default 30)."}]},{"id":"producthunt_launches","path":"/api/v1/producthunt_launches","method":"GET","name":"Product Hunt Daily Launches","description":"Lists the top products launched on Product Hunt today, tracking upvotes, maker details, and product descriptions.","category":"Social & Content","tags":["social","tech","startups","product hunt","launches"],"pricing":{"amount":"0.03","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What are the top 3 products on Product Hunt today?","params":{"limit":3},"response":{"date":"2026-08-02","products":[{"rank":1,"name":"AI Data Marketplace","tagline":"Buy and sell API data instantly","upvotes":1205,"url":"https://producthunt.com/..."}]}},"params":[{"name":"limit","type":"integer","required":false,"description":"Number of products to fetch."}]},{"id":"news_sentiment","path":"/api/v1/news_sentiment","method":"GET","name":"Hacker News Topic Sentiment","description":"Fetch recent Hacker News stories for a topic and apply a transparent keyword-lexicon sentiment score.","category":"Social & Content","tags":["news","sentiment analysis","finance","nlp","media"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Hacker News Algolia API plus deterministic lexicon","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What is the news sentiment for Microsoft today?","params":{"entity":"Microsoft","days":1},"response":{"entity":"Microsoft","overall_sentiment_score":0.72,"sentiment_label":"Bullish/Positive","article_count":45,"top_articles":[{"title":"Microsoft beats Q2 earnings estimates on strong cloud growth","source":"Bloomberg","sentiment":0.9}]}},"params":[{"name":"entity","type":"string","required":true,"description":"Company, brand, or person name."},{"name":"days","type":"integer","required":false,"description":"Lookback period in days."}]},{"id":"serp","path":"/api/v1/serp","method":"GET","name":"Search Engine Results Page","description":"Retrieves top organic search results, snippets, and URLs for a specified keyword from major search engines.","category":"Web Scraping","tags":["search","serp","seo","google","bing"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What are the top search results for 'best CRM software'?","params":{"query":"best CRM software","limit":5,"country":"US"},"response":{"organic_results":[{"position":1,"title":"The 10 Best CRM Software for 2026 - Reviews","url":"https://example.com/best-crm","snippet":"Compare the top customer relationship management tools for small businesses and enterprises."},{"position":2,"title":"Best CRM Software & Systems of 2026","url":"https://example.com/top-crms","snippet":"Our top picks for CRM software include Salesforce, HubSpot, and Zoho."}],"search_metadata":{"query":"best CRM software","total_results":152000000,"time_taken":0.45}}},"params":[{"name":"query","type":"string","required":true,"description":"The search query string."},{"name":"limit","type":"integer","required":false,"description":"Maximum number of results to return (1-100)."},{"name":"country","type":"string","required":false,"description":"2-letter ISO country code."}]},{"id":"scrape_md","path":"/api/v1/scrape_md","method":"POST","name":"Public Web Page to Markdown","description":"Fetch a public HTTP(S) page with private-network blocking, remove boilerplate tags, and return bounded Markdown-like text.","category":"Web Scraping","tags":["scrape","markdown","extraction","content","llm-ready"],"pricing":{"amount":"0.01","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"live public web fetch","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Get the text content of this article as markdown so I can summarize it.","params":{"url":"https://example.com/article/tech-news"},"response":{"url":"https://example.com/article/tech-news","title":"Tech News Today","markdown":"# Tech News Today\n\nBy Jane Doe\n\nToday in tech, we saw significant advancements in AI...","content_length":1250,"status":"success"}},"params":[{"name":"url","type":"string","required":true,"description":"The target URL to scrape."},{"name":"timeout_ms","type":"integer","required":false,"description":"Request timeout in milliseconds."}]},{"id":"deep_scrape","path":"/api/v1/deep_scrape","method":"POST","name":"Public Page Metadata and Markdown Bundle","description":"Fetch a public HTTP(S) page with private-network blocking and return bounded Markdown-like content plus title, description, Open Graph image, status, and URL metadata.","category":"Web Scraping","tags":["scrape","dynamic","javascript","spa","puppeteer"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"live public web fetch","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Scrape the dynamic pricing table from this React-based SaaS website.","params":{"url":"https://example-saas.com/pricing","wait_for_selector":".pricing-table"},"response":{"url":"https://example-saas.com/pricing","html":"<div class=\"pricing-table\">...</div>","extracted_text":"Basic Plan: $9/mo\nPro Plan: $29/mo\nEnterprise: Contact Us","load_time_ms":2100}},"params":[{"name":"url","type":"string","required":true,"description":"Target URL to render and scrape."},{"name":"wait_for_selector","type":"string","required":false,"description":"CSS selector to wait for before extracting content."},{"name":"extract_html","type":"boolean","required":false,"description":"If true, returns full HTML. Otherwise returns text."}]},{"id":"url_metadata","path":"/api/v1/url_metadata","method":"GET","name":"URL Metadata Extractor","description":"Fetch a public HTTP(S) page with private-network blocking and extract its title, description, Open Graph image, status, and content type.","category":"Web Scraping","tags":["metadata","opengraph","seo","preview"],"pricing":{"amount":"0.01","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"live public web fetch","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Get the preview metadata for this link before I share it.","params":{"url":"https://github.com"},"response":{"url":"https://github.com","title":"GitHub: Let's build from here","description":"GitHub is where over 100 million developers shape the future of software...","image":"https://github.githubassets.com/images/modules/site/social-cards/github-social.png","favicon":"https://github.githubassets.com/favicons/favicon.png","site_name":"GitHub"}},"params":[{"name":"url","type":"string","required":true,"description":"The URL to extract metadata from."}]},{"id":"rss_aggregator","path":"/api/v1/rss_aggregator","method":"GET","name":"RSS Feed Aggregator","description":"Fetch a public RSS or Atom feed with private-network blocking and return bounded current entries.","category":"Web Scraping","tags":["rss","atom","news","feed","blog"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"live RSS or Atom fetch","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Fetch the latest posts from Hacker News RSS.","params":{"feed_url":"https://news.ycombinator.com/rss","limit":3},"response":{"feed_title":"Hacker News","feed_link":"https://news.ycombinator.com/","items":[{"title":"Show HN: A new way to parse JSON","link":"https://example.com/new-json","pub_date":"2026-08-02T14:00:00Z","author":"dev123"}]}},"params":[{"name":"feed_url","type":"string","required":true,"description":"URL of the RSS/Atom feed."},{"name":"limit","type":"integer","required":false,"description":"Number of latest items to retrieve."}]},{"id":"dns_whois","path":"/api/v1/dns_whois","method":"GET","name":"DNS and RDAP Domain Lookup","description":"Resolve current DNS records and fetch public RDAP registration metadata for a domain.","category":"Security","tags":["dns","whois","domain","records","infrastructure"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"DNS resolution and RDAP.org","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Check the WHOIS info and MX records for example.com.","params":{"domain":"example.com"},"response":{"domain":"example.com","registrar":"RESERVED-Internet Assigned Numbers Authority","creation_date":"1995-08-14T04:00:00Z","expiration_date":"2027-08-13T04:00:00Z","dns_records":{"A":["93.184.216.34"],"MX":[],"TXT":["v=spf1 -all"]}}},"params":[{"name":"domain","type":"string","required":true,"description":"The domain name to look up."},{"name":"record_types","type":"string","required":false,"description":"Comma-separated DNS record types to fetch (e.g. A,MX,TXT)."}]},{"id":"pwned_check","path":"/api/v1/pwned_check","method":"GET","name":"Data Breach Checker","description":"Checks if an email address or domain has been compromised in known public data breaches.","category":"Security","tags":["breach","pwned","email","security","compromise"],"pricing":{"amount":"0.03","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Has john.doe@example.com been in any recent data breaches?","params":{"email":"john.doe@example.com"},"response":{"email":"john.doe@example.com","breached":true,"breach_count":2,"breaches":[{"name":"Collection #1","date":"2019-01-17","data_classes":["Email addresses","Passwords"]},{"name":"LinkedIn","date":"2012-05-05","data_classes":["Email addresses","Passwords"]}]}},"params":[{"name":"email","type":"string","required":true,"description":"The email address to check."}]},{"id":"ip_reputation","path":"/api/v1/ip_reputation","method":"GET","name":"IP Network and Location Context","description":"Fetch public IP network, ASN, organization, location, and timezone context. This does not claim an abuse or threat score.","category":"Security","tags":["ip","network","asn","geolocation","infrastructure"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"IPWhoIs public API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Get public network and location context for 8.8.8.8.","params":{"ip":"8.8.8.8"},"response":{"success":true,"source":"IPWhoIs public API","note":"This endpoint provides network and geolocation context, not an abuse or threat score.","ip":"8.8.8.8","country":"United States","city":"Mountain View","connection":{"asn":15169,"org":"Google LLC"}}},"params":[{"name":"ip","type":"string","required":true,"description":"IPv4 or IPv6 address to analyze."}]},{"id":"ssl_certificate","path":"/api/v1/ssl_certificate","method":"GET","name":"SSL Certificate Validator","description":"Inspect the certificate returned by a live TLS handshake, including validity, issuer, subject, authorization, and SHA-256 fingerprint.","category":"Security","tags":["ssl","tls","certificate","https","expiration"],"pricing":{"amount":"0.01","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"live TLS handshake","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"When does the SSL certificate for mybank.com expire?","params":{"domain":"mybank.com"},"response":{"domain":"mybank.com","valid":true,"issuer":"DigiCert Inc","subject":"www.mybank.com","valid_from":"2025-01-10T00:00:00Z","valid_to":"2026-12-10T23:59:59Z","days_remaining":130,"signature_algorithm":"sha256WithRSAEncryption"}},"params":[{"name":"domain","type":"string","required":true,"description":"The hostname to inspect."}]},{"id":"code_audit","path":"/api/v1/code_audit","method":"POST","name":"Fast Heuristic Code Security Scan","description":"Scan supplied code with transparent deterministic rules for common secret, injection, shell, weak-hash, and Solidity risks. This is not a professional audit.","category":"Security","tags":["sast","code","audit","vulnerability","secrets"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"computed_service","billable":true,"availability":"operational","source":"deterministic static rules","declared_metadata":{"freshness":"computed_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Audit this Python function for security flaws.","params":{"code":"def get_user(id):\n  return db.execute('SELECT * FROM users WHERE id = ' + id)","language":"python"},"response":{"status":"completed","risk_level":"high","issues":[{"type":"SQL Injection","severity":"high","line":2,"description":"Potential SQL injection vulnerability. Use parameterized queries instead of string concatenation."}],"secrets_found":[]}},"params":[{"name":"code","type":"string","required":true,"description":"The source code snippet."},{"name":"language","type":"string","required":true,"description":"Programming language (python, javascript, go, etc.)."}]},{"id":"ai_model_pricing","path":"/api/v1/ai_model_pricing","method":"GET","name":"Community AI Model Pricing Index","description":"Fetch a current third-party aggregated model-pricing snapshot from LiteLLM. Buyers should verify final pricing with each provider.","category":"AI & ML","tags":["llm","pricing","models","tokens","api"],"pricing":{"amount":"0.01","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"LiteLLM community pricing database","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What is the current API cost for GPT-4o and Claude 3.5 Sonnet?","params":{"providers":"openai,anthropic"},"response":{"models":[{"id":"gpt-4o","provider":"OpenAI","input_cost_per_1m":5,"output_cost_per_1m":15,"context_window":128000},{"id":"claude-3-5-sonnet","provider":"Anthropic","input_cost_per_1m":3,"output_cost_per_1m":15,"context_window":200000}],"updated_at":"2026-08-02T00:00:00Z"}},"params":[{"name":"providers","type":"string","required":false,"description":"Comma-separated list of providers to filter."}]},{"id":"gpu_cloud_rates","path":"/api/v1/gpu_cloud_rates","method":"GET","name":"Cloud GPU Spot Rates","description":"Aggregates real-time hourly rental rates for GPUs (H100, A100, RTX 4090) across Lambda, RunPod, and AWS.","category":"AI & ML","tags":["gpu","cloud","compute","pricing","spot"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Find the cheapest H100 instances available right now.","params":{"gpu_type":"H100"},"response":{"gpu":"NVIDIA H100 80GB","lowest_price_hr":2.15,"providers":[{"name":"RunPod","price_hr":2.15,"availability":"high","instance_type":"1x H100 PCIe"},{"name":"Lambda Labs","price_hr":2.49,"availability":"low","instance_type":"gpu_1x_h100"}]}},"params":[{"name":"gpu_type","type":"string","required":true,"description":"Model of GPU (e.g., A100, H100, RTX4090)."}]},{"id":"summarize","path":"/api/v1/summarize","method":"POST","name":"Extractive Text Summarization","description":"Create a deterministic extractive summary by ranking and selecting sentences from the supplied text.","category":"AI & ML","tags":["nlp","summary","text","condense","reading"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"computed_service","billable":true,"availability":"operational","source":"deterministic extractive summarizer","declared_metadata":{"freshness":"computed_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Summarize this 5-page report into 3 bullet points.","params":{"text":"Long report text...","format":"bullets","length":"short"},"response":{"summary":"- Q2 revenue grew 15% YoY.\n- New product launch delayed to Q4.\n- Operating costs decreased by 5%.","original_words":1450,"summary_words":22}},"params":[{"name":"text","type":"string","required":true,"description":"The source text to summarize."},{"name":"format","type":"string","required":false,"description":"Desired format: 'paragraph' or 'bullets'."},{"name":"length","type":"string","required":false,"description":"Length constraint: 'short', 'medium', or 'long'."}]},{"id":"extract_entities","path":"/api/v1/extract_entities","method":"POST","name":"Deterministic Pattern Entity Extraction","description":"Extract emails, URLs, money values, dates, and candidate capitalized phrases using transparent deterministic patterns.","category":"AI & ML","tags":["ner","entities","nlp","extraction","data-mining"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"computed_service","billable":true,"availability":"operational","source":"deterministic pattern extractor","declared_metadata":{"freshness":"computed_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Extract the names of companies and people from this news article.","params":{"text":"Tim Cook announced that Apple will build a new campus in Austin, Texas next year."},"response":{"entities":[{"text":"Tim Cook","label":"PERSON","confidence":0.99},{"text":"Apple","label":"ORG","confidence":0.98},{"text":"Austin","label":"GPE","confidence":0.99},{"text":"Texas","label":"GPE","confidence":0.99},{"text":"next year","label":"DATE","confidence":0.95}]}},"params":[{"name":"text","type":"string","required":true,"description":"The text to analyze."}]},{"id":"embed","path":"/api/v1/embed","method":"POST","name":"Deterministic Lexical Feature Embeddings","description":"Create reproducible normalized 256-dimensional lexical feature-hash vectors. These are not neural semantic embeddings.","category":"AI & ML","tags":["embeddings","vector","nlp","semantic","search"],"pricing":{"amount":"0.01","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"computed_service","billable":true,"availability":"operational","source":"deterministic feature-hash vectorizer","declared_metadata":{"freshness":"computed_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Get the vector embeddings for these three product descriptions.","params":{"texts":["Blue running shoes","Red sports car"],"model":"text-embedding-3-small"},"response":{"model":"text-embedding-3-small","dimensions":1536,"data":[{"index":0,"embedding":[0.012,-0.045,0.088,"..."]},{"index":1,"embedding":[-0.022,0.033,0.105,"..."]}],"usage":{"total_tokens":8}}},"params":[{"name":"texts","type":"array","required":true,"description":"Array of strings to embed."},{"name":"model","type":"string","required":false,"description":"Embedding model to use."}]},{"id":"translate","path":"/api/v1/translate","method":"POST","name":"Live Machine Translation","description":"Translate supplied text through MyMemory with source-language autodetection or an explicit language code.","category":"AI & ML","tags":["translation","language","i18n","multilingual","nlp"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"MyMemory Translation API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Translate this customer support ticket from French to English.","params":{"text":"Bonjour, mon colis n'est pas arrivé.","target_language":"en"},"response":{"translated_text":"Hello, my package has not arrived.","detected_source_language":"fr","confidence":0.99}},"params":[{"name":"text","type":"string","required":true,"description":"Text to translate."},{"name":"target_language","type":"string","required":true,"description":"Target ISO 639-1 language code."},{"name":"source_language","type":"string","required":false,"description":"Source language code (auto-detected if omitted)."}]},{"id":"sentiment_bulk","path":"/api/v1/sentiment_bulk","method":"POST","name":"Transparent Bulk Sentiment Scoring","description":"Score up to 100 texts with a transparent deterministic positive and negative keyword lexicon.","category":"AI & ML","tags":["sentiment","emotion","reviews","nlp","batch"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"computed_service","billable":true,"availability":"operational","source":"deterministic keyword lexicon","declared_metadata":{"freshness":"computed_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Analyze the sentiment of these 50 recent app store reviews.","params":{"texts":["Love this app!","Crashes on startup.","It's okay, nothing special."]},"response":{"results":[{"text":"Love this app!","sentiment":"positive","score":0.95},{"text":"Crashes on startup.","sentiment":"negative","score":-0.88},{"text":"It's okay, nothing special.","sentiment":"neutral","score":0.1}],"aggregate":{"positive":1,"negative":1,"neutral":1,"average_score":0.05}}},"params":[{"name":"texts","type":"array","required":true,"description":"Array of text strings to analyze."}]},{"id":"pdf_extract","path":"/api/v1/pdf_extract","method":"POST","name":"PDF Layout & Text Extractor","description":"Extracts text, tables, and form fields from PDF documents while preserving structural layout information.","category":"AI & ML","tags":["pdf","ocr","extraction","documents","tables"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Extract the invoice details and line items from this PDF receipt.","params":{"file_url":"https://example.com/invoice123.pdf","extract_tables":true},"response":{"pages":1,"text_content":"INVOICE #123\nDate: 2026-08-01\nTotal: $150.00","tables":[{"page":1,"data":[["Item","Qty","Price"],["Consulting","1","$150.00"]]}]}},"params":[{"name":"file_url","type":"string","required":true,"description":"URL of the PDF file to process."},{"name":"extract_tables","type":"boolean","required":false,"description":"Whether to parse and return structural table data."}]},{"id":"verify_emails","path":"/api/v1/verify_emails","method":"POST","name":"Email Syntax and MX Verification","description":"Validate email syntax and check live DNS MX records. MX presence does not prove an individual mailbox exists.","category":"AI & ML","tags":["email","verification","deliverability","leads","marketing"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"syntax validation and live DNS MX lookup","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Verify this list of 10 lead emails to remove bounces.","params":{"emails":["test@example.com","fake123xyz@yopmail.com"]},"response":{"results":[{"email":"test@example.com","status":"valid","is_disposable":false,"mx_found":true},{"email":"fake123xyz@yopmail.com","status":"invalid","is_disposable":true,"mx_found":true}],"summary":{"total":2,"valid":1,"invalid":1}}},"params":[{"name":"emails","type":"array","required":true,"description":"Array of email addresses to verify."}]},{"id":"form_submit","path":"/api/v1/form_submit","method":"POST","name":"Automated Form Submitter","description":"Uses AI-driven browser automation to navigate to a URL, map provided data to input fields, and submit forms.","category":"AI & ML","tags":["automation","forms","browser","rpa","headless"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Submit a contact request on this vendor's website with my details.","params":{"url":"https://vendor.example/contact","data":{"First Name":"John","Email":"john@example.com","Message":"Interested in enterprise plan."}},"response":{"url":"https://vendor.example/contact","success":true,"message":"Form submitted successfully.","screenshot_url":"https://api.marketplace.com/assets/screenshot_123.jpg"}},"params":[{"name":"url","type":"string","required":true,"description":"Target URL containing the form."},{"name":"data","type":"object","required":true,"description":"Key-value pairs to attempt mapping into the form fields."}]},{"id":"generate_ad_copy","path":"/api/v1/generate_ad_copy","method":"POST","name":"Ad Copy Generator","description":"Generates high-converting ad copy variations tailored for Facebook, Google, or LinkedIn based on product details.","category":"Generative AI","tags":["marketing","ads","copywriting","generative","social"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Write 3 variations of a Facebook ad for my new eco-friendly water bottle.","params":{"product_name":"EcoSip","description":"Stainless steel, keeps cold for 24h, eco-friendly.","platform":"Facebook","variants":3},"response":{"platform":"Facebook","copies":["Stay hydrated and save the planet! 🌍 EcoSip keeps your drinks ice-cold for 24 hours. Get yours today!","Tired of warm water and plastic waste? Upgrade to EcoSip. Premium stainless steel, 24-hour chill. 🧊 Shop now!","The last water bottle you'll ever need. EcoSip is stylish, sustainable, and keeps drinks cold all day. Grab yours! 💧"]}},"params":[{"name":"product_name","type":"string","required":true,"description":"Name of the product."},{"name":"description","type":"string","required":true,"description":"Key features and selling points."},{"name":"platform","type":"string","required":true,"description":"Target platform (e.g., Facebook, Google Ads)."},{"name":"variants","type":"integer","required":false,"description":"Number of ad variants to generate."}]},{"id":"competitor_analysis","path":"/api/v1/competitor_analysis","method":"POST","name":"AI Competitor Analysis","description":"Synthesizes data from the web to generate a strategic SWOT analysis and feature comparison against a competitor.","category":"Generative AI","tags":["business","strategy","competitors","swot","analysis"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Generate a strategic analysis comparing our product (Stripe) to Adyen.","params":{"company":"Stripe","competitor":"Adyen"},"response":{"competitor":"Adyen","summary":"Adyen focuses heavily on enterprise omnichannel solutions...","swot":{"strengths":["Unified commerce platform","Global acquiring capabilities"],"weaknesses":["Complex setup for small businesses","High volume requirements"],"opportunities":["Expansion in APAC region"],"threats":["Intense competition from Stripe and PayPal"]},"feature_gap":["Adyen has native POS hardware integration","Stripe has stronger developer APIs"]}},"params":[{"name":"company","type":"string","required":true,"description":"Your company or product name."},{"name":"competitor","type":"string","required":true,"description":"The competitor to analyze."}]},{"id":"flights","path":"/api/v1/flights","method":"GET","name":"Flight Search API","description":"Preview-only response fixture. The packaged flight rows do not have sufficient source provenance for sale.","category":"Location & Travel","tags":["travel","aviation","pricing","logistics"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":"unverified local response fixture","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Find direct flights from JFK to LHR on Oct 12th.","params":{"origin":"JFK","destination":"LHR","date":"2026-10-12","direct_only":true},"response":{"flights":[{"flight_number":"BA 112","airline":"British Airways","departure":"2026-10-12T19:30:00Z","arrival":"2026-10-13T07:30:00Z","duration_minutes":420,"price_usd":540,"seats_available":12}],"currency":"USD","search_id":"flt_8839201"}},"params":[{"name":"origin","type":"string","required":true,"description":"IATA code of the departure airport."},{"name":"destination","type":"string","required":true,"description":"IATA code of the arrival airport."},{"name":"date","type":"string","required":true,"description":"Departure date (YYYY-MM-DD)."},{"name":"direct_only","type":"boolean","required":false,"description":"Return only direct flights."}]},{"id":"hotel_pricing","path":"/api/v1/hotel_pricing","method":"GET","name":"Hotel Pricing & Availability","description":"Retrieves current nightly rates, availability, and ratings for hotels in a specified location.","category":"Location & Travel","tags":["travel","accommodation","pricing","hospitality"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What are the prices for 4-star hotels in Tokyo next weekend?","params":{"city":"Tokyo","checkin":"2026-08-07","checkout":"2026-08-09","min_stars":4},"response":{"hotels":[{"name":"Shinjuku Grand Hotel","stars":4,"rating":8.9,"price_per_night_usd":215,"total_price_usd":430,"available_rooms":5},{"name":"Tokyo Bay Resort","stars":4.5,"rating":9.2,"price_per_night_usd":290,"total_price_usd":580,"available_rooms":2}],"search_id":"htl_991234"}},"params":[{"name":"city","type":"string","required":true,"description":"City name."},{"name":"checkin","type":"string","required":true,"description":"Check-in date (YYYY-MM-DD)."},{"name":"checkout","type":"string","required":true,"description":"Check-out date (YYYY-MM-DD)."},{"name":"min_stars","type":"integer","required":false,"description":"Minimum star rating."}]},{"id":"gas_prices","path":"/api/v1/gas_prices","method":"GET","name":"Retail Gas Prices","description":"Provides average retail gasoline and diesel prices for specific zip codes or metropolitan areas.","category":"Location & Travel","tags":["automotive","energy","pricing","location"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What is the average gas price in zip code 90210?","params":{"zip_code":"90210"},"response":{"location":"Beverly Hills, CA (90210)","currency":"USD","unit":"gallon","prices":{"regular":5.45,"midgrade":5.65,"premium":5.89,"diesel":5.99},"last_updated":"2026-08-02T10:00:00Z"}},"params":[{"name":"zip_code","type":"string","required":true,"description":"5-digit US Zip code."}]},{"id":"geocoding","path":"/api/v1/geocoding","method":"GET","name":"Forward & Reverse Geocoding","description":"Resolve a location or address query to current place candidates and coordinates through Open-Meteo.","category":"Location & Travel","tags":["maps","location","coordinates","gis"],"pricing":{"amount":"0.01","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Open-Meteo Geocoding API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Get the coordinates for 1600 Amphitheatre Parkway.","params":{"address":"1600 Amphitheatre Parkway, Mountain View, CA"},"response":{"results":[{"formatted_address":"1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA","coordinates":{"lat":37.4220656,"lng":-122.0840897},"location_type":"ROOFTOP","place_id":"ChIJ2eUgeAK6j4ARbn5u_wAGqWA"}],"status":"OK"}},"params":[{"name":"address","type":"string","required":false,"description":"Address to convert to coordinates."},{"name":"lat","type":"number","required":false,"description":"Latitude for reverse geocoding."},{"name":"lng","type":"number","required":false,"description":"Longitude for reverse geocoding."}]},{"id":"weather_forecast","path":"/api/v1/weather_forecast","method":"GET","name":"Weather Forecast API","description":"Fetch current conditions and a one-to-seven-day forecast for a geocoded location from Open-Meteo.","category":"Location & Travel","tags":["weather","meteorology","location"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Open-Meteo Forecast API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What is the weather forecast for Seattle today?","params":{"city":"Seattle","days":3},"response":{"location":{"city":"Seattle","state":"WA","country":"US"},"current":{"temp_f":62,"condition":"Light Rain","humidity":85,"wind_mph":10},"forecast":[{"date":"2026-08-02","high_f":65,"low_f":58,"condition":"Rain","precip_chance":90},{"date":"2026-08-03","high_f":70,"low_f":60,"condition":"Partly Cloudy","precip_chance":20},{"date":"2026-08-04","high_f":75,"low_f":62,"condition":"Sunny","precip_chance":0}]}},"params":[{"name":"city","type":"string","required":false,"description":"City name."},{"name":"zip_code","type":"string","required":false,"description":"US zip code."},{"name":"days","type":"integer","required":false,"description":"Number of forecast days (1-7)."}]},{"id":"air_quality","path":"/api/v1/air_quality","method":"GET","name":"Air Quality Index","description":"Fetch current US AQI, European AQI, particulate, carbon monoxide, nitrogen dioxide, and ozone values for a geocoded location.","category":"Location & Travel","tags":["weather","environment","health","location"],"pricing":{"amount":"0.02","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Open-Meteo Air Quality API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Check the air quality in Beijing right now.","params":{"city":"Beijing"},"response":{"location":"Beijing, China","aqi":155,"category":"Unhealthy","primary_pollutant":"PM2.5","pollutants":{"PM2.5":{"concentration":62.5,"unit":"µg/m³"},"PM10":{"concentration":80.1,"unit":"µg/m³"},"O3":{"concentration":45,"unit":"ppb"}},"health_recommendation":"Active children and adults, and people with respiratory disease, such as asthma, should avoid prolonged outdoor exertion."}},"params":[{"name":"city","type":"string","required":true,"description":"City name or location coordinates."}]},{"id":"ev_chargers","path":"/api/v1/ev_chargers","method":"GET","name":"EV Charger Locator","description":"Locates nearby Electric Vehicle charging stations, including connector types, power output, and live availability.","category":"Location & Travel","tags":["automotive","ev","location","energy"],"pricing":{"amount":"0.03","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Find fast EV chargers near Austin, TX.","params":{"city":"Austin, TX","min_power_kw":150,"radius_miles":10},"response":{"stations":[{"name":"Electrify America - Walmart Supercenter","address":"1030 Norwood Park Blvd, Austin, TX","distance_miles":3.2,"chargers":[{"type":"CCS","max_power_kw":350,"available":2,"total":4},{"type":"CHAdeMO","max_power_kw":50,"available":1,"total":1}],"pricing":"$0.48/kWh"},{"name":"Tesla Supercharger - The Domain","address":"11410 Century Oaks Terrace, Austin, TX","distance_miles":8.5,"chargers":[{"type":"NACS","max_power_kw":250,"available":6,"total":12}],"pricing":"Dynamic ($0.25 - $0.40/kWh)"}]}},"params":[{"name":"city","type":"string","required":false,"description":"City name or zip code."},{"name":"lat","type":"number","required":false,"description":"Latitude coordinate."},{"name":"lng","type":"number","required":false,"description":"Longitude coordinate."},{"name":"min_power_kw","type":"integer","required":false,"description":"Minimum charging power in kW."},{"name":"radius_miles","type":"number","required":false,"description":"Search radius in miles."}]},{"id":"market_research","path":"/api/v1/market_research","method":"GET","name":"Live Technology Trend Pulse","description":"Fetch current top Hacker News story titles as a lightweight technology trend pulse.","category":"B2B & Leads","tags":["research","business","startups","market"],"pricing":{"amount":"0.15","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Hacker News Firebase API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Give me a market overview for the vertical farming industry.","params":{"industry":"Vertical Farming","region":"Global"},"response":{"industry":"Vertical Farming","market_size_usd":"5.6 Billion (2025 est.)","cagr_percent":24.5,"key_drivers":["Urbanization","Climate change impact on traditional agriculture","Advancements in LED efficiency"],"major_competitors":["Bowery Farming","Plenty","AeroFarms (Restructured)"],"challenges":["High energy costs","Capital intensive setup"]}},"params":[{"name":"industry","type":"string","required":true,"description":"Specific industry or market segment."},{"name":"region","type":"string","required":false,"description":"Geographic region (e.g., Global, NA, EMEA)."}]},{"id":"gigs","path":"/api/v1/gigs","method":"GET","name":"Freelance Gigs Aggregator","description":"Preview-only response fixture. The packaged rows are business-license records, not verified Fiverr or freelance gigs.","category":"Miscellaneous","tags":["jobs","freelance","gigs","work"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":"misclassified local business-record fixture","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Find React native freelance gigs paying over $50/hr.","params":{"skill":"React Native","min_rate_usd":50,"limit":5},"response":{"gigs":[{"title":"Senior React Native Dev for FinTech App","platform":"Upwork","budget_type":"hourly","rate_usd":"60-80/hr","posted_at":"2026-08-02T06:15:00Z","url":"https://upwork.com/jobs/..."},{"title":"Build mobile UI for health startup","platform":"Freelancer","budget_type":"fixed","budget_usd":5000,"posted_at":"2026-08-01T14:30:00Z","url":"https://freelancer.com/projects/..."}]}},"params":[{"name":"skill","type":"string","required":true,"description":"Primary skill or keyword."},{"name":"min_rate_usd","type":"integer","required":false,"description":"Minimum hourly rate or fixed equivalent."},{"name":"limit","type":"integer","required":false,"description":"Max results to return."}]},{"id":"github_trending","path":"/api/v1/github_trending","method":"GET","name":"Popular Recently Created GitHub Repositories","description":"Fetch the most-starred repositories created during a selected recent period through the GitHub Search API. This is not GitHub's private trending algorithm.","category":"Miscellaneous","tags":["developer","github","code","trends"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"GitHub Search API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What are the trending Rust repos today?","params":{"language":"rust","period":"daily"},"response":{"language":"Rust","period":"daily","repositories":[{"name":"ratatui","owner":"ratatui-org","stars_today":145,"total_stars":10200,"description":"A Rust library to build rich terminal user interfaces.","url":"https://github.com/ratatui-org/ratatui"},{"name":"leptos","owner":"leptos-rs","stars_today":89,"total_stars":15400,"description":"Build fast web applications with Rust.","url":"https://github.com/leptos-rs/leptos"}]}},"params":[{"name":"language","type":"string","required":false,"description":"Programming language to filter by."},{"name":"period","type":"string","required":false,"description":"Time period: daily, weekly, or monthly."}]},{"id":"job_postings","path":"/api/v1/job_postings","method":"GET","name":"Remote Job Postings","description":"Fetch and filter current remote job listings from Remote OK with source and apply links.","category":"Miscellaneous","tags":["jobs","careers","hiring","recruitment"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"Remote OK public API","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"Find remote data engineer roles posted in the last 3 days.","params":{"title":"Data Engineer","remote":true,"days_old":3},"response":{"jobs":[{"id":"job_991823","company":"Stripe","title":"Data Engineer, Infrastructure","location":"Remote (US)","salary_range":"$150k - $210k","posted_at":"2026-08-01T10:00:00Z","apply_url":"https://stripe.com/jobs/..."},{"id":"job_991824","company":"Snowflake","title":"Senior Data Engineer","location":"Remote (Global)","salary_range":"Not Disclosed","posted_at":"2026-07-31T12:00:00Z","apply_url":"https://snowflake.com/careers/..."}],"total_found":42}},"params":[{"name":"title","type":"string","required":true,"description":"Job title or keyword."},{"name":"remote","type":"boolean","required":false,"description":"Filter for remote-only roles."},{"name":"days_old","type":"integer","required":false,"description":"Maximum age of the posting in days."}]},{"id":"tech_stack_lookup","path":"/api/v1/tech_stack_lookup","method":"GET","name":"Public Website Technology Fingerprint","description":"Fetch a public website with private-network blocking and report transparent heuristic technology signatures from markup and headers.","category":"B2B & Leads","tags":["developer","b2b","sales","technographics"],"pricing":{"amount":"0.05","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"live_source","billable":true,"availability":"operational","source":"live page and response-header fingerprinting","declared_metadata":{"freshness":"live_upstream_on_request","latency_ms":null,"reliability":null},"examples":{"prompt":"What tech stack does stripe.com use?","params":{"domain":"stripe.com"},"response":{"domain":"stripe.com","technologies":{"frontend":["React","Next.js","Tailwind CSS"],"backend":["Ruby on Rails","Node.js"],"analytics":["Segment","Google Analytics"],"hosting":["AWS"],"marketing":["Marketo"]},"confidence_score":0.95}},"params":[{"name":"domain","type":"string","required":true,"description":"Website domain name."}]},{"id":"company_funding","path":"/api/v1/company_funding","method":"GET","name":"Startup Funding Rounds","description":"Returns recent venture capital funding rounds, investor details, and valuation data for private companies.","category":"Financial Data","tags":["startups","vc","funding","business"],"pricing":{"amount":"0.10","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Get the latest funding info for OpenAI.","params":{"company_name":"OpenAI"},"response":{"company":"OpenAI","total_funding_usd":"13B+","latest_round":{"date":"2024-02-15","type":"Secondary Market","amount_usd":null,"valuation_usd":"80B+","lead_investors":["Thrive Capital"]},"previous_rounds":[{"date":"2023-01-23","type":"Corporate Round","amount_usd":"10B","lead_investors":["Microsoft"]}]}},"params":[{"name":"company_name","type":"string","required":true,"description":"Name of the startup or private company."}]},{"id":"health","path":"/api/v1/health","method":"GET","name":"System Health Check","description":"Returns the operational status of the DopamineDesk API gateway and core services.","category":"Platform","tags":["infrastructure","status","uptime","platform"],"pricing":{"amount":"0.00","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"service","billable":false,"availability":"operational","source":"marketplace runtime","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Is the API currently up?","params":{},"response":{"status":"operational","services":{"gateway":"operational","database":"operational","billing":"operational"},"timestamp":"2026-08-02T15:11:10Z"}},"params":[]},{"id":"live_metrics","path":"/api/v1/live_metrics","method":"GET","name":"Platform Live Metrics","description":"Provides current platform metrics such as requests per second, active agents, and average latency.","category":"Platform","tags":["infrastructure","metrics","analytics","platform"],"pricing":{"amount":"0.00","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"service","billable":false,"availability":"operational","source":"marketplace runtime","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"What is the current platform request load?","params":{},"response":{"requests_per_second":4502,"active_agents":1205,"p95_latency_ms":210,"total_endpoints":145,"timestamp":"2026-08-02T15:11:10Z"}},"params":[]},{"id":"catalog","path":"/api/v1/catalog","method":"GET","name":"Endpoint Catalog List","description":"Returns a comprehensive list of all available data endpoints on the marketplace, including pricing and schemas.","category":"Platform","tags":["directory","catalog","meta","platform"],"pricing":{"amount":"0.00","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"service","billable":false,"availability":"operational","source":"canonical endpoint registry","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"List all available endpoints in the registry.","params":{"category":"Financial Markets"},"response":{"total_endpoints":2,"endpoints":[{"path":"/api/v1/stock_quotes","name":"Live Market Quote Snapshot","price_usdc":"0.05"},{"path":"/api/v1/sec_edgar_filings","name":"SEC EDGAR Filings","price_usdc":"0.10"}]}},"params":[{"name":"category","type":"string","required":false,"description":"Filter catalog by specific category."}]},{"id":"batch","path":"/api/v1/batch","method":"POST","name":"Batch Request Executor","description":"Executes multiple endpoint requests in a single batch operation for high-throughput data retrieval.","category":"Platform","tags":["infrastructure","batch","performance","platform"],"pricing":{"amount":"0.25","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"sample","billable":false,"availability":"preview_only","source":null,"declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Run a batch query for 10 different stock tickers.","params":{"requests":[{"endpoint":"/api/v1/stock_quote","params":{"ticker":"AAPL"}},{"endpoint":"/api/v1/stock_quote","params":{"ticker":"MSFT"}}]},"response":{"batch_id":"batch_88493a","status":"completed","results":[{"endpoint":"/api/v1/stock_quote","ticker":"AAPL","status":200,"data":{"price":150}},{"endpoint":"/api/v1/stock_quote","ticker":"MSFT","status":200,"data":{"price":310}}],"total_cost_usdc":"0.35"}},"params":[{"name":"requests","type":"array","required":true,"description":"Array of request objects (endpoint and params)."}]},{"id":"create_agent_token","path":"/api/v1/create_agent_token","method":"POST","name":"Create Persistent Agent Credit Token","description":"Exchange a verified $1.00 Base USDC payment for a hashed bearer token with persistent marketplace credit valid for 30 days.","category":"Platform","tags":["security","auth","agents","platform"],"pricing":{"amount":"1.00","currency":"USDC","networks":["base"],"chain_id":8453},"data_mode":"payment_service","billable":true,"availability":"operational","source":"verified Base USDC and Firestore credit ledger","declared_metadata":{"freshness":null,"latency_ms":null,"reliability":null},"examples":{"prompt":"Create a persistent marketplace credit token for my research agent.","params":{"agent_name":"ResearchBot_1"},"response":{"success":true,"agent_name":"ResearchBot_1","bearer_token":"x402_bearer_...","credited_balance_usdc":"1.00","expires_in_days":30}},"params":[{"name":"agent_name","type":"string","required":false,"description":"Identifier for the sub-agent."}]}]}