1. Schemas
Enrich API
  • Introduction
  • Quickstart
  • API Reference
  • Credits & Pricing
  • Rate Limits
  • Authentication
  • Company Followers
    • Count Estimation
      • Start count estimation
      • Get estimation status/results
    • Start company follower scrape
    • Check scrape progress
    • Get scrape results
    • Export results as CSV
    • Check daily scraping limit
  • Email Validation
    • Validate a single email
    • Validate emails in batch
    • Check batch validation progress
    • Get batch validation results
  • Email Finder
    • Find a professional email
    • Find emails in batch
    • Check batch finder progress
    • Get batch finder results
  • Phone Finder
    • Find phone numbers
    • Find phone numbers in batch
    • Check bulk phone lookup progress
    • Get bulk phone lookup results
  • Reverse Email Lookup
    • Look up professional profiles in batch
    • Look up a professional profile by email
    • Check bulk lookup progress
    • Get bulk lookup results
  • Wallets
    • Get your credit balance
    • Get transaction history
  • Teams
    • List team members
    • Invite someone to your team
    • List pending invitations
    • Cancel a pending invitation
  • Webhooks
    • Email Validation: per-result callback
    • Email Validation: batch completion callback
    • Email Finder: per-result callback
    • Email Finder: batch completion callback
    • Phone Finder: per-result callback
    • Phone Finder: batch completion callback
    • Reverse Lookup: per-result callback
    • Reverse Lookup: batch completion callback
    • Company Followers: per-result callback
    • Company Followers: completion callback
  • Lead Finder
    • Search leads
    • Export leads to CSV (async)
    • Count matching leads
    • Reveal contact info
    • Enrich contacts with specific fields
    • Unlock full last names
    • List saved searches
    • Save a search
    • Delete a saved search
    • Get filter options
    • Suggest company names
    • Poll reveal/enrich job
    • List reveal/enrich jobs
    • List export jobs
    • Poll export job status
    • Download export CSV
  • People Search
    • Cascading ICP people search
    • Find employees at a company
  • Schemas
    • Schemas
      • EnrichmentMeta
      • BatchResultsMeta
      • EmailValidationRequest
      • BatchEmailValidationRequest
      • EmailValidationResult
      • EmailValidationResponse
      • EmailValidationBatchResultsResponse
      • EmailFinderRequest
      • Lead
      • BatchEmailFinderRequest
      • EmailFinderResult
      • EmailFinderResponse
      • EmailFinderBatchResultsResponse
      • BatchSubmitData
      • BatchSubmitResponse
      • BatchStatusData
      • BatchStatusResponse
      • LookupRequest
      • StartEndDate
      • EducationHistoryItem
      • PositionHistoryItem
      • ReverseLookupResult
      • ReverseLookupResponse
      • BulkLookupResultsResponse
      • PhoneBatchRequest
      • PhoneLookupResult
      • PhoneLookupResponse
      • PhoneBulkJobSubmitData
      • PhoneBulkJobSubmitResponse
      • PhoneBulkJobStatusData
      • PhoneBulkJobStatusResponse
      • PhoneBulkResultItem
      • PhoneBulkJobResultsResponse
      • WalletBalance
      • WalletBalanceResponse
      • WalletTransaction
      • Pagination
      • WalletTransactionsResponse
      • TeamMember
      • Invitation
      • InviteBody
      • TeamMemberListResponse
      • InvitationResponse
      • InvitationListResponse
      • SuccessOperationResponse
      • WebhookEmailValidationResult
      • WebhookEmailFinderResult
      • WebhookPhoneResult
      • WebhookReverseLookupResult
      • WebhookEmailValidationCompletion
      • WebhookEmailFinderCompletion
      • WebhookPhoneCompletion
      • WebhookReverseLookupCompletion
      • CompanyFollowerRequest
      • StartCompanyFollowerResponse
      • StartCompanyFollowerData
      • CompanyFollowerProgressResponse
      • CompanyFollowerProgressData
      • CompanyFollowerResultsResponse
      • CompanyFollowerResultsData
      • FollowerProfile
      • CountEstimateRequest
      • StartCountEstimateResponse
      • StartCountEstimateData
      • CountEstimateStatusResponse
      • CountEstimateStatusData
      • CountEstimateResultData
      • FunctionBreakdownItem
      • SeniorityBreakdownItem
      • WebhookCompanyFollowerResult
      • WebhookCompanyFollowerCompletion
    • Response
      • BadRequest
      • Unauthorized
      • InsufficientCredits
      • NotFound
      • RateLimited
      • InternalError
    • ErrorEnvelope
    • BatchSubmitMeta
    • AsyncExportResponse
    • LeadExportJobProgress
    • LeadExportJobStatusResponse
    • LeadExportJobSummary
    • LeadExportJobListResponse
    • BulkLookupRequest
    • RevealJobSubmitResponse
    • BulkLookupSubmitData
    • RevealJobPollResponse
    • BulkLookupResponse
    • RevealJobSummary
    • RevealJobListResponse
    • LeadFinderSearchFilters
    • LeadSearchPreviewResult
    • LeadFinderPagination
    • LeadSearchRequest
    • LeadSearchResponse
    • LeadCountRequest
    • LeadCountResponse
    • LeadExportRequest
    • LeadRevealRequest
    • RevealedContact
    • LeadRevealResponse
    • LeadEnrichRequest
    • LeadEnrichResult
    • LeadEnrichResponse
    • UnlockNamesRequest
    • UnlockNamesResponse
    • SavedSearchItem
    • SavedSearchCreateRequest
    • SavedSearchListResponse
    • SavedSearchResponse
    • LeadFinderFilterOptionsResponse
    • LeadFinderSuggestResponse
    • LeadFinderDeletedResponse
    • AccessDeniedResponse
  1. Schemas

