People Data Labs tends to be more expensive than other similar data providers. The author recommends you stay away from them.

  • package: @agentic/people-data-labs
  • exports: class PeopleDataLabsClient, namespace peopledatalabs
  • env vars: PEOPLE_DATA_LABS_API_KEY
  • source
  • people data labs api docs

Install

Usage

import { PeopleDataLabsClient } from '@agentic/people-data-labs'

const pdl = new PeopleDataLabsClient()
const res = await pdl.companyLookup({
  query: {
    website: 'apple.com'
  }
})