{
  "x402Version": 2,
  "id": 107,
  "slug": "107",
  "resource": "https://stableenrich.dev/api/fullenrich/people-search",
  "description": "FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority, title, location, skills, and 20+ FullEnrich filters. Default lean roster: companies map + company_id refs; include_employment_history or verbose for full history. $0.15 when results found; free when no matches.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "150000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "150000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "current_company_domains": [
              {
                "value": "stripe.com"
              }
            ],
            "current_company_names": [
              {
                "value": "Timber Creek High School"
              }
            ],
            "current_position_seniority_level": [
              {
                "value": "C-level"
              },
              {
                "value": "VP"
              },
              {
                "value": "Director"
              },
              {
                "value": "Senior"
              }
            ],
            "current_position_titles": [
              {
                "value": "Software Engineer"
              }
            ],
            "offset": 0,
            "person_locations": [
              {
                "value": "New York"
              }
            ],
            "person_names": [
              {
                "value": "Julie Abel"
              }
            ],
            "person_skills": [
              {
                "value": "Rust"
              },
              {
                "value": "DeFi"
              }
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "companies": {
              "co_stripe": {
                "domain": "stripe.com",
                "id": "co_stripe",
                "name": "Stripe"
              }
            },
            "metadata": {
              "offset": 0,
              "total": 1
            },
            "people": [
              {
                "employment": {
                  "current": {
                    "company_id": "co_stripe",
                    "is_current": true,
                    "seniority": "VP",
                    "title": "VP Engineering"
                  }
                },
                "full_name": "Jane Doe",
                "location": {
                  "city": "San Francisco",
                  "country": "United States"
                },
                "social_profiles": {
                  "professional_network": {
                    "url": "https://www.linkedin.com/in/janedoe"
                  }
                }
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "$schema": "https://json-schema.org/draft/2020-12/schema"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": {},
                "properties": {
                  "companies": {
                    "additionalProperties": {
                      "additionalProperties": {},
                      "properties": {
                        "company_type": {
                          "type": "string"
                        },
                        "description": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "headcount": {
                          "maximum": 9007199254740991,
                          "minimum": -9007199254740991,
                          "type": "integer"
                        },
                        "headcount_range": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "industry": {
                          "additionalProperties": {},
                          "properties": {
                            "main_industry": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "locations": {
                          "additionalProperties": {},
                          "properties": {
                            "headquarters": {
                              "additionalProperties": {},
                              "properties": {
                                "city": {
                                  "type": "string"
                                },
                                "country": {
                                  "type": "string"
                                },
                                "country_code": {
                                  "type": "string"
                                },
                                "line1": {
                                  "type": "string"
                                },
                                "line2": {
                                  "type": "string"
                                },
                                "region": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "offices": {
                              "anyOf": [
                                {
                                  "items": {
                                    "additionalProperties": {},
                                    "properties": {
                                      "line1": {
                                        "type": "string"
                                      },
                                      "line2": {
                                        "type": "string"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "social_profiles": {
                          "additionalProperties": {},
                          "properties": {
                            "professional_network": {
                              "additionalProperties": {},
                              "properties": {
                                "connection_count": {
                                  "maximum": 9007199254740991,
                                  "minimum": -9007199254740991,
                                  "type": "integer"
                                },
                                "handle": {
                                  "type": "string"
                                },
                                "id": {
                                  "maximum": 9007199254740991,
                                  "minimum": -9007199254740991,
                                  "type": "integer"
                                },
                                "url": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            }
                          },
                          "type": "object"
                        },
                        "specialties": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "year_founded": {
                          "maximum": 9007199254740991,
                          "minimum": -9007199254740991,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "propertyNames": {
                      "type": "string"
                    },
                    "type": "object"
                  },
                  "metadata": {
                    "additionalProperties": {},
                    "properties": {
                      "credits": {
                        "type": "number"
                      },
                      "offset": {
                        "type": "number"
                      },
                      "search_after": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "total": {
                        "type": "number"
                      }
                    },
                    "type": "object"
                  },
                  "people": {
                    "items": {
                      "additionalProperties": {},
                      "properties": {
                        "educations": {
                          "items": {
                            "additionalProperties": {},
                            "properties": {
                              "degree": {
                                "type": "string"
                              },
                              "end_at": {
                                "type": "string"
                              },
                              "school_name": {
                                "type": "string"
                              },
                              "start_at": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "type": "array"
                        },
                        "employment": {
                          "additionalProperties": {},
                          "properties": {
                            "all": {
                              "items": {
                                "additionalProperties": {},
                                "properties": {
                                  "company": {
                                    "additionalProperties": {},
                                    "properties": {
                                      "company_type": {
                                        "type": "string"
                                      },
                                      "description": {
                                        "type": "string"
                                      },
                                      "domain": {
                                        "type": "string"
                                      },
                                      "headcount": {
                                        "maximum": 9007199254740991,
                                        "minimum": -9007199254740991,
                                        "type": "integer"
                                      },
                                      "headcount_range": {
                                        "type": "string"
                                      },
                                      "id": {
                                        "type": "string"
                                      },
                                      "industry": {
                                        "additionalProperties": {},
                                        "properties": {
                                          "main_industry": {
                                            "type": "string"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "locations": {
                                        "additionalProperties": {},
                                        "properties": {
                                          "headquarters": {
                                            "additionalProperties": {},
                                            "properties": {
                                              "city": {
                                                "type": "string"
                                              },
                                              "country": {
                                                "type": "string"
                                              },
                                              "country_code": {
                                                "type": "string"
                                              },
                                              "line1": {
                                                "type": "string"
                                              },
                                              "line2": {
                                                "type": "string"
                                              },
                                              "region": {
                                                "type": "string"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "offices": {
                                            "anyOf": [
                                              {
                                                "items": {
                                                  "additionalProperties": {},
                                                  "properties": {
                                                    "line1": {
                                                      "type": "string"
                                                    },
                                                    "line2": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "type": "object"
                                                },
                                                "type": "array"
                                              },
                                              {
                                                "type": "null"
                                              }
                                            ]
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "social_profiles": {
                                        "additionalProperties": {},
                                        "properties": {
                                          "professional_network": {
                                            "additionalProperties": {},
                                            "properties": {
                                              "connection_count": {
                                                "maximum": 9007199254740991,
                                                "minimum": -9007199254740991,
                                                "type": "integer"
                                              },
                                              "handle": {
                                                "type": "string"
                                              },
                                              "id": {
                                                "maximum": 9007199254740991,
                                                "minimum": -9007199254740991,
                                                "type": "integer"
                                              },
                                              "url": {
                                                "type": "string"
                                              }
                                            },
                                            "type": "object"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "specialties": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array"
                                      },
                                      "year_founded": {
                                        "maximum": 9007199254740991,
                                        "minimum": -9007199254740991,
                                        "type": "integer"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "company_id": {
                                    "type": "string"
                                  },
                                  "description": {
                                    "type": "string"
                                  },
                                  "end_at": {
                                    "type": "string"
                                  },
                                  "is_current": {
                                    "type": "boolean"
                                  },
                                  "job_functions": {
                                    "items": {
                                      "additionalProperties": {},
                                      "properties": {
                                        "function": {
                                          "type": "string"
                                        },
                                        "sub_function": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "seniority": {
                                    "type": "string"
                                  },
                                  "start_at": {
                                    "type": "string"
                                  },
                                  "title": {
                                    "type": "string"
                                  }
                                },
                                "type": "object"
                              },
                              "type": "array"
                            },
                            "current": {
                              "additionalProperties": {},
                              "properties": {
                                "company": {
                                  "additionalProperties": {},
                                  "properties": {
                                    "company_type": {
                                      "type": "string"
                                    },
                                    "description": {
                                      "type": "string"
                                    },
                                    "domain": {
                                      "type": "string"
                                    },
                                    "headcount": {
                                      "maximum": 9007199254740991,
                                      "minimum": -9007199254740991,
                                      "type": "integer"
                                    },
                                    "headcount_range": {
                                      "type": "string"
                                    },
                                    "id": {
                                      "type": "string"
                                    },
                                    "industry": {
                                      "additionalProperties": {},
                                      "properties": {
                                        "main_industry": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "locations": {
                                      "additionalProperties": {},
                                      "properties": {
                                        "headquarters": {
                                          "additionalProperties": {},
                                          "properties": {
                                            "city": {
                                              "type": "string"
                                            },
                                            "country": {
                                              "type": "string"
                                            },
                                            "country_code": {
                                              "type": "string"
                                            },
                                            "line1": {
                                              "type": "string"
                                            },
                                            "line2": {
                                              "type": "string"
                                            },
                                            "region": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "offices": {
                                          "anyOf": [
                                            {
                                              "items": {
                                                "additionalProperties": {},
                                                "properties": {
                                                  "line1": {
                                                    "type": "string"
                                                  },
                                                  "line2": {
                                                    "type": "string"
                                                  }
                                                },
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            {
                                              "type": "null"
                                            }
                                          ]
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "social_profiles": {
                                      "additionalProperties": {},
                                      "properties": {
                                        "professional_network": {
                                          "additionalProperties": {},
                                          "properties": {
                                            "connection_count": {
                                              "maximum": 9007199254740991,
                                              "minimum": -9007199254740991,
                                              "type": "integer"
                                            },
                                            "handle": {
                                              "type": "string"
                                            },
                                            "id": {
                                              "maximum": 9007199254740991,
                                              "minimum": -9007199254740991,
                                              "type": "integer"
                                            },
                                            "url": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "specialties": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "year_founded": {
                                      "maximum": 9007199254740991,
                                      "minimum": -9007199254740991,
                                      "type": "integer"
                                    }
                                  },
                                  "type": "object"
                                },
                                "company_id": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "end_at": {
                                  "type": "string"
                                },
                                "is_current": {
                                  "type": "boolean"
                                },
                                "job_functions": {
                                  "items": {
                                    "additionalProperties": {},
                                    "properties": {
                                      "function": {
                                        "type": "string"
                                      },
                                      "sub_function": {
                                        "type": "string"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "seniority": {
                                  "type": "string"
                                },
                                "start_at": {
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            }
                          },
                          "type": "object"
                        },
                        "first_name": {
                          "type": "string"
                        },
                        "full_name": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "languages": {
                          "items": {
                            "additionalProperties": {},
                            "properties": {
                              "language": {
                                "type": "string"
                              },
                              "proficiency": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "type": "array"
                        },
                        "last_name": {
                          "type": "string"
                        },
                        "location": {
                          "additionalProperties": {},
                          "properties": {
                            "city": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "country_code": {
                              "type": "string"
                            },
                            "region": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "skills": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "social_profiles": {
                          "additionalProperties": {},
                          "properties": {
                            "professional_network": {
                              "additionalProperties": {},
                              "properties": {
                                "connection_count": {
                                  "maximum": 9007199254740991,
                                  "minimum": -9007199254740991,
                                  "type": "integer"
                                },
                                "handle": {
                                  "type": "string"
                                },
                                "id": {
                                  "maximum": 9007199254740991,
                                  "minimum": -9007199254740991,
                                  "type": "integer"
                                },
                                "url": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "stableenrich.dev",
  "lastUpdated": "2026-09-18T20:27:23.593Z",
  "quality": {
    "calls30d": 1287,
    "uniquePayers30d": 68,
    "lastCalledAt": "2026-09-18T17:38:47.583Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "stableenrich.dev",
    "manifest_name": "stableenrich.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}