firecrawl/apps/rust-sdk
2024-07-11 16:48:04 +02:00
..
examples feat: add an example rust code to tests it 2024-07-11 16:48:04 +02:00
src feat: rust sdk initial commit 2024-07-07 14:42:20 +02:00
.gitignore feat: rust sdk initial commit 2024-07-07 14:42:20 +02:00
Cargo.lock chore: update deps by allowing bumps + add uuid 2024-07-11 16:47:44 +02:00
Cargo.toml chore: update deps by allowing bumps + add uuid 2024-07-11 16:47:44 +02:00
Makefile feat: rust sdk initial commit 2024-07-07 14:42:20 +02:00
README.md chore: update deps by allowing bumps + add uuid 2024-07-11 16:47:44 +02:00

Firecrawl Rust SDK

The Firecrawl Rust SDK is a library that allows you to easily scrape and crawl websites, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for interacting with the Firecrawl API.

TODO...

How to test

$ cargo run --example example