Thin adapter that mimics a subset of the Firecrawl API.
|
|
пре 1 месец | |
|---|---|---|
| src | пре 1 месец | |
| test | пре 1 месец | |
| .dockerignore | пре 1 месец | |
| .env.example | пре 1 месец | |
| .gitignore | пре 1 месец | |
| CHANGELOG.md | пре 1 месец | |
| Dockerfile | пре 1 месец | |
| LICENSE | пре 1 месец | |
| README.md | пре 1 месец | |
| docker-compose.yaml | пре 1 месец | |
| nest-cli.json | пре 1 месец | |
| package-lock.json | пре 1 месец | |
| package.json | пре 1 месец | |
| tsconfig.json | пре 1 месец | |
| vitest.config.ts | пре 1 месец |
Thin adapter that mimics a subset of the Firecrawl API using:
Tech stack:
Endpoints:
Usage (local):
SPA / render mode:
Notes:
This service is designed to be a drop-in replacement for Firecrawl-style scraping endpoints.
Copy this repository to your server:
Ensure docker-compose.yaml uses a non-conflicting external port:
Start the stack:
Verify:
Key environment variables (set in docker-compose.yaml or via .env):
PORT=3000
BROWSERLESS_URL=http://browserless:3000
BROWSERLESS_TOKEN=your-token-here (optional)
Once running, this adapter can be used like a Firecrawl-style scrape endpoint:
To integrate into other tools or agents: