{"id":"a0aa7cce-df42-4dde-831b-ce2bc178af83","url":"https://api.qonoro.ai/v1/domain/intelligence","method":"POST","fingerprint":"addb5e08b1fbf1873ce05e86063d76381fbb160b7bc96d1886d0143deaf5a473","name":"Qonoro Domain Intelligence Agent","description":"Given a domain name, returns tech stack (CMS, frameworks, analytics, CDN, email marketing, e-commerce), DNS records, WHOIS data, email provider, hosting provider, and domain age in a single structured JSON response.","category":"other","docs_url":null,"advertised_price_usd":"0.030000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","networks":["eip155:8453"],"pay_to":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","input_schema":{"body":{"domain":"stripe.com"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to analyze (e.g. 'stripe.com')."},"buyer_region":{"type":"string","description":"Optional privacy-safe buyer region for operational reporting."}}}},"output_schema":{"type":"json","example":{"domain":"stripe.com","hosting":{"ip_address":"104.16.132.229","nameservers":["ns1.cloudflare.com","ns2.cloudflare.com"],"cdn_detected":true,"hosting_provider":"Cloudflare"},"cache_hit":false,"registrar":"MarkMonitor Inc.","request_id":"example-request-id","tech_stack":{"cdn":["Cloudflare"],"cms":[],"other":["Stripe"],"analytics":["Google Analytics","Segment"],"ecommerce":[],"frameworks":["React","Next.js"],"ui_frameworks":[],"email_marketing":[]},"dns_records":{"a_records":["104.16.132.229"],"mx_records":["aspmx.l.google.com"],"ns_records":["ns1.cloudflare.com","ns2.cloudflare.com"],"txt_records":["v=spf1 include:_spf.google.com ~all"]},"expiry_date":"2026-04-27","domain_age_years":24.3,"quality_warnings":[],"response_time_ms":1234.5,"registration_date":"2000-04-27","email_intelligence":{"mx_records":["aspmx.l.google.com"],"email_provider":"Google Workspace"}}},"schema_completeness":0,"status":"unknown","first_seen_at":"2026-08-23 12:24:48.963416+00","last_seen_at":"2026-08-25 09:23:11.36+00","last_success_at":null,"dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 17:11:56.689+00","search_tsv":"'age':31 'agent':4 'analyt':14 'cdn':15 'cms':12 'commerc':20 'data':24 'dns':21 'domain':2,7,30 'e':19 'e-commerc':18 'email':16,25 'framework':13 'given':5 'host':27 'intellig':3 'json':36 'market':17 'name':8 'provid':26,28 'qonoro':1 'record':22 'respons':37 'return':9 'singl':34 'stack':11 'structur':35 'tech':10 'whoi':23","catalog_number":"775","x402_version":2,"resource_url":"https://api.qonoro.ai/v1/domain/intelligence","resource_description":"Given a domain name, returns tech stack (CMS, frameworks, analytics, CDN, email marketing, e-commerce), DNS records, WHOIS data, email provider, hosting provider, and domain age in a single structured JSON response.","bazaar_extension":{"info":{"input":{"body":{"domain":"stripe.com"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to analyze (e.g. 'stripe.com')."},"buyer_region":{"type":"string","description":"Optional privacy-safe buyer region for operational reporting."}}}},"output":{"type":"json","example":{"domain":"stripe.com","hosting":{"ip_address":"104.16.132.229","nameservers":["ns1.cloudflare.com","ns2.cloudflare.com"],"cdn_detected":true,"hosting_provider":"Cloudflare"},"cache_hit":false,"registrar":"MarkMonitor Inc.","request_id":"example-request-id","tech_stack":{"cdn":["Cloudflare"],"cms":[],"other":["Stripe"],"analytics":["Google Analytics","Segment"],"ecommerce":[],"frameworks":["React","Next.js"],"ui_frameworks":[],"email_marketing":[]},"dns_records":{"a_records":["104.16.132.229"],"mx_records":["aspmx.l.google.com"],"ns_records":["ns1.cloudflare.com","ns2.cloudflare.com"],"txt_records":["v=spf1 include:_spf.google.com ~all"]},"expiry_date":"2026-04-27","domain_age_years":24.3,"quality_warnings":[],"response_time_ms":1234.5,"registration_date":"2000-04-27","email_intelligence":{"mx_records":["aspmx.l.google.com"],"email_provider":"Google Workspace"}}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to analyze (e.g. 'stripe.com')."},"buyer_region":{"type":"string","description":"Optional privacy-safe buyer region for operational reporting."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"inputSchema":{"type":"object"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"domain":{"type":"string"},"hosting":{"type":"object","properties":{"ip_address":{"type":"string","nullable":true},"nameservers":{"type":"array","items":{"type":"string"}},"cdn_detected":{"type":"boolean"},"hosting_provider":{"type":"string","nullable":true}}},"cache_hit":{"type":"boolean"},"registrar":{"type":"string","nullable":true},"request_id":{"type":"string"},"tech_stack":{"type":"object","properties":{"cdn":{"type":"array","items":{"type":"string"}},"cms":{"type":"array","items":{"type":"string"}},"other":{"type":"array","items":{"type":"string"}},"analytics":{"type":"array","items":{"type":"string"}},"ecommerce":{"type":"array","items":{"type":"string"}},"frameworks":{"type":"array","items":{"type":"string"}},"ui_frameworks":{"type":"array","items":{"type":"string"}},"email_marketing":{"type":"array","items":{"type":"string"}}}},"dns_records":{"type":"object","properties":{"a_records":{"type":"array","items":{"type":"string"}},"mx_records":{"type":"array","items":{"type":"string"}},"ns_records":{"type":"array","items":{"type":"string"}},"txt_records":{"type":"array","items":{"type":"string"}}}},"expiry_date":{"type":"string","nullable":true},"domain_age_years":{"type":"number","nullable":true},"quality_warnings":{"type":"array","items":{"type":"string"}},"response_time_ms":{"type":"number","nullable":true},"registration_date":{"type":"string","nullable":true},"email_intelligence":{"type":"object","properties":{"mx_records":{"type":"array","items":{"type":"string"}},"email_provider":{"type":"string","nullable":true}}}}}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","amount":"30000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","scheme":"exact","network":"eip155:8453","amountAtomic":"30000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null,"window":"24h","probes_n":0,"handshake_uptime":0,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null,"score":0,"computed_at":"2026-09-14 16:42:15.019+00","source_metadata":[{"raw":{"url":"https://api.qonoro.ai/v1/domain/intelligence","body":{"domain":"stripe.com"},"name":"Qonoro Domain Intelligence Agent","method":"POST","source":"bazaar:api.cdp.coinbase.com","fingerprint":"addb5e08b1fbf1873ce05e86063d76381fbb160b7bc96d1886d0143deaf5a473","inputSchema":{"body":{"domain":"stripe.com"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to analyze (e.g. 'stripe.com')."},"buyer_region":{"type":"string","description":"Optional privacy-safe buyer region for operational reporting."}}}},"resourceUrl":"https://api.qonoro.ai/v1/domain/intelligence","serviceName":"Qonoro Domain Intelligence Agent","x402Version":2,"outputSchema":{"type":"json","example":{"domain":"stripe.com","hosting":{"ip_address":"104.16.132.229","nameservers":["ns1.cloudflare.com","ns2.cloudflare.com"],"cdn_detected":true,"hosting_provider":"Cloudflare"},"cache_hit":false,"registrar":"MarkMonitor Inc.","request_id":"example-request-id","tech_stack":{"cdn":["Cloudflare"],"cms":[],"other":["Stripe"],"analytics":["Google Analytics","Segment"],"ecommerce":[],"frameworks":["React","Next.js"],"ui_frameworks":[],"email_marketing":[]},"dns_records":{"a_records":["104.16.132.229"],"mx_records":["aspmx.l.google.com"],"ns_records":["ns1.cloudflare.com","ns2.cloudflare.com"],"txt_records":["v=spf1 include:_spf.google.com ~all"]},"expiry_date":"2026-04-27","domain_age_years":24.3,"quality_warnings":[],"response_time_ms":1234.5,"registration_date":"2000-04-27","email_intelligence":{"mx_records":["aspmx.l.google.com"],"email_provider":"Google Workspace"}}},"acceptedAssets":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"],"bazaarExtension":{"info":{"input":{"body":{"domain":"stripe.com"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to analyze (e.g. 'stripe.com')."},"buyer_region":{"type":"string","description":"Optional privacy-safe buyer region for operational reporting."}}}},"output":{"type":"json","example":{"domain":"stripe.com","hosting":{"ip_address":"104.16.132.229","nameservers":["ns1.cloudflare.com","ns2.cloudflare.com"],"cdn_detected":true,"hosting_provider":"Cloudflare"},"cache_hit":false,"registrar":"MarkMonitor Inc.","request_id":"example-request-id","tech_stack":{"cdn":["Cloudflare"],"cms":[],"other":["Stripe"],"analytics":["Google Analytics","Segment"],"ecommerce":[],"frameworks":["React","Next.js"],"ui_frameworks":[],"email_marketing":[]},"dns_records":{"a_records":["104.16.132.229"],"mx_records":["aspmx.l.google.com"],"ns_records":["ns1.cloudflare.com","ns2.cloudflare.com"],"txt_records":["v=spf1 include:_spf.google.com ~all"]},"expiry_date":"2026-04-27","domain_age_years":24.3,"quality_warnings":[],"response_time_ms":1234.5,"registration_date":"2000-04-27","email_intelligence":{"mx_records":["aspmx.l.google.com"],"email_provider":"Google Workspace"}}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to analyze (e.g. 'stripe.com')."},"buyer_region":{"type":"string","description":"Optional privacy-safe buyer region for operational reporting."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"inputSchema":{"type":"object"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"domain":{"type":"string"},"hosting":{"type":"object","properties":{"ip_address":{"type":"string","nullable":true},"nameservers":{"type":"array","items":{"type":"string"}},"cdn_detected":{"type":"boolean"},"hosting_provider":{"type":"string","nullable":true}}},"cache_hit":{"type":"boolean"},"registrar":{"type":"string","nullable":true},"request_id":{"type":"string"},"tech_stack":{"type":"object","properties":{"cdn":{"type":"array","items":{"type":"string"}},"cms":{"type":"array","items":{"type":"string"}},"other":{"type":"array","items":{"type":"string"}},"analytics":{"type":"array","items":{"type":"string"}},"ecommerce":{"type":"array","items":{"type":"string"}},"frameworks":{"type":"array","items":{"type":"string"}},"ui_frameworks":{"type":"array","items":{"type":"string"}},"email_marketing":{"type":"array","items":{"type":"string"}}}},"dns_records":{"type":"object","properties":{"a_records":{"type":"array","items":{"type":"string"}},"mx_records":{"type":"array","items":{"type":"string"}},"ns_records":{"type":"array","items":{"type":"string"}},"txt_records":{"type":"array","items":{"type":"string"}}}},"expiry_date":{"type":"string","nullable":true},"domain_age_years":{"type":"number","nullable":true},"quality_warnings":{"type":"array","items":{"type":"string"}},"response_time_ms":{"type":"number","nullable":true},"registration_date":{"type":"string","nullable":true},"email_intelligence":{"type":"object","properties":{"mx_records":{"type":"array","items":{"type":"string"}},"email_provider":{"type":"string","nullable":true}}}}}}}}}},"supportedNetworks":["eip155:8453"],"advertisedPriceUsd":0.03,"paymentRequirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","amount":"30000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","scheme":"exact","network":"eip155:8453","amountAtomic":"30000"}],"resourceDescription":"Given a domain name, returns tech stack (CMS, frameworks, analytics, CDN, email marketing, e-commerce), DNS records, WHOIS data, email provider, hosting provider, and domain age in a single structured JSON response.","acceptedPaymentMethods":["exact"]},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://api.qonoro.ai/v1/domain/intelligence","resource_description":"Given a domain name, returns tech stack (CMS, frameworks, analytics, CDN, email marketing, e-commerce), DNS records, WHOIS data, email provider, hosting provider, and domain age in a single structured JSON response.","bazaar_extension":{"info":{"input":{"body":{"domain":"stripe.com"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to analyze (e.g. 'stripe.com')."},"buyer_region":{"type":"string","description":"Optional privacy-safe buyer region for operational reporting."}}}},"output":{"type":"json","example":{"domain":"stripe.com","hosting":{"ip_address":"104.16.132.229","nameservers":["ns1.cloudflare.com","ns2.cloudflare.com"],"cdn_detected":true,"hosting_provider":"Cloudflare"},"cache_hit":false,"registrar":"MarkMonitor Inc.","request_id":"example-request-id","tech_stack":{"cdn":["Cloudflare"],"cms":[],"other":["Stripe"],"analytics":["Google Analytics","Segment"],"ecommerce":[],"frameworks":["React","Next.js"],"ui_frameworks":[],"email_marketing":[]},"dns_records":{"a_records":["104.16.132.229"],"mx_records":["aspmx.l.google.com"],"ns_records":["ns1.cloudflare.com","ns2.cloudflare.com"],"txt_records":["v=spf1 include:_spf.google.com ~all"]},"expiry_date":"2026-04-27","domain_age_years":24.3,"quality_warnings":[],"response_time_ms":1234.5,"registration_date":"2000-04-27","email_intelligence":{"mx_records":["aspmx.l.google.com"],"email_provider":"Google Workspace"}}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to analyze (e.g. 'stripe.com')."},"buyer_region":{"type":"string","description":"Optional privacy-safe buyer region for operational reporting."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"inputSchema":{"type":"object"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"domain":{"type":"string"},"hosting":{"type":"object","properties":{"ip_address":{"type":"string","nullable":true},"nameservers":{"type":"array","items":{"type":"string"}},"cdn_detected":{"type":"boolean"},"hosting_provider":{"type":"string","nullable":true}}},"cache_hit":{"type":"boolean"},"registrar":{"type":"string","nullable":true},"request_id":{"type":"string"},"tech_stack":{"type":"object","properties":{"cdn":{"type":"array","items":{"type":"string"}},"cms":{"type":"array","items":{"type":"string"}},"other":{"type":"array","items":{"type":"string"}},"analytics":{"type":"array","items":{"type":"string"}},"ecommerce":{"type":"array","items":{"type":"string"}},"frameworks":{"type":"array","items":{"type":"string"}},"ui_frameworks":{"type":"array","items":{"type":"string"}},"email_marketing":{"type":"array","items":{"type":"string"}}}},"dns_records":{"type":"object","properties":{"a_records":{"type":"array","items":{"type":"string"}},"mx_records":{"type":"array","items":{"type":"string"}},"ns_records":{"type":"array","items":{"type":"string"}},"txt_records":{"type":"array","items":{"type":"string"}}}},"expiry_date":{"type":"string","nullable":true},"domain_age_years":{"type":"number","nullable":true},"quality_warnings":{"type":"array","items":{"type":"string"}},"response_time_ms":{"type":"number","nullable":true},"registration_date":{"type":"string","nullable":true},"email_intelligence":{"type":"object","properties":{"mx_records":{"type":"array","items":{"type":"string"}},"email_provider":{"type":"string","nullable":true}}}}}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","amount":"30000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","scheme":"exact","network":"eip155:8453","amountAtomic":"30000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null},"sonar_metrics":{"score":0,"uptime":0,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null},"cdp_indexed":false,"confidence":"low"}