So many of the pages you need come back empty from a scraper: careers boards, supplier directories, license registries. Send us the URLs. Clean rows come back, into the table you already work in, or as a CSV.
65
Partial
Agentic Readiness Score
+25 llms.txt+20 OpenAPImissing +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.
Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Licium
> Licium turns public web pages that normally break scrapers into clean rows: careers pages, supplier directories, state license registries, government notice boards, PDF lists. Send the URLs; clean rows come back as JSON or CSV, into the table you already work in. Every row links to the public page it came from.
## How to use Licium
- Web: https://www.licium.ai/ — paste the page that breaks your scraper, or describe the list you need and Licium finds the sources; sample rows come back by email.
- Email: hello@licium.ai — send the URL and the columns you need.
- API: POST https://www.licium.ai/v1/extract with a Bearer key (request a key at hello@licium.ai). A sample comes back first for any new source.
## API example
```
curl -X POST https://www.licium.ai/v1/extract \
-H "Authorization: Bearer ak_your_key" \
-d '{"url": "https://jobs.example.com/acme",
"fields": ["title", "location", "url"]}'
```
Response shape:
```
{ "success": true,
"data": { "count": 143, "rows": [ ... ] } }
```
## What Licium handles
- Government bid and notice boards that publish rows as documents or dense HTML.
- Pages that block or throttle normal scraping tools.
- Old HTML directories and registries with no API.
- PDF lists and documents that should have been tables.
- Careers boards and job lists across many different systems.
## Live proof
- https://www.licium.ai/ shows a live pull from real public pages, retrieved today; every row links to the real page.
- https://www.licium.ai/nassau is a public ledger of Nassau County (NY) procurement notices we keep fresh.
## Notes for agents
- Public, logged-out pages only. Licium does not extract from behind logins or paywalls.
- Every returned row carries the URL of the source page, so claims stay checkable.
- To request a new source, include the page URL and the columns you need (web form or hello@licium.ai).
## Machine-readable discovery
- Capability map: https://www.licium.ai/llms.txt
- Extended guide: htt
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"Licium Public API","version":"2.0.0","description":"Licium turns public web pages that normally break scrapers into clean rows: careers pages, supplier directories, license registries, government notice boards. POST a public URL and the columns you want; structured rows come back, with a sample back first for any new source."},"servers":[{"url":"https://www.licium.ai"}],"security":[],"paths":{"/llms.txt":{"get":{"operationId":"getLlmsTxt","summary":"Read the a