Back to Activepieces

Enrich Layer Piece for Activepieces

packages/pieces/community/enrichlayer/README.md

0.82.13.3 KB
Original Source

Enrich Layer Piece for Activepieces

The Enrich Layer piece provides professional network data enrichment capabilities within Activepieces workflows. Enrich company profiles, look up person data, find work emails, search employees, and more.

Authentication

This piece requires an Enrich Layer API key. You can obtain one by signing up at https://enrichlayer.com.

The API key is passed as a Bearer token in the Authorization header for all requests.

Actions (25)

Company

ActionDescriptionCredits
Get Company ProfileGet structured data of a company from a professional network URL1
Look Up CompanyResolve a company profile from name, domain, or location2
Look Up Company by Numeric IDResolve vanity ID from numeric company ID0
Get Company Profile PictureGet the profile picture URL of a company0
Search CompaniesSearch for companies matching criteria across an exhaustive dataset3/result

People

ActionDescriptionCredits
Get Person ProfileGet structured data of a person from a professional network URL1
Look Up PersonLook up a person by name and company information2
Look Up Role at CompanyFind the person matching a specific role at a company3
Get Person Profile PictureGet the profile picture URL of a person0
Search PeopleSearch for people matching criteria across an exhaustive dataset3/result

Employees and Students

ActionDescriptionCredits
List Company EmployeesGet a list of employees at a company3/employee
Get Employee CountGet total employee count for a company1
Search Company EmployeesSearch employees by job title10 base + 3/match
List School StudentsGet a list of students at a school3/student

Contact Information

ActionDescriptionCredits
Look Up Work EmailGet the work email for a profile (95%+ deliverability)3
Reverse Email LookupFind social profiles from an email address3
Reverse Phone LookupFind social profiles from a phone number3
Look Up Personal Contact NumbersFind personal phone numbers from a profile1/number
Look Up Personal EmailFind personal emails from a profile1/email
Check Disposable EmailCheck if an email belongs to a disposable service0

Jobs

ActionDescriptionCredits
Get Job ProfileGet structured data of a job posting2
Search Company JobsList jobs posted by a company2
Get Job CountCount jobs posted by a company2

School

ActionDescriptionCredits
Get School ProfileGet structured data of a school from a professional network URL1

Account

ActionDescriptionCredits
Get Credit BalanceView your API credit balance0

A Custom API Call action is also included for advanced use cases not covered by the built-in actions.

Development

This piece is built with TypeScript and follows Activepieces piece conventions.

bash
# Install dependencies (from the activepieces monorepo root)
npm install

# Build
npm run build