The IP data infrastructure you stopped building yourself

Delaware entities, USPTO trademarks, patent assignments, and TTAB proceedings. Structured, searchable, and updated daily.

Four databases, one API

Everything a trademark attorney, patent analyst, investor, or due diligence team needs — without screen-scraping government sites.

Delaware Entity Search

Search the Delaware ICIS (Division of Corporations) database by name or file number. Returns formation date, entity status, registered agent, and officer details — always current.

Trademark Search

Full USPTO trademark database with owner name, mark text, serial number, and classification search. Status tracking and complete event history.

Historical Assignments

Trademark assignments from 1952 to 2023. Patent assignments from 1970 to 2024. Full chain-of-title data for ownership research.

TTAB Proceedings

Opposition and cancellation proceedings from the Trademark Trial and Appeal Board. Party details, filing dates, and disposition.

Simple API Keys

Free tier for evaluation with 50 requests per day. Paid tiers for production workloads. No OAuth, no SDKs to install — just an API key header.

Fresh Data

Daily USPTO bulk data ingestion keeps trademarks, patents, and TTAB proceedings current. Delaware lookups hit ICIS in real time.

Structured data for every role

Conflict search — find live marks matching a proposed name.
Request
curl -H "X-API-Key: fo_live_abc123" \
  "https://folioapi.com/v1/trademarks/search?mark_name=VISION+PRO&status_alive_only=true&limit=5"
Response
{
  "results": [
    {
      "serial_number": "97120345",
      "mark_text": "APPLE VISION PRO",
      "status_code": "800",
      "filing_date": "2022-09-12",
      "transaction_date": "2024-01-15",
      "owners": ["Apple Inc."]
    },
    {
      "serial_number": "97452198",
      "mark_text": "VISION PRO TECHNOLOGIES",
      "status_code": "630",
      "filing_date": "2023-03-04",
      "transaction_date": "2025-07-22",
      "owners": ["Vision Pro Technologies, LLC"]
    }
  ],
  "total": 38,
  "limit": 5,
  "offset": 0,
  "data_freshness": "2026-04-10"
}

Start free, scale when ready

No credit card required for the free tier. Upgrade when you need higher limits.

Free
$0
per month
  • 50 requests per day
  • 1 request per second
  • All endpoints included
  • Community support

Your key is shown once. Copy it now.

Business
$199
per month
  • 50,000 requests per day
  • 20 requests per second
  • All endpoints included
  • Priority email support
Enterprise
Custom
tailored to your needs
  • Custom rate limits
  • Dedicated support
  • SLA guarantee
Contact Us