Nicolas
fd08f29f43
Nick:
2026-01-24 16:43:55 -08:00
Nicolas
4146359fed
Update SKILL.md
2026-01-24 16:28:08 -08:00
Nicolas
aee27efe43
Update SKILL.md
2026-01-24 16:25:38 -08:00
Nicolas
463a58b396
Update SKILL.md
2026-01-24 16:24:16 -08:00
Nicolas
96bbae7a00
Update SKILL.md
2026-01-24 16:21:45 -08:00
Developers Digest
b5032a0721
Merge pull request #11 from firecrawl/skill-updates
...
Update Firecrawl CLI examples to include --json flag
2026-01-23 12:35:20 -05:00
Developers Digest
ecada6d233
improve parallelization
2026-01-23 09:47:08 -05:00
Developers Digest
a7adc4e53f
instruct to run requests in parralel + add in a scratch pad for onetime scripts in .firecrawl folder
2026-01-23 08:48:24 -05:00
Developers Digest
8584f6ced8
Update concurrency label to 'parallel scrape limit'
...
Replaces 'parallel scrape/crawl limit' with 'parallel scrape limit' in status output, README, and SKILL.md for clarity and consistency.
2026-01-23 08:21:30 -05:00
Developers Digest
45b63b2b02
Add --status command to display CLI and account info
...
Introduces a new --status flag to the CLI, showing version, authentication status, concurrency limits, and credit usage. Updates documentation and skill instructions to reflect the new command. Increments package version to 1.1.0.
2026-01-23 08:12:23 -05:00
Developers Digest
48cf709a63
Improve Firecrawl CLI skill description frontmatter
2026-01-22 15:26:28 -05:00
Developers Digest
a0c070a726
Update Firecrawl CLI examples to include --json flag
2026-01-22 14:22:34 -05:00
Nicolas
dc2120cf77
Update README.md
2026-01-22 14:14:32 -03:00
Nicolas
d119e408d3
Update README.md
2026-01-22 14:13:35 -03:00
Nicolas
2925e4bc74
Update auth.ts
2026-01-22 13:29:42 -03:00
Nicolas
4279839428
Update auth.ts
2026-01-22 12:42:24 -03:00
Nicolas
e8cc94b24d
Nick:
2026-01-22 12:34:58 -03:00
Nicolas
4e906c40b6
Nick:
2026-01-22 12:24:05 -03:00
Nicolas
17d72eb7ad
Update SKILL.md
2026-01-22 12:02:44 -03:00
Nicolas
db3114184d
Update SKILL.md
2026-01-22 12:00:47 -03:00
Nicolas
4fefc42faa
Nick:
2026-01-22 11:51:08 -03:00
Nicolas
adaf03a27a
Nick:
2026-01-22 11:43:54 -03:00
Nicolas
4b09c324d8
Create install.md
2026-01-22 11:41:43 -03:00
Nicolas
8a847caa5b
Merge pull request #10 from firecrawl/update-agent-auth-flow
...
Update agent auth flow
2026-01-22 11:35:53 -03:00
Developers Digest
e856cb7d38
update
2026-01-21 19:20:39 -05:00
Developers Digest
b41caff94a
update SKILL.md with browser authentication instructions
2026-01-21 17:03:54 -05:00
Nicolas
2bfd9e0a59
Update package.json
2026-01-21 16:14:38 -03:00
Nicolas
424605ef33
Nick: infer output from file extension
2026-01-21 16:06:29 -03:00
Nicolas
5f277d1431
Nick: tests with full coverage
2026-01-21 15:49:29 -03:00
Nicolas
97c268d6b2
Nick:
2026-01-21 15:15:31 -03:00
Nicolas
6c74f2a31c
Update SKILL.md
2026-01-21 15:12:14 -03:00
Nicolas
6940e3244d
Update SKILL.md
2026-01-21 15:08:31 -03:00
Nicolas
cc3950b04f
Update SKILL.md
2026-01-21 15:07:37 -03:00
Nicolas
a95cb85aff
Update package.json
2026-01-21 15:04:38 -03:00
Nicolas
6817b00572
Merge branch 'nsc/v2'
2026-01-21 15:04:25 -03:00
Nicolas
dc6fbf9f3c
Nick: positional formats
2026-01-21 15:04:16 -03:00
Nicolas
16dad07ae4
Merge pull request #9 from firecrawl/nsc/v2
...
(feat/v1) V1 Beta
2026-01-21 15:03:25 -03:00
Nicolas
c4240d6c95
Nick:
2026-01-21 01:24:24 -03:00
Nicolas
2ae2a88b3a
Update publish.yml
2026-01-21 01:16:58 -03:00
Nicolas
9cadd3bb26
Nick:
2026-01-21 01:16:36 -03:00
Nicolas
8ccd738514
Nick:
2026-01-21 00:55:27 -03:00
Nicolas
25ead35b1f
Nick:
2026-01-21 00:29:48 -03:00
Nicolas
95ec4e4a2a
Nick:
2026-01-21 00:22:16 -03:00
Nicolas
d26fbd044a
Nick: search
2026-01-21 00:20:18 -03:00
Nicolas
4a3d047783
Nick:
2026-01-21 00:09:47 -03:00
Abimael Martell
5874c0709c
chore: bump version
2026-01-20 13:43:58 -08:00
nobita2041
c61bafcb62
Add multiple format support for scrape command ( #8 )
...
* Fix array format output for links and images
The links and images formats return arrays from Firecrawl API,
but writeOutput expected a string, causing endsWith() to fail.
Now converts arrays to newline-separated strings for CLI-friendly output.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* Add multiple format support for scrape command
- Allow comma-separated formats: --format markdown,links,images
- Single format outputs raw content (backward compatible)
- Multiple formats output JSON with all requested data
- Case-insensitive format input (rawHtml, RAWHTML both work)
- Add format validation with helpful error messages
- Update help text to clarify multiple format usage
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 13:41:32 -08:00
Abimael Martell
279ddc0d96
Add timing information to scrape ( #7 )
...
* Add timing information to scrape
* bump
2026-01-13 11:39:27 -08:00
Abimael Martell
be2f61b919
Update Global Config and Entry Points ( #6 )
2026-01-09 13:41:24 -08:00
Abimael Martell
2fcad56c36
Add version command ( #5 )
...
* Add version command
* bump version
2026-01-08 12:32:53 -08:00