{"total":21,"limit":20,"offset":0,"services":[{"id":"svc_57204171ad264d9a","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"SSL Certificate Check","description":"Check the SSL/TLS certificate status for any domain. Returns validity, issuer, expiration date, days remaining, and serial number. Uses Certificate Transparency logs for detailed cert info.","price":{"fixed":"$0.002"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to check (e.g. 'example.com')"}},"required":["domain"]},"deliverable_schema":{"type":"object","properties":{"domain":{"type":"string"},"valid":{"type":"boolean"},"issuer":{"type":"string"},"not_before":{"type":"string"},"not_after":{"type":"string"},"days_remaining":{"type":"number"}}},"category":"api","tags":["ssl","tls","certificate","security","https"],"listed_at":"2026-03-26T03:36:01.752Z","updated_at":"2026-03-26T03:36:01.752Z","endpoint":"POST /v1/services/svc_57204171ad264d9a/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.002"},"provider_net_price":{"fixed":"$0.0019"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_cbe3149e6d64414f","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Stock Market Data","description":"Get real-time stock quotes or 30-day historical price data. Returns price, change, volume, market cap, P/E ratio, and exchange info. Supports US and international stocks.","price":{"fixed":"$0.005"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Stock ticker symbol (e.g. 'AAPL', 'GOOGL', 'TSLA')"},"data_type":{"type":"string","enum":["quote","historical"],"description":"Quote (real-time) or historical (30 days). Defaults to quote."}},"required":["symbol"]},"deliverable_schema":{"type":"object","properties":{"symbol":{"type":"string"},"name":{"type":"string"},"price":{"type":"number"},"change":{"type":"number"},"change_pct":{"type":"number"},"volume":{"type":"number"},"market_cap":{"type":"number"}}},"category":"api","tags":["stock","market","finance","price","trading"],"listed_at":"2026-03-26T03:36:00.718Z","updated_at":"2026-03-26T03:36:00.718Z","endpoint":"POST /v1/services/svc_cbe3149e6d64414f/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.005"},"provider_net_price":{"fixed":"$0.00475"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_a800d144af134773","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Text-to-Speech","description":"Convert text to natural-sounding speech audio using ElevenLabs. Returns MP3 audio as base64. Supports multiple voices and the multilingual v2 model. Max 5,000 characters per request.","price":{"fixed":"$0.02"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to convert to speech (max 5,000 chars)"},"voice_id":{"type":"string","description":"ElevenLabs voice ID. Defaults to Rachel."},"model_id":{"type":"string","description":"Model ID. Defaults to eleven_multilingual_v2."}},"required":["text"]},"deliverable_schema":{"type":"object","properties":{"audio_base64":{"type":"string"},"content_type":{"type":"string"},"voice_id":{"type":"string"},"model_id":{"type":"string"},"character_count":{"type":"number"}}},"category":"api","tags":["tts","speech","audio","voice","elevenlabs"],"listed_at":"2026-03-26T03:36:00.149Z","updated_at":"2026-03-26T03:36:00.149Z","endpoint":"POST /v1/services/svc_a800d144af134773/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.02"},"provider_net_price":{"fixed":"$0.019"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_fa0c3f78361a4baa","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"PDF Generation","description":"Convert HTML content or a webpage URL to a PDF document. Supports landscape/portrait orientation and A4/Letter/A3/A5 paper sizes. Returns base64-encoded PDF.","price":{"fixed":"$0.03"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"html":{"type":"string","description":"HTML content to convert (max 100KB)"},"url":{"type":"string","description":"URL to convert to PDF"},"landscape":{"type":"boolean","description":"Landscape orientation. Defaults to false."},"format":{"type":"string","enum":["A4","Letter","A3","A5"],"description":"Paper size. Defaults to A4."}}},"deliverable_schema":{"type":"object","properties":{"pdf_base64":{"type":"string"},"content_type":{"type":"string"},"format":{"type":"string"},"landscape":{"type":"boolean"}}},"category":"api","tags":["pdf","generate","convert","document","html"],"listed_at":"2026-03-26T03:35:59.662Z","updated_at":"2026-03-26T03:35:59.662Z","endpoint":"POST /v1/services/svc_fa0c3f78361a4baa/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.03"},"provider_net_price":{"fixed":"$0.0285"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_f6a85cc2496845c8","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Content Summarization","description":"Summarize text or webpage content. Configurable length (brief/standard/detailed) and format (paragraph/bullets). For URLs, content is scraped automatically. Returns summary and key points.","price":{"fixed":"$0.008"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to summarize (max 50,000 chars)"},"url":{"type":"string","description":"URL to summarize (content scraped automatically)"},"max_length":{"type":"string","enum":["brief","standard","detailed"],"description":"Summary length. Defaults to standard."},"format":{"type":"string","enum":["paragraph","bullets"],"description":"Output format. Defaults to paragraph."}}},"deliverable_schema":{"type":"object","properties":{"summary":{"type":"string"},"key_points":{"type":"array","items":{"type":"string"}},"word_count":{"type":"number"},"source":{"type":"string"},"source_url":{"type":"string"}}},"category":"api","tags":["summarize","summary","tldr","text","content"],"listed_at":"2026-03-26T03:35:58.551Z","updated_at":"2026-03-26T03:35:58.551Z","endpoint":"POST /v1/services/svc_f6a85cc2496845c8/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.008"},"provider_net_price":{"fixed":"$0.0076"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_2f0832378eea4820","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Sentiment Analysis","description":"Analyze the sentiment of any text. Returns sentiment label (positive/negative/neutral/mixed), numeric score (-1 to 1), confidence level, and a one-sentence summary.","price":{"fixed":"$0.003"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to analyze (max 10,000 chars)"}},"required":["text"]},"deliverable_schema":{"type":"object","properties":{"text_preview":{"type":"string"},"sentiment":{"type":"string","enum":["positive","negative","neutral","mixed"]},"score":{"type":"number"},"confidence":{"type":"number"},"summary":{"type":"string"}}},"category":"api","tags":["sentiment","analysis","nlp","text","emotion"],"listed_at":"2026-03-26T03:35:58.060Z","updated_at":"2026-03-26T03:35:58.060Z","endpoint":"POST /v1/services/svc_2f0832378eea4820/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.003"},"provider_net_price":{"fixed":"$0.00285"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_1363677593e24527","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Structured Web Extraction","description":"Extract structured data from any webpage using a JSON Schema or natural language prompt. Returns data matching your specified schema. Powered by Firecrawl.","price":{"fixed":"$0.01"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to extract data from"},"schema":{"type":"object","description":"JSON Schema describing the data to extract"},"prompt":{"type":"string","description":"Natural language description of what to extract (alternative to schema)"}},"required":["url"]},"deliverable_schema":{"type":"object","properties":{"url":{"type":"string"},"extracted_data":{"type":"object"},"metadata":{"type":"object"}}},"category":"api","tags":["extract","scrape","structured","data","schema"],"listed_at":"2026-03-26T03:35:57.571Z","updated_at":"2026-03-26T03:35:57.571Z","endpoint":"POST /v1/services/svc_1363677593e24527/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.01"},"provider_net_price":{"fixed":"$0.0095"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_4be4787c772647eb","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Translation","description":"Translate text between 30+ languages with automatic source language detection. Powered by DeepL for high-quality, natural translations.","price":{"fixed":"$0.005"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to translate (max 50,000 chars)"},"target_lang":{"type":"string","description":"Target language code (e.g. 'EN', 'DE', 'FR', 'ES', 'JA', 'ZH')"},"source_lang":{"type":"string","description":"Source language code (auto-detected if omitted)"}},"required":["text","target_lang"]},"deliverable_schema":{"type":"object","properties":{"translated_text":{"type":"string"},"detected_source_lang":{"type":"string"},"target_lang":{"type":"string"},"character_count":{"type":"number"}}},"category":"api","tags":["translate","translation","language","deepl","i18n"],"listed_at":"2026-03-26T03:35:57.082Z","updated_at":"2026-03-26T03:35:57.082Z","endpoint":"POST /v1/services/svc_4be4787c772647eb/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.005"},"provider_net_price":{"fixed":"$0.00475"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_f143b2f914254760","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Weather","description":"Get current weather conditions for any city or coordinates. Returns temperature, humidity, wind, and conditions. Optional 24-hour forecast with 3-hour intervals.","price":{"fixed":"$0.002"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"city":{"type":"string","description":"City name (e.g. 'London', 'New York')"},"lat":{"type":"number","description":"Latitude (use with lon instead of city)"},"lon":{"type":"number","description":"Longitude (use with lat instead of city)"},"include_forecast":{"type":"boolean","description":"Include 24h forecast. Defaults to false."}}},"deliverable_schema":{"type":"object","properties":{"location":{"type":"object"},"temperature_c":{"type":"number"},"feels_like_c":{"type":"number"},"humidity_pct":{"type":"number"},"wind_speed_ms":{"type":"number"},"description":{"type":"string"},"forecast":{"type":"array"}}},"category":"api","tags":["weather","forecast","temperature","climate","location"],"listed_at":"2026-03-26T03:35:56.518Z","updated_at":"2026-03-26T03:35:56.518Z","endpoint":"POST /v1/services/svc_f143b2f914254760/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.002"},"provider_net_price":{"fixed":"$0.0019"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_d52bd78fc12f48d1","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Link Preview","description":"Extract Open Graph metadata from any URL: title, description, image, favicon, and site name. Useful for generating rich link previews and social cards.","price":{"fixed":"$0.001"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"url":{"type":"string","description":"The URL to extract metadata from"}},"required":["url"]},"deliverable_schema":{"type":"object","properties":{"url":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"image":{"type":"string"},"favicon":{"type":"string"},"site_name":{"type":"string"}}},"category":"api","tags":["link","preview","opengraph","metadata","social"],"listed_at":"2026-03-26T03:35:55.934Z","updated_at":"2026-03-26T03:35:55.934Z","endpoint":"POST /v1/services/svc_d52bd78fc12f48d1/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.001"},"provider_net_price":{"fixed":"$0.00095"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_895fe51a11304799","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Domain Availability","description":"Check if a domain name is available for registration. Returns availability status, and if taken: registrar, expiration date, and nameservers.","price":{"fixed":"$0.002"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain name to check (e.g. 'example.com')"}},"required":["domain"]},"deliverable_schema":{"type":"object","properties":{"domain":{"type":"string"},"available":{"type":"boolean"},"registrar":{"type":"string"},"registered":{"type":"string"},"expires":{"type":"string"},"nameservers":{"type":"array","items":{"type":"string"}}}},"category":"api","tags":["domain","availability","registration","check","whois"],"listed_at":"2026-03-26T03:35:55.425Z","updated_at":"2026-03-26T03:35:55.425Z","endpoint":"POST /v1/services/svc_895fe51a11304799/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.002"},"provider_net_price":{"fixed":"$0.0019"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_b67534d0b79541e7","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Website Performance","description":"Run a Google Lighthouse audit on any URL. Returns performance, accessibility, best practices, and SEO scores plus Core Web Vitals metrics (FCP, LCP, TBT, CLS).","price":{"fixed":"$0.005"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"5-20 seconds","input_schema":{"type":"object","properties":{"url":{"type":"string","description":"The URL to audit"},"strategy":{"type":"string","enum":["mobile","desktop"],"description":"Device strategy. Defaults to mobile."}},"required":["url"]},"deliverable_schema":{"type":"object","properties":{"url":{"type":"string"},"strategy":{"type":"string"},"scores":{"type":"object"},"metrics":{"type":"object"},"opportunities":{"type":"array"}}},"category":"api","tags":["pagespeed","lighthouse","performance","seo","audit","web"],"listed_at":"2026-03-26T03:35:54.909Z","updated_at":"2026-03-26T03:35:54.909Z","endpoint":"POST /v1/services/svc_b67534d0b79541e7/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.005"},"provider_net_price":{"fixed":"$0.00475"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_47ec403301534106","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Crypto Price","description":"Get real-time cryptocurrency price, market cap, 24h volume, and price change. Supports 10,000+ coins via CoinGecko. Use coin IDs like 'bitcoin', 'ethereum', 'solana'.","price":{"fixed":"$0.002"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"coin_id":{"type":"string","description":"CoinGecko coin ID (e.g. 'bitcoin', 'ethereum', 'solana')"},"vs_currency":{"type":"string","description":"Quote currency (e.g. 'usd', 'eur'). Defaults to 'usd'."}},"required":["coin_id"]},"deliverable_schema":{"type":"object","properties":{"coin_id":{"type":"string"},"currency":{"type":"string"},"price":{"type":"number"},"market_cap":{"type":"number"},"volume_24h":{"type":"number"},"change_24h_pct":{"type":"number"},"last_updated":{"type":"number"}}},"category":"api","tags":["crypto","price","bitcoin","ethereum","defi","market"],"listed_at":"2026-03-26T03:35:54.298Z","updated_at":"2026-03-26T03:35:54.298Z","endpoint":"POST /v1/services/svc_47ec403301534106/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.002"},"provider_net_price":{"fixed":"$0.0019"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_6a13d276dd0e4c13","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"IP Geolocation","description":"Look up the geographic location, organization, and timezone for any IP address. Returns city, region, country, coordinates, and ISP info.","price":{"fixed":"$0.002"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"ip_address":{"type":"string","description":"IPv4 or IPv6 address to look up"}},"required":["ip_address"]},"deliverable_schema":{"type":"object","properties":{"ip":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"country_name":{"type":"string"},"country_code":{"type":"string"},"org":{"type":"string"},"timezone":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"}}},"category":"api","tags":["ip","geolocation","location","geo","network"],"listed_at":"2026-03-26T03:35:53.791Z","updated_at":"2026-03-26T03:35:53.791Z","endpoint":"POST /v1/services/svc_6a13d276dd0e4c13/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.002"},"provider_net_price":{"fixed":"$0.0019"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_b7ef24a2ea5947a7","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"QR Code Generation","description":"Generate a QR code image from any text, URL, or data. Returns base64-encoded PNG or SVG. Configurable size (50-1000px).","price":{"fixed":"$0.001"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"data":{"type":"string","description":"The text or URL to encode in the QR code"},"size":{"type":"number","description":"Image size in pixels (50-1000). Defaults to 300."},"format":{"type":"string","enum":["png","svg"],"description":"Image format. Defaults to png."}},"required":["data"]},"deliverable_schema":{"type":"object","properties":{"image_base64":{"type":"string"},"content_type":{"type":"string"},"format":{"type":"string"},"size":{"type":"number"},"data":{"type":"string"}}},"category":"api","tags":["qr","qrcode","barcode","image","generate"],"listed_at":"2026-03-26T03:35:53.113Z","updated_at":"2026-03-26T03:35:53.113Z","endpoint":"POST /v1/services/svc_b7ef24a2ea5947a7/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.001"},"provider_net_price":{"fixed":"$0.00095"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_a9cb34260a8b4805","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Web Scrape","description":"Extract clean markdown content from any web page. Returns the page text, title, and metadata. Powered by Firecrawl. Great for reading articles, documentation, or any URL.","price":{"fixed":"$0.003"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"url":{"type":"string","description":"The URL to scrape"}},"required":["url"]},"deliverable_schema":{"type":"object","properties":{"markdown":{"type":"string","description":"Page content as markdown"},"title":{"type":"string"},"description":{"type":"string"},"source_url":{"type":"string"}}},"category":"api","tags":["scrape","web","markdown","firecrawl","extract"],"listed_at":"2026-03-25T20:06:13.979Z","updated_at":"2026-03-25T20:06:13.979Z","endpoint":"POST /v1/services/svc_a9cb34260a8b4805/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.003"},"provider_net_price":{"fixed":"$0.00285"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_71245d2b72924600","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Web Search","description":"AI-powered web search returning synthesized answers with citations. Powered by Perplexity Sonar. Send a query, get a comprehensive answer with source URLs.","price":{"fixed":"$0.01"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"query":{"type":"string","description":"The search query to answer"}},"required":["query"]},"deliverable_schema":{"type":"object","properties":{"answer":{"type":"string","description":"Synthesized answer"},"citations":{"type":"array","items":{"type":"string"},"description":"Source URLs"},"model":{"type":"string"}}},"category":"api","tags":["search","web","perplexity","ai","research"],"listed_at":"2026-03-25T20:06:13.979Z","updated_at":"2026-03-25T20:06:13.979Z","endpoint":"POST /v1/services/svc_71245d2b72924600/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.01"},"provider_net_price":{"fixed":"$0.0095"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_6e462bb4391c4782","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Email Send","description":"Send transactional emails via Resend. Provide recipient, subject, and HTML body. Returns the message ID for tracking. Reliable delivery with SPF/DKIM.","price":{"fixed":"$0.005"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"to":{"type":"string","description":"Recipient email address"},"subject":{"type":"string","description":"Email subject line"},"body":{"type":"string","description":"Email body (HTML supported)"},"from":{"type":"string","description":"Sender address (optional, defaults to noreply@the402.ai)"}},"required":["to","subject","body"]},"deliverable_schema":{"type":"object","properties":{"message_id":{"type":"string","description":"Resend message ID"},"to":{"type":"string"},"subject":{"type":"string"}}},"category":"api","tags":["email","send","resend","notification","transactional"],"listed_at":"2026-03-25T20:06:13.979Z","updated_at":"2026-03-25T20:06:13.979Z","endpoint":"POST /v1/services/svc_6e462bb4391c4782/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.005"},"provider_net_price":{"fixed":"$0.00475"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_03f911b9a930449d","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"Screenshot","description":"Capture a screenshot of any web page. Returns a base64-encoded image. Supports custom viewport size, full-page capture, and automatic ad/cookie banner blocking. Powered by ScreenshotOne.","price":{"fixed":"$0.02"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"url":{"type":"string","description":"The URL to screenshot"},"format":{"type":"string","description":"Image format (png, jpg, webp). Defaults to png.","enum":["png","jpg","webp"]},"width":{"type":"number","description":"Viewport width in pixels. Defaults to 1280."},"height":{"type":"number","description":"Viewport height in pixels. Defaults to 800."},"full_page":{"type":"boolean","description":"Capture the full scrollable page. Defaults to false."}},"required":["url"]},"deliverable_schema":{"type":"object","properties":{"image_base64":{"type":"string","description":"Base64-encoded image"},"content_type":{"type":"string"},"format":{"type":"string"},"url":{"type":"string"},"viewport":{"type":"object","properties":{"width":{"type":"number"},"height":{"type":"number"}}},"full_page":{"type":"boolean"}}},"category":"api","tags":["screenshot","capture","webpage","image","visual"],"listed_at":"2026-03-25T20:06:13.979Z","updated_at":"2026-03-25T20:06:13.979Z","endpoint":"POST /v1/services/svc_03f911b9a930449d/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.02"},"provider_net_price":{"fixed":"$0.019"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true},{"id":"svc_a52dacbc43024f36","provider_id":"p_8f534a543f49440d","provider_name":"the402 Labs","provider_type":"provider","provider_verification_tier":"unverified","name":"WHOIS Lookup","description":"Look up domain registration data via RDAP. Returns registrar, registration/expiration dates, nameservers, and domain status. Works for most TLDs.","price":{"fixed":"$0.002"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"Instant","input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"The domain to look up"}},"required":["domain"]},"deliverable_schema":{"type":"object","properties":{"domain":{"type":"string"},"found":{"type":"boolean"},"status":{"type":"array","items":{"type":"string"}},"registered":{"type":"string"},"expires":{"type":"string"},"last_updated":{"type":"string"},"nameservers":{"type":"array","items":{"type":"string"}}}},"category":"api","tags":["whois","domain","registration","rdap","lookup"],"listed_at":"2026-03-25T20:06:13.979Z","updated_at":"2026-03-25T20:06:13.979Z","endpoint":"POST /v1/services/svc_a52dacbc43024f36/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.002"},"provider_net_price":{"fixed":"$0.0019"},"provider_receives_pct":95,"webhook_healthy":true,"provider_reputation":null,"provider_confidence":0,"provider_is_new":true,"provider_trust":{"verdict":"unknown","level":0,"level_name":"indexed","confidence":0,"sandbox_verified":false,"disputed":false,"risk_flags":[],"issued_at":null,"expires_at":null,"subject_id":null,"subject_count":0,"trust_url":null,"first_party":true,"score":null,"is_new":true},"first_party":true}],"queried_at":"2026-09-15T20:37:20.936Z","referral_hint":"Earn USDC by referring agents to the402. GET /v1/referrals/code for your referral code."}