BulkLookupResultsResponse

{
    "success": true,
    "data": {
        "batchId": "665d2f8b9c5b2a0015d0bc10",
        "status": "completed",
        "totalItems": 0,
        "processedItems": 0,
        "successful": 0,
        "failed": 0,
        "page": 1,
        "limit": 1,
        "results": [
            {
                "id": "ACoAABk7TGwBfn9oQe3F",
                "displayName": "Emily Zhang",
                "firstName": "Emily",
                "lastName": "Zhang",
                "headline": "Staff Product Designer at Figma",
                "summary": "Product designer focused on design systems and developer tools.",
                "companyName": "Figma",
                "location": "San Francisco, California",
                "photoUrl": "http://example.com",
                "profileUrl": "https://www.example.com/in/emilyzhang",
                "reportProfileUrl": "http://example.com",
                "connectionCount": 500,
                "isConnectionCountObfuscated": true,
                "isPublic": true,
                "skills": [
                    "Product Design",
                    "Design Systems",
                    "Figma",
                    "User Research"
                ],
                "locale": {
                    "country": "US",
                    "language": "en"
                },
                "schools": {
                    "educationsCount": 0,
                    "educationHistory": [
                        {
                            "degreeName": "B.S. Computer Science",
                            "startEndDate": {
                                "start": {
                                    "month": 1,
                                    "year": 0
                                },
                                "end": {
                                    "month": 1,
                                    "year": 0
                                }
                            },
                            "schoolName": "Stanford University",
                            "schoolLocation": "Stanford, CA",
                            "schoolLogo": "http://example.com"
                        }
                    ]
                },
                "positions": {
                    "positionsCount": 0,
                    "positionHistory": [
                        {
                            "title": "Senior Software Engineer",
                            "startEndDate": {
                                "start": {
                                    "month": 1,
                                    "year": 0
                                },
                                "end": {
                                    "month": 1,
                                    "year": 0
                                }
                            },
                            "description": "Led the migration to a microservices architecture.",
                            "companyName": "Stripe",
                            "companyLocation": "San Francisco, CA",
                            "companyLogo": "http://example.com"
                        }
                    ]
                },
                "creditsConsumed": 10
            }
        ]
    },
    "meta": {
        "requestId": "665a23bc2c3b7800129dce10",
        "creditsUsed": 80,
        "creditsRefunded": 20,
        "creditsRemaining": 24920,
        "totalItems": 10,
        "processedItems": 10
    }
}
Built with