{
  "x402Version": 2,
  "id": 562,
  "slug": "562",
  "resource": "https://api.oblique.markets/api/v1/paid/pdl-people-enrich",
  "description": "Use when an agent needs pdl people enrich. Returns PDL-shaped people enrichment from supplied identity signals, with normalized person fields and explicit nulls for unavailable third-party attributes. $0.28.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "280000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "280000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "company": "Company or organization",
            "domain": "Company domain",
            "email": "Person email address",
            "first_name": "First name",
            "last_name": "Last name",
            "linkedin_url": "LinkedIn profile URL",
            "name": "Full name"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "identity_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
            "match": {
              "confidence": "high",
              "input_signals": [
                "email"
              ]
            },
            "person": {
              "company": "Analytical Engines",
              "company_domain": "analytical.example",
              "email": "ada@example.com",
              "email_domain": "example.com",
              "first_name": "Ada",
              "full_name": "Ada Lovelace",
              "id": "a1b2c3d4e5f60718",
              "job_title": null,
              "last_name": "Lovelace",
              "linkedin_url": null,
              "location": null,
              "profiles": []
            },
            "retrieved_at": "2026-08-24T12:00:00.000Z",
            "source": "oblique-normalized-identity",
            "status": "matched"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "company": {
                    "description": "Company or organization",
                    "type": "string"
                  },
                  "domain": {
                    "description": "Company domain",
                    "type": "string"
                  },
                  "email": {
                    "description": "Person email address",
                    "type": "string"
                  },
                  "first_name": {
                    "description": "First name",
                    "type": "string"
                  },
                  "last_name": {
                    "description": "Last name",
                    "type": "string"
                  },
                  "linkedin_url": {
                    "description": "LinkedIn profile URL",
                    "type": "string"
                  },
                  "name": {
                    "description": "Full name",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "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": {
              "identity_hash": {
                "type": "string"
              },
              "match": {
                "properties": {
                  "confidence": {
                    "type": "string"
                  },
                  "input_signals": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "person": {
                "properties": {
                  "company": {
                    "type": "string"
                  },
                  "company_domain": {
                    "type": "string"
                  },
                  "email": {
                    "type": "string"
                  },
                  "email_domain": {
                    "type": "string"
                  },
                  "first_name": {
                    "type": "string"
                  },
                  "full_name": {
                    "type": "string"
                  },
                  "id": {
                    "type": "string"
                  },
                  "job_title": {
                    "type": "null"
                  },
                  "last_name": {
                    "type": "string"
                  },
                  "linkedin_url": {
                    "type": "null"
                  },
                  "location": {
                    "type": "null"
                  },
                  "profiles": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "retrieved_at": {
                "type": "string"
              },
              "source": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-08-30T07:59:55.814Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-30T07:59:55.407Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}