{"id":"a1457b7a-16f0-4b5d-9132-9a49407872f8","url":"https://headers.use.x402atlas.com/?url=https%3A%2F%2Fexample.com%2F","method":"GET","fingerprint":"b3a3e8b9edf4c0fad9473e6d5ad26533be09239a26f5d334d12188ffafe49433","name":"HTTP Security Headers Check","description":"Audit a URL's HTTP security headers over a single body-free (HEAD) request. Grades Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy, flags information-leak headers (Server, X-Powered-By), and returns the parsed values plus advisory warnings. Clean JSON for security and pentest automation.","category":"other","docs_url":null,"advertised_price_usd":"0.010000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","networks":["eip155:8453","eip155:137","eip155:42161","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"pay_to":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","input_schema":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Absolute http/https URL to audit. Host must be a hostname (not an IP literal), not \"localhost\", and not under a reserved suffix (.local, .internal, .localdomain, .lan, .test). Non-default ports must be allowlisted. Redirects are not followed."}}}},"additionalProperties":false},"output_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["url","status_code","queried_at","headers","warnings"],"properties":{"url":{"type":"string","description":"The audited URL, exactly as given"},"headers":{"type":"object","properties":{"server":{"type":["string","null"],"description":"Server header value, if disclosed by the target"},"x_powered_by":{"type":["string","null"],"description":"X-Powered-By header value, if disclosed by the target"},"referrer_policy":{"type":["string","null"]},"x_frame_options":{"type":["string","null"]},"permissions_policy":{"type":["string","null"]},"x_content_type_options":{"type":["string","null"]},"content_security_policy":{"type":["string","null"]},"strict_transport_security":{"type":["object","null"],"properties":{"value":{"type":"string","description":"Raw Strict-Transport-Security header value"},"max_age":{"type":["integer","null"],"description":"Parsed max-age in seconds; null if absent or unparseable"},"preload":{"type":"boolean"},"include_subdomains":{"type":"boolean"}}}},"description":"Graded, normalized security headers. Each field is null when the header is absent from the response"},"warnings":{"type":"array","items":{"type":"string"},"description":"Human-readable posture advisories, e.g. missing or weak headers"},"queried_at":{"type":"string","format":"date-time","description":"UTC timestamp the audit was performed"},"status_code":{"type":"integer","description":"HTTP status code returned by the target for the HEAD request"}}}}},"schema_completeness":0,"status":"live","first_seen_at":"2026-08-23 11:38:26.638782+00","last_seen_at":"2026-08-25 09:08:23.698+00","last_success_at":"2026-09-14 12:26:25.382+00","dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 12:31:25.382+00","search_tsv":"'advisori':61 'audit':5 'autom':69 'bodi':16 'body-fre':15 'check':4 'clean':63 'content':26,35 'content-security-polici':25 'flag':45 'frame':31 'free':17 'grade':20 'head':18 'header':3,11,49 'http':1,9 'inform':47 'information-leak':46 'json':64 'leak':48 'option':32,37 'pars':58 'pentest':68 'permiss':43 'permissions-polici':42 'plus':60 'polici':28,40,44 'power':53 'referr':39 'referrer-polici':38 'request':19 'return':56 'secur':2,10,24,27,66 'server':50 'singl':14 'strict':22 'strict-transport-secur':21 'transport':23 'type':36 'url':7 'valu':59 'warn':62 'x':30,34,52 'x-content-type-opt':33 'x-frame-opt':29 'x-powered-bi':51","catalog_number":"173","x402_version":2,"resource_url":"https://headers.use.x402atlas.com/?url=https%3A%2F%2Fexample.com%2F","resource_description":"Audit a URL's HTTP security headers over a single body-free (HEAD) request. Grades Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy, flags information-leak headers (Server, X-Powered-By), and returns the parsed values plus advisory warnings. Clean JSON for security and pentest automation.","bazaar_extension":{"info":{"input":{"type":"http","method":"GET","queryParams":{"url":"https://example.com/"}},"output":{"type":"json","example":{"url":"https://example.com/","headers":{"server":null,"x_powered_by":null,"referrer_policy":"strict-origin-when-cross-origin","x_frame_options":"DENY","permissions_policy":null,"x_content_type_options":"nosniff","content_security_policy":"default-src 'self'","strict_transport_security":{"value":"max-age=31536000; includeSubDomains","max_age":31536000,"preload":false,"include_subdomains":true}},"warnings":["no Permissions-Policy header (powerful browser features are not restricted)"],"queried_at":"2026-07-03T12:00:00Z","status_code":200}}},"tags":["http","headers","security","hsts","csp","x-frame-options","posture"],"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Absolute http/https URL to audit. Host must be a hostname (not an IP literal), not \"localhost\", and not under a reserved suffix (.local, .internal, .localdomain, .lan, .test). Non-default ports must be allowlisted. Redirects are not followed."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["url","status_code","queried_at","headers","warnings"],"properties":{"url":{"type":"string","description":"The audited URL, exactly as given"},"headers":{"type":"object","properties":{"server":{"type":["string","null"],"description":"Server header value, if disclosed by the target"},"x_powered_by":{"type":["string","null"],"description":"X-Powered-By header value, if disclosed by the target"},"referrer_policy":{"type":["string","null"]},"x_frame_options":{"type":["string","null"]},"permissions_policy":{"type":["string","null"]},"x_content_type_options":{"type":["string","null"]},"content_security_policy":{"type":["string","null"]},"strict_transport_security":{"type":["object","null"],"properties":{"value":{"type":"string","description":"Raw Strict-Transport-Security header value"},"max_age":{"type":["integer","null"],"description":"Parsed max-age in seconds; null if absent or unparseable"},"preload":{"type":"boolean"},"include_subdomains":{"type":"boolean"}}}},"description":"Graded, normalized security headers. Each field is null when the header is absent from the response"},"warnings":{"type":"array","items":{"type":"string"},"description":"Human-readable posture advisories, e.g. missing or weak headers"},"queried_at":{"type":"string","format":"date-time","description":"UTC timestamp the audit was performed"},"status_code":{"type":"integer","description":"HTTP status code returned by the target for the HEAD request"}}}}}}},"category":"domain-intelligence"},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:8453","amountAtomic":"10000"},{"raw":{"asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:137","maxTimeoutSeconds":300},"asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:137","amountAtomic":"10000"},{"raw":{"asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:42161","maxTimeoutSeconds":300},"asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:42161","amountAtomic":"10000"},{"raw":{"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"tier":"standard","feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM","merchant":"x402Atlas"},"payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","amount":"10000","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","maxTimeoutSeconds":300},"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","amountAtomic":"10000"}],"bazaar_compatible":true,"bazaar_validated_at":"2026-09-14 12:26:25.382+00","bazaar_validation_error":null,"window":"24h","probes_n":49,"handshake_uptime":0.97959185,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":841,"latency_p90":2141,"price_drift_pct":0,"score":0.7181,"computed_at":"2026-09-14 12:26:57.912+00","source_metadata":[{"raw":{"url":"https://headers.use.x402atlas.com/?url=https%3A%2F%2Fexample.com%2F","name":"HTTP Security Headers Check","method":"GET","source":"bazaar:api.cdp.coinbase.com","fingerprint":"b3a3e8b9edf4c0fad9473e6d5ad26533be09239a26f5d334d12188ffafe49433","inputSchema":{"type":"http","method":"GET","queryParams":{"url":"https://example.com/"}},"resourceUrl":"https://headers.use.x402atlas.com/","serviceName":"HTTP Security Headers Check","x402Version":2,"outputSchema":{"type":"json","example":{"url":"https://example.com/","headers":{"server":null,"x_powered_by":null,"referrer_policy":"strict-origin-when-cross-origin","x_frame_options":"DENY","permissions_policy":null,"x_content_type_options":"nosniff","content_security_policy":"default-src 'self'","strict_transport_security":{"value":"max-age=31536000; includeSubDomains","max_age":31536000,"preload":false,"include_subdomains":true}},"warnings":["no Permissions-Policy header (powerful browser features are not restricted)"],"queried_at":"2026-07-03T12:00:00Z","status_code":200}},"acceptedAssets":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","0xaf88d065e77c8cC2239327C5EDb3A432268e5831","EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"],"bazaarExtension":{"info":{"input":{"type":"http","method":"GET","queryParams":{"url":"https://example.com/"}},"output":{"type":"json","example":{"url":"https://example.com/","headers":{"server":null,"x_powered_by":null,"referrer_policy":"strict-origin-when-cross-origin","x_frame_options":"DENY","permissions_policy":null,"x_content_type_options":"nosniff","content_security_policy":"default-src 'self'","strict_transport_security":{"value":"max-age=31536000; includeSubDomains","max_age":31536000,"preload":false,"include_subdomains":true}},"warnings":["no Permissions-Policy header (powerful browser features are not restricted)"],"queried_at":"2026-07-03T12:00:00Z","status_code":200}}},"tags":["http","headers","security","hsts","csp","x-frame-options","posture"],"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Absolute http/https URL to audit. Host must be a hostname (not an IP literal), not \"localhost\", and not under a reserved suffix (.local, .internal, .localdomain, .lan, .test). Non-default ports must be allowlisted. Redirects are not followed."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["url","status_code","queried_at","headers","warnings"],"properties":{"url":{"type":"string","description":"The audited URL, exactly as given"},"headers":{"type":"object","properties":{"server":{"type":["string","null"],"description":"Server header value, if disclosed by the target"},"x_powered_by":{"type":["string","null"],"description":"X-Powered-By header value, if disclosed by the target"},"referrer_policy":{"type":["string","null"]},"x_frame_options":{"type":["string","null"]},"permissions_policy":{"type":["string","null"]},"x_content_type_options":{"type":["string","null"]},"content_security_policy":{"type":["string","null"]},"strict_transport_security":{"type":["object","null"],"properties":{"value":{"type":"string","description":"Raw Strict-Transport-Security header value"},"max_age":{"type":["integer","null"],"description":"Parsed max-age in seconds; null if absent or unparseable"},"preload":{"type":"boolean"},"include_subdomains":{"type":"boolean"}}}},"description":"Graded, normalized security headers. Each field is null when the header is absent from the response"},"warnings":{"type":"array","items":{"type":"string"},"description":"Human-readable posture advisories, e.g. missing or weak headers"},"queried_at":{"type":"string","format":"date-time","description":"UTC timestamp the audit was performed"},"status_code":{"type":"integer","description":"HTTP status code returned by the target for the HEAD request"}}}}}}},"category":"domain-intelligence"},"supportedNetworks":["eip155:8453","eip155:137","eip155:42161","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"advertisedPriceUsd":0.01,"paymentRequirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:8453","amountAtomic":"10000"},{"raw":{"asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:137","maxTimeoutSeconds":300},"asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:137","amountAtomic":"10000"},{"raw":{"asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:42161","maxTimeoutSeconds":300},"asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:42161","amountAtomic":"10000"},{"raw":{"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"tier":"standard","feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP","merchant":"x402Atlas"},"payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","amount":"10000","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","maxTimeoutSeconds":300},"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","amountAtomic":"10000"}],"resourceDescription":"Audit a URL's HTTP security headers over a single body-free (HEAD) request. Grades Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy, flags information-leak headers (Server, X-Powered-By), and returns the parsed values plus advisory warnings. Clean JSON for security and pentest automation.","acceptedPaymentMethods":["exact"]},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://headers.use.x402atlas.com/?url=https%3A%2F%2Fexample.com%2F","resource_description":"Audit a URL's HTTP security headers over a single body-free (HEAD) request. Grades Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy, flags information-leak headers (Server, X-Powered-By), and returns the parsed values plus advisory warnings. Clean JSON for security and pentest automation.","bazaar_extension":{"info":{"input":{"type":"http","method":"GET","queryParams":{"url":"https://example.com/"}},"output":{"type":"json","example":{"url":"https://example.com/","headers":{"server":null,"x_powered_by":null,"referrer_policy":"strict-origin-when-cross-origin","x_frame_options":"DENY","permissions_policy":null,"x_content_type_options":"nosniff","content_security_policy":"default-src 'self'","strict_transport_security":{"value":"max-age=31536000; includeSubDomains","max_age":31536000,"preload":false,"include_subdomains":true}},"warnings":["no Permissions-Policy header (powerful browser features are not restricted)"],"queried_at":"2026-07-03T12:00:00Z","status_code":200}}},"tags":["http","headers","security","hsts","csp","x-frame-options","posture"],"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Absolute http/https URL to audit. Host must be a hostname (not an IP literal), not \"localhost\", and not under a reserved suffix (.local, .internal, .localdomain, .lan, .test). Non-default ports must be allowlisted. Redirects are not followed."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["url","status_code","queried_at","headers","warnings"],"properties":{"url":{"type":"string","description":"The audited URL, exactly as given"},"headers":{"type":"object","properties":{"server":{"type":["string","null"],"description":"Server header value, if disclosed by the target"},"x_powered_by":{"type":["string","null"],"description":"X-Powered-By header value, if disclosed by the target"},"referrer_policy":{"type":["string","null"]},"x_frame_options":{"type":["string","null"]},"permissions_policy":{"type":["string","null"]},"x_content_type_options":{"type":["string","null"]},"content_security_policy":{"type":["string","null"]},"strict_transport_security":{"type":["object","null"],"properties":{"value":{"type":"string","description":"Raw Strict-Transport-Security header value"},"max_age":{"type":["integer","null"],"description":"Parsed max-age in seconds; null if absent or unparseable"},"preload":{"type":"boolean"},"include_subdomains":{"type":"boolean"}}}},"description":"Graded, normalized security headers. Each field is null when the header is absent from the response"},"warnings":{"type":"array","items":{"type":"string"},"description":"Human-readable posture advisories, e.g. missing or weak headers"},"queried_at":{"type":"string","format":"date-time","description":"UTC timestamp the audit was performed"},"status_code":{"type":"integer","description":"HTTP status code returned by the target for the HEAD request"}}}}}}},"category":"domain-intelligence"},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:8453","amountAtomic":"10000"},{"raw":{"asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:137","maxTimeoutSeconds":300},"asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:137","amountAtomic":"10000"},{"raw":{"asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","tier":"standard","version":"2","merchant":"x402Atlas"},"payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","amount":"10000","scheme":"exact","network":"eip155:42161","maxTimeoutSeconds":300},"asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact","network":"eip155:42161","amountAtomic":"10000"},{"raw":{"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"tier":"standard","feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM","merchant":"x402Atlas"},"payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","amount":"10000","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","maxTimeoutSeconds":300},"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","amountAtomic":"10000"}],"bazaar_compatible":true,"bazaar_validated_at":"2026-09-14 12:26:25.382+00","bazaar_validation_error":null},"sonar_metrics":{"score":0.7181,"uptime":0.97959185,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":841,"latency_p90":2141,"price_drift_pct":0},"cdp_indexed":false,"confidence":"high"}