{"id":"e472e02b-9e5e-4cf6-81a4-80fad065d0b4","url":"https://api.qonoro.ai/v1/person/search","method":"POST","fingerprint":"109ec04871660e8097f4f42e8d9d1f2619b0b9bd09c49288abccd2722df45acc","name":"Qonoro Person Search Agent","description":"x402-native person discovery for autonomous agents. Given search criteria (title, seniority, company, industry, or location) instead of a known name, returns a list of matching people with title, seniority, department, decision-maker status, LinkedIn URL, and location. Structured JSON. Paid per request via x402.","category":"search","docs_url":null,"advertised_price_usd":"0.050000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","networks":["eip155:8453"],"pay_to":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","input_schema":{"body":{"limit":5,"title":"VP of Sales","industry":"fintech","location":"New York, NY","buyer_region":"unknown"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":5,"maximum":10,"minimum":1},"title":{"type":"string","description":"Job title or title keyword to match."},"industry":{"type":"string","description":"Industry or sector keyword."},"location":{"type":"string","description":"City, state, country, or region filter."},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor"],"type":"string","description":"Optional seniority tier filter."},"buyer_region":{"enum":["PR","outside_PR","unknown"],"type":"string","description":"Optional privacy-safe buyer region for operational reporting."},"company_name":{"type":"string","description":"Restrict results to people at this company."}},"description":"At least one of title, seniority, company_name, industry, or location is required."}},"output_schema":{"type":"json","example":{"results":[{"title":"VP of Sales","location":"New York, NY","full_name":"Jane Doe","seniority":"vp","department":"sales","company_name":"Example Fintech Inc.","linkedin_url":"https://www.linkedin.com/in/janedoe","confidence_score":0.81,"is_decision_maker":true}],"sources":["https://example.com/team"],"criteria":{"title":"VP of Sales","industry":"fintech","location":"New York, NY"},"cache_hit":false,"request_id":"b2c3d4e5-0000-0000-0000-000000000000","result_count":2,"quality_warnings":[],"response_time_ms":6100}},"schema_completeness":0,"status":"unknown","first_seen_at":"2026-08-23 12:25:19.070139+00","last_seen_at":"2026-08-25 09:23:35.22+00","last_success_at":null,"dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 17:11:58.384+00","search_tsv":"'agent':4,12 'autonom':11 'compani':18 'criteria':15 'decis':38 'decision-mak':37 'depart':36 'discoveri':9 'given':13 'industri':19 'instead':22 'json':46 'known':25 'linkedin':41 'list':29 'locat':21,44 'maker':39 'match':31 'name':26 'nativ':7 'paid':47 'peopl':32 'per':48 'person':2,8 'qonoro':1 'request':49 'return':27 'search':3,14,52 'senior':17,35 'status':40 'structur':45 'titl':16,34 'url':42 'via':50 'x402':6,51 'x402-native':5","catalog_number":"857","x402_version":2,"resource_url":"https://api.qonoro.ai/v1/person/search","resource_description":"x402-native person discovery for autonomous agents. Given search criteria (title, seniority, company, industry, or location) instead of a known name, returns a list of matching people with title, seniority, department, decision-maker status, LinkedIn URL, and location. Structured JSON. Paid per request via x402.","bazaar_extension":{"info":{"input":{"body":{"limit":5,"title":"VP of Sales","industry":"fintech","location":"New York, NY","buyer_region":"unknown"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":5,"maximum":10,"minimum":1},"title":{"type":"string","description":"Job title or title keyword to match."},"industry":{"type":"string","description":"Industry or sector keyword."},"location":{"type":"string","description":"City, state, country, or region filter."},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor"],"type":"string","description":"Optional seniority tier filter."},"buyer_region":{"enum":["PR","outside_PR","unknown"],"type":"string","description":"Optional privacy-safe buyer region for operational reporting."},"company_name":{"type":"string","description":"Restrict results to people at this company."}},"description":"At least one of title, seniority, company_name, industry, or location is required."}},"output":{"type":"json","example":{"results":[{"title":"VP of Sales","location":"New York, NY","full_name":"Jane Doe","seniority":"vp","department":"sales","company_name":"Example Fintech Inc.","linkedin_url":"https://www.linkedin.com/in/janedoe","confidence_score":0.81,"is_decision_maker":true}],"sources":["https://example.com/team"],"criteria":{"title":"VP of Sales","industry":"fintech","location":"New York, NY"},"cache_hit":false,"request_id":"b2c3d4e5-0000-0000-0000-000000000000","result_count":2,"quality_warnings":[],"response_time_ms":6100}}},"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","properties":{"limit":{"type":"integer","default":5,"maximum":10,"minimum":1},"title":{"type":"string","description":"Job title or title keyword to match."},"industry":{"type":"string","description":"Industry or sector keyword."},"location":{"type":"string","description":"City, state, country, or region filter."},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor"],"type":"string","description":"Optional seniority tier filter."},"buyer_region":{"enum":["PR","outside_PR","unknown"],"type":"string","description":"Optional privacy-safe buyer region for operational reporting."},"company_name":{"type":"string","description":"Restrict results to people at this company."}},"description":"At least one of title, seniority, company_name, industry, or location is required."},"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":{"results":{"type":"array","items":{"type":"object","properties":{"title":{"type":["string","null"]},"location":{"type":["string","null"]},"full_name":{"type":"string"},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor","unknown"],"type":"string"},"department":{"enum":["engineering","sales","marketing","finance","product","hr","legal","operations","executive","other","unknown"],"type":"string"},"company_name":{"type":["string","null"]},"linkedin_url":{"type":["string","null"]},"confidence_score":{"type":"number"},"is_decision_maker":{"type":"boolean"}}}},"sources":{"type":"array","items":{"type":"string"}},"criteria":{"type":"object"},"cache_hit":{"type":"boolean"},"request_id":{"type":"string"},"result_count":{"type":"integer"},"quality_warnings":{"type":"array","items":{"type":"string"}},"response_time_ms":{"type":["number","null"]}}}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","scheme":"exact","network":"eip155:8453","amountAtomic":"50000"}],"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:16.007+00","source_metadata":[{"raw":{"url":"https://api.qonoro.ai/v1/person/search","body":{"limit":5,"title":"VP of Sales","industry":"fintech","location":"New York, NY","buyer_region":"unknown"},"name":"Qonoro Person Search Agent","method":"POST","source":"bazaar:api.cdp.coinbase.com","fingerprint":"109ec04871660e8097f4f42e8d9d1f2619b0b9bd09c49288abccd2722df45acc","inputSchema":{"body":{"limit":5,"title":"VP of Sales","industry":"fintech","location":"New York, NY","buyer_region":"unknown"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":5,"maximum":10,"minimum":1},"title":{"type":"string","description":"Job title or title keyword to match."},"industry":{"type":"string","description":"Industry or sector keyword."},"location":{"type":"string","description":"City, state, country, or region filter."},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor"],"type":"string","description":"Optional seniority tier filter."},"buyer_region":{"enum":["PR","outside_PR","unknown"],"type":"string","description":"Optional privacy-safe buyer region for operational reporting."},"company_name":{"type":"string","description":"Restrict results to people at this company."}},"description":"At least one of title, seniority, company_name, industry, or location is required."}},"resourceUrl":"https://api.qonoro.ai/v1/person/search","serviceName":"Qonoro Person Search Agent","x402Version":2,"outputSchema":{"type":"json","example":{"results":[{"title":"VP of Sales","location":"New York, NY","full_name":"Jane Doe","seniority":"vp","department":"sales","company_name":"Example Fintech Inc.","linkedin_url":"https://www.linkedin.com/in/janedoe","confidence_score":0.81,"is_decision_maker":true}],"sources":["https://example.com/team"],"criteria":{"title":"VP of Sales","industry":"fintech","location":"New York, NY"},"cache_hit":false,"request_id":"b2c3d4e5-0000-0000-0000-000000000000","result_count":2,"quality_warnings":[],"response_time_ms":6100}},"acceptedAssets":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"],"bazaarExtension":{"info":{"input":{"body":{"limit":5,"title":"VP of Sales","industry":"fintech","location":"New York, NY","buyer_region":"unknown"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":5,"maximum":10,"minimum":1},"title":{"type":"string","description":"Job title or title keyword to match."},"industry":{"type":"string","description":"Industry or sector keyword."},"location":{"type":"string","description":"City, state, country, or region filter."},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor"],"type":"string","description":"Optional seniority tier filter."},"buyer_region":{"enum":["PR","outside_PR","unknown"],"type":"string","description":"Optional privacy-safe buyer region for operational reporting."},"company_name":{"type":"string","description":"Restrict results to people at this company."}},"description":"At least one of title, seniority, company_name, industry, or location is required."}},"output":{"type":"json","example":{"results":[{"title":"VP of Sales","location":"New York, NY","full_name":"Jane Doe","seniority":"vp","department":"sales","company_name":"Example Fintech Inc.","linkedin_url":"https://www.linkedin.com/in/janedoe","confidence_score":0.81,"is_decision_maker":true}],"sources":["https://example.com/team"],"criteria":{"title":"VP of Sales","industry":"fintech","location":"New York, NY"},"cache_hit":false,"request_id":"b2c3d4e5-0000-0000-0000-000000000000","result_count":2,"quality_warnings":[],"response_time_ms":6100}}},"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","properties":{"limit":{"type":"integer","default":5,"maximum":10,"minimum":1},"title":{"type":"string","description":"Job title or title keyword to match."},"industry":{"type":"string","description":"Industry or sector keyword."},"location":{"type":"string","description":"City, state, country, or region filter."},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor"],"type":"string","description":"Optional seniority tier filter."},"buyer_region":{"enum":["PR","outside_PR","unknown"],"type":"string","description":"Optional privacy-safe buyer region for operational reporting."},"company_name":{"type":"string","description":"Restrict results to people at this company."}},"description":"At least one of title, seniority, company_name, industry, or location is required."},"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":{"results":{"type":"array","items":{"type":"object","properties":{"title":{"type":["string","null"]},"location":{"type":["string","null"]},"full_name":{"type":"string"},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor","unknown"],"type":"string"},"department":{"enum":["engineering","sales","marketing","finance","product","hr","legal","operations","executive","other","unknown"],"type":"string"},"company_name":{"type":["string","null"]},"linkedin_url":{"type":["string","null"]},"confidence_score":{"type":"number"},"is_decision_maker":{"type":"boolean"}}}},"sources":{"type":"array","items":{"type":"string"}},"criteria":{"type":"object"},"cache_hit":{"type":"boolean"},"request_id":{"type":"string"},"result_count":{"type":"integer"},"quality_warnings":{"type":"array","items":{"type":"string"}},"response_time_ms":{"type":["number","null"]}}}}}}}},"supportedNetworks":["eip155:8453"],"advertisedPriceUsd":0.05,"paymentRequirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","scheme":"exact","network":"eip155:8453","amountAtomic":"50000"}],"resourceDescription":"x402-native person discovery for autonomous agents. Given search criteria (title, seniority, company, industry, or location) instead of a known name, returns a list of matching people with title, seniority, department, decision-maker status, LinkedIn URL, and location. Structured JSON. Paid per request via x402.","acceptedPaymentMethods":["exact"]},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://api.qonoro.ai/v1/person/search","resource_description":"x402-native person discovery for autonomous agents. Given search criteria (title, seniority, company, industry, or location) instead of a known name, returns a list of matching people with title, seniority, department, decision-maker status, LinkedIn URL, and location. Structured JSON. Paid per request via x402.","bazaar_extension":{"info":{"input":{"body":{"limit":5,"title":"VP of Sales","industry":"fintech","location":"New York, NY","buyer_region":"unknown"},"type":"http","method":"POST","bodyType":"json","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":5,"maximum":10,"minimum":1},"title":{"type":"string","description":"Job title or title keyword to match."},"industry":{"type":"string","description":"Industry or sector keyword."},"location":{"type":"string","description":"City, state, country, or region filter."},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor"],"type":"string","description":"Optional seniority tier filter."},"buyer_region":{"enum":["PR","outside_PR","unknown"],"type":"string","description":"Optional privacy-safe buyer region for operational reporting."},"company_name":{"type":"string","description":"Restrict results to people at this company."}},"description":"At least one of title, seniority, company_name, industry, or location is required."}},"output":{"type":"json","example":{"results":[{"title":"VP of Sales","location":"New York, NY","full_name":"Jane Doe","seniority":"vp","department":"sales","company_name":"Example Fintech Inc.","linkedin_url":"https://www.linkedin.com/in/janedoe","confidence_score":0.81,"is_decision_maker":true}],"sources":["https://example.com/team"],"criteria":{"title":"VP of Sales","industry":"fintech","location":"New York, NY"},"cache_hit":false,"request_id":"b2c3d4e5-0000-0000-0000-000000000000","result_count":2,"quality_warnings":[],"response_time_ms":6100}}},"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","properties":{"limit":{"type":"integer","default":5,"maximum":10,"minimum":1},"title":{"type":"string","description":"Job title or title keyword to match."},"industry":{"type":"string","description":"Industry or sector keyword."},"location":{"type":"string","description":"City, state, country, or region filter."},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor"],"type":"string","description":"Optional seniority tier filter."},"buyer_region":{"enum":["PR","outside_PR","unknown"],"type":"string","description":"Optional privacy-safe buyer region for operational reporting."},"company_name":{"type":"string","description":"Restrict results to people at this company."}},"description":"At least one of title, seniority, company_name, industry, or location is required."},"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":{"results":{"type":"array","items":{"type":"object","properties":{"title":{"type":["string","null"]},"location":{"type":["string","null"]},"full_name":{"type":"string"},"seniority":{"enum":["c_level","vp","director","manager","individual_contributor","unknown"],"type":"string"},"department":{"enum":["engineering","sales","marketing","finance","product","hr","legal","operations","executive","other","unknown"],"type":"string"},"company_name":{"type":["string","null"]},"linkedin_url":{"type":["string","null"]},"confidence_score":{"type":"number"},"is_decision_maker":{"type":"boolean"}}}},"sources":{"type":"array","items":{"type":"string"}},"criteria":{"type":"object"},"cache_hit":{"type":"boolean"},"request_id":{"type":"string"},"result_count":{"type":"integer"},"quality_warnings":{"type":"array","items":{"type":"string"}},"response_time_ms":{"type":["number","null"]}}}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","scheme":"exact","network":"eip155:8453","amountAtomic":"50000"}],"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"}