Corporate Skip

Corporate Skip pierces LLCs and other corporate entities to find the individuals behind them — the missing step when a property's owner of record is a company rather than a person.

POST/v2/CorporateSkip

Skip a corporate entity

Request attributes

  • Name
    company_name
    Type
    string
    Description

    Name of the corporate entity. Required.

  • Name
    city
    Type
    string
    Description

    City associated with the entity.

  • Name
    state
    Type
    string
    Description

    Two-character state code for the entity.

Request

POST
/v2/CorporateSkip
curl -X POST https://api.realestateapi.com/v2/CorporateSkip \
  -H "x-api-key: $REALESTATEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"company_name": "Rocket Holdings LLC", "state": "CA"}'

Was this page helpful?