← Back to search
65
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
data llms-txtopenapiapianalyticsjobs

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

llms.txt Content

# Enrich Layer > Enrich Layer is a data enrichment API platform with structured data on 1.2B+ people, 50M+ companies, and 582M+ jobs. Use our REST APIs to enrich leads, verify contacts, search professionals, and power your go-to-market workflows. Enrich Layer provides a suite of REST APIs for people, company, contact, job, school, and search data. All endpoints use Bearer token authentication and return JSON. New accounts get 500 free credits at sign-up. ## Getting Started - [Sign Up](https://enrichlayer.com/auth/register): Create a free account and get 500 API credits - [Documentation](https://enrichlayer.com/docs): Full API reference and guides - [Pricing](https://enrichlayer.com/pricing): Transparent, pay-as-you-go pricing with no hidden fees - [API Playground](https://enrichlayer.com/api-playground): Try API endpoints interactively in the browser ## People API - [Person Profile](https://enrichlayer.com/docs/api/v2/people-api/person-profile): Get structured data of a personal profile (1 credit) - [Person Lookup](https://enrichlayer.com/docs/api/v2/people-api/person-lookup): Look up a person by identifier - [Profile Picture](https://enrichlayer.com/docs/api/v2/people-api/person-profile-picture): Get a person's profile picture - [Role Lookup](https://enrichlayer.com/docs/api/v2/people-api/role-lookup): Look up a person by professional role - [People API Overview](https://enrichlayer.com/people-api): Product page with features and use cases ## Company API - [Company Profile](https://enrichlayer.com/docs/api/v2/company-api/company-profile): Get structured data of a company profile (1 credit) - [Company Lookup](https://enrichlayer.com/docs/api/v2/company-api/company-lookup): Look up a company by identifier - [Company ID Lookup](https://enrichlayer.com/docs/api/v2/company-api/company-id-lookup): Look up a company by its ID - [Company Logo](https://enrichlayer.com/docs/api/v2/company-api/company-profile-picture): Get a company's logo - [Employee Listing](https:/

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "El Lander API", "version": "1.0.0", "description": "API documentation for El Lander project" }, "servers": [ { "url": "https://el-lander.vercel.app/api", "description": "Production server" }, { "url": "http://localhost:3000/api", "description": "Development server" } ], "paths": { "/blog/categories": { "get": { "summary": "Get blog categories", "tags": ["Blog"],