Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

A Java client library for the [Firecrawl API](https://firecrawl.dev), providing web crawling, scraping, and search capabilities.

---

## ⚠️ DEPRECATION NOTICE

**This repository is deprecated.** Do not use this copy for new projects or updates.

**Use the official Firecrawl Java SDK instead:** [https://docs.firecrawl.dev/sdks/java](https://docs.firecrawl.dev/sdks/java)

The official docs are the canonical source for installation, usage, and the latest SDK information.

---

## Requirements

- Java 17 or higher
Expand Down
Loading