2022 12 1145x433 LDE white 1

Entity Resolution API

One API, for all your entity resolution needs.

Building a local SEO platform? Own your customers and the experience by leveraging the secret of the big guys.

Supercharge your local SEO offering

Leverage LDE's Entity Resolution API to expertly match data, find social profiles, discover relationships in data, and fix inconsistent data.

AirbnbFoursquareAngie's ListApartment GuideApartment RatingsApartmentsAvvoBetter Business Bureau (BBB)CitysearchClearsuranceEdmundsExpedia
GayotGlassdoorGolfNowGoogle MapsGreatSchoolsHealthGradesHome AdvisorHomeStarsHouzzIndeedJudy's Book
LawyerOpenTableOrbitzRateMDsRealSelfSuperpagesThe KnotTravelocityTripadvisorTrustpilotVitals
VRBOWeddingWireYelpYPZillowZocdocZomatoAirbnb logoFoursquare LogoFacebook Logo
Angies ListApartment Guide LogoAptRatings LogoApartments.com LogoAvvo LogoBetter Business Bureau LogoCitysearch LogoClearsurance LogoEdmunds Logo
Expedia LogoGayot LogoGlassdoor LogoGolfNow LogoGoogle Maps LogoGreatSchools LogoHealthgrades LogoHome Advisor Logo
HomeStars LogoHouzz LogoIndeed LogoJudy's Book LogoLawyers.com LogoOpenTable LogoOrbitz Logo
RateMDs LogoRealSelf LogoSuperpages LogoThe Knot LogoTravelocity LogoTripAdvisor Logo
Trustpilot LogoVitals LogoVrbo LogoWeddingWire LogoTrustpilot Logo
Yelp LogoYP.com Business Reviews API logoZillow LogoZocdoc logo
2023 04 1145x433 LDE black

Trusted by industry leaders

Bbb81bf376685b4a4af1c6e455dde3349e93279aUberall PurpleRenderseoBrightlocal

Why Use LDE's Entity Resolution API?

100M+ Requests

Battle tested over the last 7 years.

Unique Dataset

Billions of records combining open source & data unique to LDE.

Machine Learning

Not just a bunch of nested 'if' statements, but neural networks perfect for the job.

Every Country

Supports every country on Earth.

30+ Languages

Work with dozens of languages in any country.

100GB+ Of Data

One of the largest NLP models in the world.

Use Cases

Match Business Data

Programmatically match two business records at scale.

Find Social Profiles

With just a business name and address, retrieve all of the social profile URL's for the business.

Remove Duplicates

Find duplicate business records and intelligently merge them.

Parse Addresses

Take an address formatted as a string and turn it into tagged fields such as house number, street, city, state, etc.

Expand Addresses

Normalize address strings by turning 'ave.' into 'avenue', 'one-hundred thirty' into '130', for indexing, hashing, etc.

Parse & Tag Business Names

Identify legal entity words from business names, and more.

Developer Resources

Our services are delivered via a powerful API.

In an effort to ensure ease of integration, our API documentation contains all the information you need to get up and running quickly.

It contains authentication information, best practices, information on statuses, uptime of our system, health checks, and more.

It is our goal with this documentation to demonstrate the exceptional partner LDE can be for you.

developer

Business Matching Example

Requestjson
{
  "compare_targets": [
    {
      "text": "723 State Street, Santa Barbara",
      "name": "Chipotle Mexican Grill"
    },
    {
      "text": "3851 State Street, Santa Barbara",
      "name": "Chipotle Mexican Grill"
    },
    {
      "text": "270 Storke Road, Goleta",
      "name": "Chipotle Mexican Grill"
    }
  ],
  "target": {
    "text": "723 State Street, Santa Barbara, California 93101",
    "name": "Chipotle"
  }
}
Responsejson
{
  "winner": 0,
  "compare_targets": [
    {
      "text": "723 State Street, Santa Barbara",
      "name": "Chipotle Mexican Grill",
      "probability": 100
    },
    {
      "text": "3851 State Street, Santa Barbara",
      "name": "Chipotle Mexican Grill",
      "probability": 63
    },
    {
      "text": "270 Storke Road, Goleta",
      "name": "Chipotle Mexican Grill",
      "probability": 4
    }
  ],
  "target": {
    "text": "723 State Street, Santa Barbara, California 93101",
    "name": "Chipotle"
  },
  "client_id": "lde",
  "id": "c70c38083c17700830d74c28e336ebf6",
  "time_it_took_in_seconds": 0
}

Address Parsing Example

Requestjson
{
  "address": "16357 Carol St., Spring Lake
 MI, 49456"
}
Responsejson
[
  {
    "label": "house_number",
    "value": "16357"
  },
  {
    "label": "road",
    "value": "carol st."
  },
  {
    "label": "city",
    "value": "spring lake"
  },
  {
    "label": "state",
    "value": "mi"
  },
  {
    "label": "postcode",
    "value": "49456"
  }
]

Address Expansion Example

Requestjson
{
  "address": "16357 Carol St., Spring Lake
 MI, 49456"
}
Responsejson
[
  "16357 carol saint spring lake mile 49456",
  "16357 carol saint spring lake mi 49456",
  "16357 carol saint spring lake michigan 49456",
  "16357 carol street spring lake mile 49456",
  "16357 carol street spring lake mi 49456",
  "16357 carol street spring lake michigan 49456"
]
accuracy

Get in Touch Today!

Entity Resolution API - The API-First Integration Partner for Local SaaS Marketing - Local Data Exchange