Skip to main content

Introduction

The Services object provides a powerful collection of APIs for enriching data, scraping web content, and leveraging AI capabilities. All services are organized into logical namespaces for easy discovery and use.

Available Services

Getting Started

All services are accessed through the global services object:
// Example: Find a LinkedIn profile
const linkedinUrl = await services.person.linkedin.findUrl({
   name: "John Doe",
   company: "Acme Corp",
});

// Example: Enrich company data
const companyData = await services.company.linkedin.enrich({
   url: "https://linkedin.com/company/acme",
});

// Example: Generate AI content
const result = await services.ai.generateText({
   prompt: "Write a product description",
   model: "gpt-5-mini",
});

Key Features

  • LinkedIn Enrichment: Find and enrich person and company profiles with comprehensive data
  • Contact Discovery: Get verified email addresses and phone numbers
  • Web Scraping: Extract content from websites with markdown conversion
  • AI Generation: Create structured data, text, and research reports
  • Career Intelligence: Find job postings and career pages
  • Geolocation: Parse and validate addresses with coordinates