ToolAssay

Use when an agent needs people enrich

Use when an agent needs people enrich. Returns Accountless people enrichment lookup that normalizes supplied name, email, phone, company, LinkedIn URL and location signals into structured identity and requested fields; unavailable third-party fields are explicit nulls. $0.28.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
15 msmedian answer time
$0.28listed price per call
$0.28price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.oblique.markets/api/v1/paid/rep-stableenrich-people-enrich

CategoryCompany and compliance
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days6 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.28 15 ms

Example input (from the provider)

{
  "body": {
    "company": "Analytical Engines",
    "email": "ada@example.com",
    "location": "London",
    "name": "Ada Lovelace",
    "requested_fields": [
      "email",
      "company",
      "location",
      "job_title",
      "linkedin_url"
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "company": {
              "description": "Company or organization",
              "type": "string"
            },
            "email": {
              "description": "Email address",
              "type": "string"
            },
            "linkedin_url": {
              "description": "LinkedIn profile URL",
              "type": "string"
            },
            "location": {
              "description": "Location",
              "type": "string"
            },
            "name": {
              "description": "Full name",
              "type": "string"
            },
            "phone": {
              "description": "Phone number",
              "type": "string"
            },
            "requested_fields": {
              "items": {
                "enum": [
                  "email",
                  "phone",
                  "company",
                  "location",
                  "job_title",
                  "linkedin_url"
                ],
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "requested_fields"
          ],
          "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": {
        "confidence": {
          "type": "string"
        },
        "enrichment": {
          "properties": {
            "company": {
              "type": "string"
            },
            "email": {
              "type": "string"
            },
            "job_title": {
              "type": "null"
            },
            "linkedin_url": {
              "type": "null"
            },
            "location": {
              "type": "string"
            },
            "phone": {
              "type": "null"
            }
          },
          "type": "object"
        },
        "evidence_hash": {
          "type": "string"
        },
        "freshness": {
          "properties": {
            "as_of": {
              "type": "string"
            },
            "source": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "identity": {
          "properties": {
            "first_name": {
              "type": "string"
            },
            "full_name": {
              "type": "string"
            },
            "last_name": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "retrieved_at": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON