docs(agent-quickstart): add per-language quickstarts for search, scrape, and interact - #1236
Draft
ericciarla wants to merge 1 commit into
Draft
docs(agent-quickstart): add per-language quickstarts for search, scrape, and interact#1236ericciarla wants to merge 1 commit into
ericciarla wants to merge 1 commit into
Conversation
…pe, and interact Generated from SDK source and OpenAPI spec. One file per language (Node.js, Python, Rust, Java, Elixir) covering search, scrape, and interact with method signatures, parameter tables, and examples. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018QFdYUxT2dnaUNAqzddwhY
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agent-quickstart/directory with one canonical quickstart document per SDK language: Node.js, Python, Rust, Java, and Elixirsearch,scrape, andinteractendpoints with method signatures, parameter tables, realistic examples, and language-specific notesWhat's in each file
Source files consulted
firecrawl/apps/js-sdk/firecrawl/src/v2/client.ts+types.tsfirecrawl/apps/python-sdk/firecrawl/v2/client.py+types.pyfirecrawl/apps/rust-sdk/src/client.rs+scrape.rs+search.rsfirecrawl/apps/java-sdk/src/main/java/com/firecrawl/client/FirecrawlClient.javafirecrawl/apps/elixir-sdk/lib/firecrawl.exfirecrawl-docs/api-reference/v2-openapi.jsonRelationship to existing docs
These quickstarts complement the existing
agent-source-of-truth/files. The source-of-truth files are exhaustive references; the quickstarts are concise, self-contained documents designed to be pasted into agent context for fast onboarding.Test plan
.mdxfile renders cleanly in MintlifyGenerated by Claude Code