diff --git a/agents/fire-1-extract.mdx b/agents/fire-1-extract.mdx index 22a59eed..002d22ef 100644 --- a/agents/fire-1-extract.mdx +++ b/agents/fire-1-extract.mdx @@ -33,7 +33,7 @@ You can use the FIRE-1 agent with the `/v1/scrape` endpoint to apply intelligent ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], @@ -54,7 +54,7 @@ Similarly, you can leverage the FIRE-1 agent with the `/v1/extract` endpoint for ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extract all user comments from this forum thread.", @@ -117,7 +117,7 @@ Here's a quick example using FIRE-1 with the scrape endpoint to paginate through ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], diff --git a/es/agents/fire-1-extract.mdx b/es/agents/fire-1-extract.mdx index b481bf0f..d4f49583 100644 --- a/es/agents/fire-1-extract.mdx +++ b/es/agents/fire-1-extract.mdx @@ -64,7 +64,7 @@ Del mismo modo, puedes usar el agente FIRE-1 con el punto de conexión `/v1/extr ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extrae todos los comentarios de los usuarios de este hilo del foro.", @@ -166,4 +166,4 @@ Descubre hoy el futuro del web scraping: - **Prueba FIRE-1:** Integra navegación inteligente en tus flujos de scraping y extracción. - **Explora la documentación:** Obtén más información en nuestra [documentación completa](https://docs.firecrawl.dev/agents/fire-1). - **¿Necesitas ayuda?** Únete a nuestra [comunidad en Discord](https://discord.gg/S7Enyh9Abh) o escribe a [help@firecrawl.com](mailto:help@firecrawl.com). -**¿Listo para aprovechar el scraping con IA?** [Regístrate en Firecrawl](https://firecrawl.dev/signup) y comienza con FIRE-1 hoy. \ No newline at end of file +**¿Listo para aprovechar el scraping con IA?** [Regístrate en Firecrawl](https://firecrawl.dev/signup) y comienza con FIRE-1 hoy. diff --git a/es/features/extract.mdx b/es/features/extract.mdx index de7ac94e..273225cc 100644 --- a/es/features/extract.mdx +++ b/es/features/extract.mdx @@ -201,7 +201,7 @@ Puedes usar el agente FIRE-1 con el punto de conexión `/extract` para tareas de ```bash curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extrae todos los comentarios de los usuarios de este hilo del foro.", @@ -237,4 +237,4 @@ curl -X POST https://api.firecrawl.dev/v2/extract \ Puedes consultar los precios de /extract en la [página de precios de Extract](https://www.firecrawl.dev/extract#pricing) y supervisar el uso en la [página de Extract del panel](https://www.firecrawl.dev/app/extract). -¿Tienes comentarios o necesitas ayuda? Escribe a [help@firecrawl.com](mailto:help@firecrawl.com). \ No newline at end of file +¿Tienes comentarios o necesitas ayuda? Escribe a [help@firecrawl.com](mailto:help@firecrawl.com). diff --git a/es/features/search.mdx b/es/features/search.mdx index ca877acb..094801a7 100644 --- a/es/features/search.mdx +++ b/es/features/search.mdx @@ -137,7 +137,7 @@ Combina varias categorías en una sola búsqueda: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "redes neuronales", "categories": ["github", "investigación"], @@ -190,7 +190,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "jupiter", "sources": ["images"], @@ -208,7 +208,7 @@ Usa los operadores de Google Imágenes para encontrar imágenes de alta resoluci ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "atardecer imagesize:1920x1080", "sources": ["images"], @@ -219,7 +219,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "fondo de pantalla de montaña larger:2560x1440", "sources": ["images"], @@ -449,4 +449,4 @@ Para controlar los costos: ## Opciones avanzadas de scraping -Para más detalles sobre las opciones de scraping, consulta la [documentación de la función Scrape](https://docs.firecrawl.dev/features/scrape). Todo, excepto FIRE-1 (Agente) y seguimientoDeCambios, es compatible con este punto de conexión de búsqueda. \ No newline at end of file +Para más detalles sobre las opciones de scraping, consulta la [documentación de la función Scrape](https://docs.firecrawl.dev/features/scrape). Todo, excepto FIRE-1 (Agente) y seguimientoDeCambios, es compatible con este punto de conexión de búsqueda. diff --git a/es/learn/guide/bypassing-auth.mdx b/es/learn/guide/bypassing-auth.mdx index dd75dde4..e96fa9c3 100644 --- a/es/learn/guide/bypassing-auth.mdx +++ b/es/learn/guide/bypassing-auth.mdx @@ -120,7 +120,7 @@ Para omitir la autenticación, debes incluir el parámetro `headers` en tu solic ```curl cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "headers": { @@ -128,4 +128,4 @@ Para omitir la autenticación, debes incluir el parámetro `headers` en tu solic } }' ``` - \ No newline at end of file + diff --git a/es/migrate-to-v2.mdx b/es/migrate-to-v2.mdx index 048d18f2..e8510b23 100644 --- a/es/migrate-to-v2.mdx +++ b/es/migrate-to-v2.mdx @@ -191,7 +191,7 @@ doc = firecrawl.scrape(url, formats=formats); ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -225,7 +225,7 @@ doc = firecrawl.scrape(url, formats=formats); # Formato de captura de pantalla (cURL) curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -277,10 +277,10 @@ print(preview) ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl/params-preview \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "prompt": "Extract docs and blog" }' ``` - \ No newline at end of file + diff --git a/es/v0/advanced-scraping-guide.mdx b/es/v0/advanced-scraping-guide.mdx index c5ec1bdc..3adf30fc 100644 --- a/es/v0/advanced-scraping-guide.mdx +++ b/es/v0/advanced-scraping-guide.mdx @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -204,7 +204,7 @@ Al usar el punto de conexión `/scrape`, puedes especificar opciones para **extr ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -318,7 +318,7 @@ Sirve para verificar el estado de un trabajo de rastreo y obtener su resultado. ```bash curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -384,7 +384,7 @@ Al usar el punto de conexión `/crawl`, puedes personalizar el comportamiento de ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "crawlerOptions": { @@ -453,4 +453,4 @@ En este ejemplo, el rastreador: ## Opciones del extractor + Opciones del rastreador -Próximamente... \ No newline at end of file +Próximamente... diff --git a/es/v0/features/crawl.mdx b/es/v0/features/crawl.mdx index ed9d1eca..02db7e9b 100644 --- a/es/v0/features/crawl.mdx +++ b/es/v0/features/crawl.mdx @@ -152,7 +152,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' @@ -209,7 +209,7 @@ println!("Crawl Status: {:?}", status); ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/es/v0/features/scrape.mdx b/es/v0/features/scrape.mdx index 74d1b303..7fd968ef 100644 --- a/es/v0/features/scrape.mdx +++ b/es/v0/features/scrape.mdx @@ -134,7 +134,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' diff --git a/es/v0/introduction.mdx b/es/v0/introduction.mdx index 8f1bc25b..cb79d7ad 100644 --- a/es/v0/introduction.mdx +++ b/es/v0/introduction.mdx @@ -171,7 +171,7 @@ Se utiliza para rastrear una URL y todas las subpáginas accesibles. Esto envía ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -221,7 +221,7 @@ Se usa para verificar el estado de un trabajo de rastreo y obtener su resultado. ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -317,7 +317,7 @@ Para extraer una única URL, usa el método `scrape_url`. Recibe la URL como par ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -541,4 +541,4 @@ Con la extracción con LLM, puedes extraer fácilmente datos estructurados de cu ## Contribuciones -¡Nos encanta recibir contribuciones! Lee nuestra [guía de contribución](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md) antes de enviar un pull request. \ No newline at end of file +¡Nos encanta recibir contribuciones! Lee nuestra [guía de contribución](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md) antes de enviar un pull request. diff --git a/es/v1/advanced-scraping-guide.mdx b/es/v1/advanced-scraping-guide.mdx index d176b60a..260e8101 100644 --- a/es/v1/advanced-scraping-guide.mdx +++ b/es/v1/advanced-scraping-guide.mdx @@ -20,7 +20,7 @@ Para extraer una sola página y obtener contenido limpio en Markdown, puedes usa from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") content = app.scrape_url("https://docs.firecrawl.dev") ``` @@ -30,7 +30,7 @@ content = app.scrape_url("https://docs.firecrawl.dev") import { FirecrawlApp } from 'firecrawl-js'; -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); const content = await app.scrapeUrl('https://docs.firecrawl.dev'); ``` @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -238,7 +238,7 @@ Al usar el punto de conexión `/scrape`, puedes especificar opciones para **extr ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown", "json"], @@ -499,7 +499,7 @@ Se usa para verificar el estado de un trabajo de rastreo y obtener su resultado. ```bash curl -X GET https://api.firecrawl.dev/v1/crawl/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -638,7 +638,7 @@ Para utilizar el punto de conexión `/map`, debes enviar una solicitud GET con l ```bash curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -707,4 +707,4 @@ Esto devolverá un objeto JSON con enlaces relacionados contextualmente con la U Aquí tienes la referencia de la API para esto: [Documentación del punto de conexión /map](https://docs.firecrawl.dev/api-reference/endpoint/map) -¡Gracias por leer! \ No newline at end of file +¡Gracias por leer! diff --git a/es/v1/features/extract.mdx b/es/v1/features/extract.mdx index fcb468f1..a62b86ee 100644 --- a/es/v1/features/extract.mdx +++ b/es/v1/features/extract.mdx @@ -202,7 +202,7 @@ Puedes usar el agente FIRE-1 con el punto de conexión `/v1/extract` para tareas ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extrae todos los comentarios de los usuarios de este hilo del foro.", @@ -238,4 +238,4 @@ curl -X POST https://api.firecrawl.dev/v1/extract \ Puedes consultar los precios de /extract en la [página de precios de Extract](https://www.firecrawl.dev/extract#pricing) y hacer seguimiento del uso desde la [página de Extract en el panel](https://www.firecrawl.dev/app/extract). -¿Tienes comentarios o necesitas ayuda? Escribe a [help@firecrawl.com](mailto:help@firecrawl.com). \ No newline at end of file +¿Tienes comentarios o necesitas ayuda? Escribe a [help@firecrawl.com](mailto:help@firecrawl.com). diff --git a/es/v1/features/map.mdx b/es/v1/features/map.mdx index 3f795b21..6c13f5e3 100644 --- a/es/v1/features/map.mdx +++ b/es/v1/features/map.mdx @@ -85,7 +85,7 @@ Map con el parámetro `search` te permite buscar URLs específicas dentro de un ```bash cURL curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "search": "docs" @@ -110,4 +110,4 @@ La respuesta será una lista ordenada de la más relevante a la menos relevante. ## Consideraciones -Este punto de conexión prioriza la velocidad, por lo que puede no capturar todos los enlaces del sitio web. Estamos trabajando en mejoras. Agradecemos sus comentarios y sugerencias. \ No newline at end of file +Este punto de conexión prioriza la velocidad, por lo que puede no capturar todos los enlaces del sitio web. Estamos trabajando en mejoras. Agradecemos sus comentarios y sugerencias. diff --git a/es/v1/features/search-v0.mdx b/es/v1/features/search-v0.mdx index 719916d8..bec79c54 100644 --- a/es/v1/features/search-v0.mdx +++ b/es/v1/features/search-v0.mdx @@ -87,7 +87,7 @@ pip install firecrawl-py ```python from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") result = app.search(query="¿Qué es Firecrawl?") ``` @@ -116,7 +116,7 @@ npm install @mendable/firecrawl-js import FirecrawlApp from '@mendable/firecrawl-js'; // Inicializa FirecrawlApp con tu clave de API -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); // Realiza una búsqueda const result = await app.search('What is firecrawl?'); diff --git a/es/v1/features/search.mdx b/es/v1/features/search.mdx index 458584ed..062fe115 100644 --- a/es/v1/features/search.mdx +++ b/es/v1/features/search.mdx @@ -233,7 +233,7 @@ app.search("firecrawl updates", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl updates", "limit": 10, @@ -285,7 +285,7 @@ app.search("complex search query", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "complex search query", "limit": 10, @@ -339,7 +339,7 @@ app.search("firecrawl features", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl features", "limit": 3, @@ -383,4 +383,4 @@ Para controlar los costos: ## Opciones avanzadas de scraping -Para más detalles sobre las opciones de scraping, consulta la [documentación de la función Scrape](https://docs.firecrawl.dev/features/scrape). Todo, excepto FIRE-1 (Agente) y la función de seguimientoDeCambios, es compatible con este punto de conexión de búsqueda. \ No newline at end of file +Para más detalles sobre las opciones de scraping, consulta la [documentación de la función Scrape](https://docs.firecrawl.dev/features/scrape). Todo, excepto FIRE-1 (Agente) y la función de seguimientoDeCambios, es compatible con este punto de conexión de búsqueda. diff --git a/features/extract.mdx b/features/extract.mdx index 6e8f83b1..a49d76f0 100644 --- a/features/extract.mdx +++ b/features/extract.mdx @@ -179,7 +179,7 @@ You can leverage the FIRE-1 agent with the `/extract` endpoint for complex extra ```bash curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extract all user comments from this forum thread.", diff --git a/features/map.mdx b/features/map.mdx index c9721ceb..06baa7e7 100644 --- a/features/map.mdx +++ b/features/map.mdx @@ -75,7 +75,7 @@ Map with `search` param allows you to search for specific urls inside a website. ```bash cURL curl -X POST https://api.firecrawl.dev/v2/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "search": "docs" @@ -128,4 +128,4 @@ For more details about supported locations, refer to the [Proxies documentation] ## Considerations -This endpoint prioritizes speed, so it may not capture all website links. We are working on improvements. Feedback and suggestions are very welcome. \ No newline at end of file +This endpoint prioritizes speed, so it may not capture all website links. We are working on improvements. Feedback and suggestions are very welcome. diff --git a/features/search-v0.mdx b/features/search-v0.mdx index 2ad1a1a2..15dde8bc 100644 --- a/features/search-v0.mdx +++ b/features/search-v0.mdx @@ -32,7 +32,7 @@ Used to search the web, get the most relevant results, scrape each page and retu ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { @@ -169,4 +169,4 @@ async fn main() { Err(e) => eprintln!("Failed to search: {}", e), } } -``` \ No newline at end of file +``` diff --git a/features/search.mdx b/features/search.mdx index 70feeedd..ac2e2e82 100644 --- a/features/search.mdx +++ b/features/search.mdx @@ -84,7 +84,7 @@ Search specifically within GitHub repositories: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "web scraping python", "categories": ["github"], @@ -99,7 +99,7 @@ Search academic and research websites: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "machine learning transformers", "categories": ["research"], @@ -114,7 +114,7 @@ Combine multiple categories in one search: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "neural networks", "categories": ["github", "research"], @@ -153,7 +153,7 @@ Examples: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "openai", "sources": ["news"], @@ -164,7 +164,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "jupiter", "sources": ["images"], diff --git a/fr/agents/fire-1-extract.mdx b/fr/agents/fire-1-extract.mdx index 23b2ead7..21bd0796 100644 --- a/fr/agents/fire-1-extract.mdx +++ b/fr/agents/fire-1-extract.mdx @@ -64,7 +64,7 @@ De la même manière, vous pouvez utiliser l’agent FIRE-1 avec le point de ter ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extrait tous les commentaires des utilisateurs de ce sujet de forum.", @@ -166,4 +166,4 @@ Découvrez dès aujourd’hui l’avenir du web scraping : - **Essayez FIRE-1 :** Intégrez une navigation intelligente à vos workflows de scraping et d’extraction. - **Explorez la documentation :** Découvrez-en plus dans notre [documentation complète](https://docs.firecrawl.dev/agents/fire-1). - **Besoin d’aide ?** Rejoignez notre [communauté Discord](https://discord.gg/S7Enyh9Abh) ou écrivez à [help@firecrawl.com](mailto:help@firecrawl.com). -**Prêt à tirer parti d’un scraping piloté par l’IA ?** [Inscrivez-vous à Firecrawl](https://firecrawl.dev/signup) et commencez avec FIRE-1 dès aujourd’hui. \ No newline at end of file +**Prêt à tirer parti d’un scraping piloté par l’IA ?** [Inscrivez-vous à Firecrawl](https://firecrawl.dev/signup) et commencez avec FIRE-1 dès aujourd’hui. diff --git a/fr/features/search-v0.mdx b/fr/features/search-v0.mdx index ffbcad3e..86fae254 100644 --- a/fr/features/search-v0.mdx +++ b/fr/features/search-v0.mdx @@ -38,7 +38,7 @@ Permet d’effectuer des recherches sur le web, d’obtenir les résultats les p ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { diff --git a/fr/features/search.mdx b/fr/features/search.mdx index 31e12aa0..c182313d 100644 --- a/fr/features/search.mdx +++ b/fr/features/search.mdx @@ -190,7 +190,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "jupiter", "sources": ["images"], @@ -208,7 +208,7 @@ Utilisez les opérateurs de Google Images pour trouver des images en haute réso ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "coucher de soleil imagesize:1920x1080", "sources": ["images"], @@ -219,9 +219,9 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ - "query": "fond d’écran montagne larger:2560x1440", + "query": "fond d'écran montagne larger:2560x1440", "sources": ["images"], "limit": 8 }' @@ -365,7 +365,7 @@ firecrawl.search("firecrawl updates", { ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl updates", "limit": 10, @@ -417,7 +417,7 @@ app.search("complex search query", { ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "complex search query", "limit": 10, @@ -449,4 +449,4 @@ Pour maîtriser les coûts : ## Options de scraping avancées -Pour plus de détails sur les options de scraping, consultez la [documentation de la fonctionnalité Scrape](https://docs.firecrawl.dev/features/scrape). Toutes les options, à l’exception de FIRE-1 (Agent) et du suiviDesModifications, sont prises en charge par ce point de terminaison Search. \ No newline at end of file +Pour plus de détails sur les options de scraping, consultez la [documentation de la fonctionnalité Scrape](https://docs.firecrawl.dev/features/scrape). Toutes les options, à l’exception de FIRE-1 (Agent) et du suiviDesModifications, sont prises en charge par ce point de terminaison Search. diff --git a/fr/learn/guide/bypassing-auth.mdx b/fr/learn/guide/bypassing-auth.mdx index eafdc5fb..3c67c059 100644 --- a/fr/learn/guide/bypassing-auth.mdx +++ b/fr/learn/guide/bypassing-auth.mdx @@ -120,7 +120,7 @@ Pour contourner l’authentification, incluez le paramètre `headers` dans votre ```curl cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "headers": { @@ -128,4 +128,4 @@ Pour contourner l’authentification, incluez le paramètre `headers` dans votre } }' ``` - \ No newline at end of file + diff --git a/fr/migrate-to-v2.mdx b/fr/migrate-to-v2.mdx index 4c0f4a78..c093a9e4 100644 --- a/fr/migrate-to-v2.mdx +++ b/fr/migrate-to-v2.mdx @@ -191,12 +191,12 @@ doc = firecrawl.scrape(url, formats=formats); ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ "type": "json", - "prompt": "Extrayez la mission de l’entreprise à partir de la page." + "prompt": "Extrayez la mission de l'entreprise à partir de la page." }] }' ``` @@ -222,10 +222,10 @@ doc = firecrawl.scrape(url, formats=formats); ``` ```bash cURL -# Format de capture d’écran (cURL) +# Format de capture d'écran (cURL) curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -277,10 +277,10 @@ print(preview) ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl/params-preview \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "prompt": "Extraire la doc et le blog" }' ``` - \ No newline at end of file + diff --git a/fr/v0/advanced-scraping-guide.mdx b/fr/v0/advanced-scraping-guide.mdx index e595454c..76a95e38 100644 --- a/fr/v0/advanced-scraping-guide.mdx +++ b/fr/v0/advanced-scraping-guide.mdx @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -148,7 +148,7 @@ Lors de l’utilisation du point de terminaison `/scrape`, vous pouvez personnal curl -X POST https://api.firecrawl.dev/v0/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "pageOptions": { @@ -204,7 +204,7 @@ Lorsque vous utilisez le point de terminaison `/scrape`, vous pouvez définir de ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -421,7 +421,7 @@ Vous pouvez combiner les paramètres `pageOptions` et `crawlerOptions` pour pers ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "pageOptions": { @@ -453,4 +453,4 @@ Dans cet exemple, le crawler va : ## Options de l’extracteur + options du crawler -À venir... \ No newline at end of file +À venir... diff --git a/fr/v0/features/crawl.mdx b/fr/v0/features/crawl.mdx index 5ffe9ed9..25e4421d 100644 --- a/fr/v0/features/crawl.mdx +++ b/fr/v0/features/crawl.mdx @@ -152,7 +152,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' @@ -209,7 +209,7 @@ println!("Crawl Status: {:?}", status); ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/fr/v0/features/extract.mdx b/fr/v0/features/extract.mdx index 52e7b7c1..03037a75 100644 --- a/fr/v0/features/extract.mdx +++ b/fr/v0/features/extract.mdx @@ -37,7 +37,7 @@ Utilisé pour extraire des données structurées à partir de pages explorées. ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { diff --git a/fr/v0/features/scrape.mdx b/fr/v0/features/scrape.mdx index e47678c2..26e35320 100644 --- a/fr/v0/features/scrape.mdx +++ b/fr/v0/features/scrape.mdx @@ -134,7 +134,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' diff --git a/fr/v0/introduction.mdx b/fr/v0/introduction.mdx index fc220225..f11ee3a8 100644 --- a/fr/v0/introduction.mdx +++ b/fr/v0/introduction.mdx @@ -171,7 +171,7 @@ Permet d’explorer une URL et toutes les sous-pages accessibles. Cela lance un ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -221,7 +221,7 @@ Permet de vérifier l’état d’une tâche de crawl et d’en récupérer le r ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -317,7 +317,7 @@ Pour récupérer le contenu d’une seule URL, utilisez la méthode `scrape_url` ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -541,4 +541,4 @@ Avec l’extraction par LLM, vous pouvez facilement extraire des données struct ## Contribution -Nous apprécions vos contributions ! Veuillez lire notre [guide de contribution](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md) avant de soumettre une pull request. \ No newline at end of file +Nous apprécions vos contributions ! Veuillez lire notre [guide de contribution](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md) avant de soumettre une pull request. diff --git a/fr/v1/advanced-scraping-guide.mdx b/fr/v1/advanced-scraping-guide.mdx index 6a99629d..e1405bfa 100644 --- a/fr/v1/advanced-scraping-guide.mdx +++ b/fr/v1/advanced-scraping-guide.mdx @@ -20,7 +20,7 @@ Pour extraire une seule page et obtenir du contenu Markdown propre, utilisez le from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") content = app.scrape_url("https://docs.firecrawl.dev") ``` @@ -30,7 +30,7 @@ content = app.scrape_url("https://docs.firecrawl.dev") import { FirecrawlApp } from 'firecrawl-js'; -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); const content = await app.scrapeUrl('https://docs.firecrawl.dev'); ``` @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -477,7 +477,7 @@ Pour explorer plusieurs pages, vous pouvez utiliser le point de terminaison `/cr ```bash curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -604,7 +604,7 @@ Dans le cadre des options du crawler, vous pouvez également spécifier le param ```bash curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "includePaths": ["^/blog/.*$", "^/docs/.*$"], @@ -707,4 +707,4 @@ Cela renverra un objet JSON contenant des liens contextuellement liés à l’UR Voici la référence de l’API à ce sujet : [Documentation du point de terminaison /map](https://docs.firecrawl.dev/api-reference/endpoint/map) -Merci de votre lecture ! \ No newline at end of file +Merci de votre lecture ! diff --git a/fr/v1/features/search-v0.mdx b/fr/v1/features/search-v0.mdx index 86fb1372..7acd584d 100644 --- a/fr/v1/features/search-v0.mdx +++ b/fr/v1/features/search-v0.mdx @@ -87,7 +87,7 @@ pip install firecrawl-py ```python from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") result = app.search(query="Qu’est-ce que Firecrawl ?") ``` @@ -116,7 +116,7 @@ npm install @mendable/firecrawl-js import FirecrawlApp from '@mendable/firecrawl-js'; // Initialisez FirecrawlApp avec votre clé d’API -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); // Effectuez une recherche const result = await app.search('Qu’est-ce que Firecrawl ?'); diff --git a/fr/v1/features/search.mdx b/fr/v1/features/search.mdx index a78d32a3..eff65bb8 100644 --- a/fr/v1/features/search.mdx +++ b/fr/v1/features/search.mdx @@ -233,7 +233,7 @@ app.search("firecrawl updates", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl updates", "limit": 10, @@ -285,7 +285,7 @@ app.search("complex search query", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "complex search query", "limit": 10, @@ -339,7 +339,7 @@ app.search("firecrawl features", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl features", "limit": 3, @@ -383,4 +383,4 @@ Pour maîtriser les coûts : ## Options de scraping avancées -Pour plus de détails sur les options de scraping, consultez la [documentation de la fonctionnalité Scrape](https://docs.firecrawl.dev/features/scrape). Tout, à l’exception de FIRE-1 (Agent) et du suiviDesModifications, est pris en charge par ce point de terminaison Search. \ No newline at end of file +Pour plus de détails sur les options de scraping, consultez la [documentation de la fonctionnalité Scrape](https://docs.firecrawl.dev/features/scrape). Tout, à l’exception de FIRE-1 (Agent) et du suiviDesModifications, est pris en charge par ce point de terminaison Search. diff --git a/ja/agents/fire-1-extract.mdx b/ja/agents/fire-1-extract.mdx index 9878dd28..88158a91 100644 --- a/ja/agents/fire-1-extract.mdx +++ b/ja/agents/fire-1-extract.mdx @@ -39,7 +39,7 @@ FIRE-1 エージェントを有効化するには、`scrape` または `extract` ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], @@ -64,7 +64,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "このフォーラムのスレッドから、すべてのユーザーコメントを抽出してください。", @@ -136,7 +136,7 @@ FIRE-1 を /scrape エンドポイントと併用して、商品一覧をペー ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], @@ -166,4 +166,4 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ - **FIRE-1 を試す:** スクレイピングや抽出のワークフローに、インテリジェントなナビゲーションを組み込みましょう。 - **ドキュメントを見る:** [網羅的なドキュメント](https://docs.firecrawl.dev/agents/fire-1)で詳しく学べます。 - **お困りですか?** [Discord コミュニティ](https://discord.gg/S7Enyh9Abh)に参加するか、[help@firecrawl.com](mailto:help@firecrawl.com) までメールでご連絡ください。 -**AI で強化されたスクレイピングを活用する準備はできましたか?** [Firecrawl にサインアップ](https://firecrawl.dev/signup)して、今日から FIRE-1 を始めましょう。 \ No newline at end of file +**AI で強化されたスクレイピングを活用する準備はできましたか?** [Firecrawl にサインアップ](https://firecrawl.dev/signup)して、今日から FIRE-1 を始めましょう。 diff --git a/ja/features/extract.mdx b/ja/features/extract.mdx index b81fa2fc..737a92a6 100644 --- a/ja/features/extract.mdx +++ b/ja/features/extract.mdx @@ -201,7 +201,7 @@ FIRE-1 は Firecrawl のスクレイピング機能を強化する AI エージ ```bash curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "このフォーラムスレッドからすべてのユーザーコメントを抽出してください。", @@ -237,4 +237,4 @@ curl -X POST https://api.firecrawl.dev/v2/extract \ /Extract の料金は [Extract の料金ページ](https://www.firecrawl.dev/extract#pricing) で確認でき、利用状況は [ダッシュボードの Extract ページ](https://www.firecrawl.dev/app/extract) で確認できます。 -フィードバックやサポートが必要な場合は、[help@firecrawl.com](mailto:help@firecrawl.com) までメールでご連絡ください。 \ No newline at end of file +フィードバックやサポートが必要な場合は、[help@firecrawl.com](mailto:help@firecrawl.com) までメールでご連絡ください。 diff --git a/ja/features/map.mdx b/ja/features/map.mdx index 14be19ba..90ef0042 100644 --- a/ja/features/map.mdx +++ b/ja/features/map.mdx @@ -80,7 +80,7 @@ SDKはデータオブジェクトを直接返します。cURLは下記のとお ```bash cURL curl -X POST https://api.firecrawl.dev/v2/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "search": "docs" @@ -143,4 +143,4 @@ curl -X POST https://api.firecrawl.dev/v2/map \ ## 留意事項 -このエンドポイントは速度を優先しているため、サイト上のリンクをすべて取得できない場合があります。現在、改善を進めています。フィードバックやご提案をお寄せいただけると幸いです。 \ No newline at end of file +このエンドポイントは速度を優先しているため、サイト上のリンクをすべて取得できない場合があります。現在、改善を進めています。フィードバックやご提案をお寄せいただけると幸いです。 diff --git a/ja/features/search-v0.mdx b/ja/features/search-v0.mdx index cd443f55..5d244afa 100644 --- a/ja/features/search-v0.mdx +++ b/ja/features/search-v0.mdx @@ -38,7 +38,7 @@ Firecrawl は SERP(Search Engine Results Page)API と堅牢なスクレイ ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { diff --git a/ja/features/search.mdx b/ja/features/search.mdx index 1f4f90b0..76045a02 100644 --- a/ja/features/search.mdx +++ b/ja/features/search.mdx @@ -101,7 +101,7 @@ GitHub のリポジトリ内を対象に絞り込んで検索します: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "web scraping python", "categories": ["github"], @@ -119,7 +119,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "機械学習 トランスフォーマー", "categories": ["研究"], @@ -137,7 +137,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "ニューラルネットワーク", "categories": ["github", "research"], @@ -179,7 +179,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "openai", "sources": ["news"], @@ -190,7 +190,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "jupiter", "sources": ["images"], @@ -208,7 +208,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "sunset imagesize:1920x1080", "sources": ["images"], @@ -219,7 +219,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "mountain wallpaper larger:2560x1440", "sources": ["images"], @@ -365,7 +365,7 @@ firecrawl.search("firecrawl updates", { ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl updates", "limit": 10, @@ -417,7 +417,7 @@ app.search("complex search query", { ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "complex search query", "limit": 10, @@ -449,4 +449,4 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ## 高度なスクレイピングオプション -スクレイピングオプションの詳細は、[Scrape 機能のドキュメント](https://docs.firecrawl.dev/features/scrape)を参照してください。FIRE-1(エージェント)と changeTracking 機能を除き、この Search エンドポイントでサポートされています。 \ No newline at end of file +スクレイピングオプションの詳細は、[Scrape 機能のドキュメント](https://docs.firecrawl.dev/features/scrape)を参照してください。FIRE-1(エージェント)と changeTracking 機能を除き、この Search エンドポイントでサポートされています。 diff --git a/ja/learn/guide/bypassing-auth.mdx b/ja/learn/guide/bypassing-auth.mdx index 743a6dc9..91bb5b93 100644 --- a/ja/learn/guide/bypassing-auth.mdx +++ b/ja/learn/guide/bypassing-auth.mdx @@ -120,7 +120,7 @@ Firecrawl では、ヘッダーに Cookie を送信することでウェブサ ```curl cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "headers": { @@ -128,4 +128,4 @@ Firecrawl では、ヘッダーに Cookie を送信することでウェブサ } }' ``` - \ No newline at end of file + diff --git a/ja/migrate-to-v2.mdx b/ja/migrate-to-v2.mdx index a186bb2c..9324cb43 100644 --- a/ja/migrate-to-v2.mdx +++ b/ja/migrate-to-v2.mdx @@ -191,7 +191,7 @@ doc = firecrawl.scrape(url, formats=formats); ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -225,7 +225,7 @@ doc = firecrawl.scrape(url, formats=formats); # スクリーンショットフォーマット(cURL) curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -277,10 +277,10 @@ print(preview) ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl/params-preview \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "prompt": "Extract docs and blog" }' ``` - \ No newline at end of file + diff --git a/ja/v0/advanced-scraping-guide.mdx b/ja/v0/advanced-scraping-guide.mdx index d8fdc411..856d3284 100644 --- a/ja/v0/advanced-scraping-guide.mdx +++ b/ja/v0/advanced-scraping-guide.mdx @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -148,7 +148,7 @@ curl -X POST https://api.firecrawl.dev/v0/scrape \ curl -X POST https://api.firecrawl.dev/v0/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "pageOptions": { @@ -204,7 +204,7 @@ APIリファレンスはこちら: [Scrape Endpoint Documentation](https://docs. ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -279,7 +279,7 @@ curl -X POST https://api.firecrawl.dev/v0/scrape \ curl -X POST https://api.firecrawl.dev/v0/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "timeout": 50000 @@ -296,7 +296,7 @@ curl -X POST https://api.firecrawl.dev/v0/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -318,7 +318,7 @@ jobId を返す ```bash curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -384,7 +384,7 @@ curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "crawlerOptions": { @@ -421,7 +421,7 @@ curl -X POST https://api.firecrawl.dev/v0/crawl \ ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "pageOptions": { @@ -453,4 +453,4 @@ curl -X POST https://api.firecrawl.dev/v0/crawl \ ## Extractor のオプション + Crawler のオプション -近日公開... \ No newline at end of file +近日公開... diff --git a/ja/v0/features/crawl.mdx b/ja/v0/features/crawl.mdx index 10bb163b..380db4e6 100644 --- a/ja/v0/features/crawl.mdx +++ b/ja/v0/features/crawl.mdx @@ -152,7 +152,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' @@ -209,7 +209,7 @@ println!("Crawl Status: {:?}", status); ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/ja/v0/features/extract.mdx b/ja/v0/features/extract.mdx index 635140e9..290eecd0 100644 --- a/ja/v0/features/extract.mdx +++ b/ja/v0/features/extract.mdx @@ -37,7 +37,7 @@ FirecrawlはLarge Language Models(LLMs)を活用し、ウェブページか ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { diff --git a/ja/v0/features/scrape.mdx b/ja/v0/features/scrape.mdx index e5ce2bc6..14fa1588 100644 --- a/ja/v0/features/scrape.mdx +++ b/ja/v0/features/scrape.mdx @@ -134,7 +134,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' diff --git a/ja/v0/introduction.mdx b/ja/v0/introduction.mdx index 77606978..e58e416f 100644 --- a/ja/v0/introduction.mdx +++ b/ja/v0/introduction.mdx @@ -171,7 +171,7 @@ URL とアクセス可能なすべてのサブページをクロールします ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -221,7 +221,7 @@ cURL では、/crawl は常に jobId を返し、それを使ってクロール ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -317,7 +317,7 @@ cURL では、/crawl は常に jobId を返し、それを使ってクロール ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -503,7 +503,7 @@ LLM抽出を使うと、任意のURLから構造化データを簡単に取り ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -541,4 +541,4 @@ LLM抽出を使うと、任意のURLから構造化データを簡単に取り ## コントリビューション -貢献を歓迎しています。プルリクエストを送信する前に、[貢献ガイド](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md)をお読みください。 \ No newline at end of file +貢献を歓迎しています。プルリクエストを送信する前に、[貢献ガイド](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md)をお読みください。 diff --git a/ja/v1/advanced-scraping-guide.mdx b/ja/v1/advanced-scraping-guide.mdx index 9bda6994..c1d8cfff 100644 --- a/ja/v1/advanced-scraping-guide.mdx +++ b/ja/v1/advanced-scraping-guide.mdx @@ -20,7 +20,7 @@ og:description: "高度なオプションで Firecrawl のスクレイピング from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") content = app.scrape_url("https://docs.firecrawl.dev") ``` @@ -30,7 +30,7 @@ content = app.scrape_url("https://docs.firecrawl.dev") import { FirecrawlApp } from 'firecrawl-js'; -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); const content = await app.scrapeUrl('https://docs.firecrawl.dev'); ``` @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -171,7 +171,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ curl -X POST https://api.firecrawl.dev/v1/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "formats": ["markdown", "links", "html", "rawHtml", "screenshot"], @@ -238,7 +238,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown", "json"], @@ -477,7 +477,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -499,7 +499,7 @@ IDを返します ```bash curl -X GET https://api.firecrawl.dev/v1/crawl/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -604,7 +604,7 @@ curl -X GET https://api.firecrawl.dev/v1/crawl/1234-5678-9101 \ ```bash curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "includePaths": ["^/blog/.*$", "^/docs/.*$"], @@ -638,7 +638,7 @@ curl -X POST https://api.firecrawl.dev/v1/crawl \ ```bash curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -707,4 +707,4 @@ curl -X POST https://api.firecrawl.dev/v1/map \ 該当するAPIリファレンス: [Map Endpoint Documentation](https://docs.firecrawl.dev/api-reference/endpoint/map) -お読みいただきありがとうございます。 \ No newline at end of file +お読みいただきありがとうございます。 diff --git a/ja/v1/features/extract.mdx b/ja/v1/features/extract.mdx index 9ef8494b..e9de8648 100644 --- a/ja/v1/features/extract.mdx +++ b/ja/v1/features/extract.mdx @@ -202,7 +202,7 @@ FIRE-1 は Firecrawl のスクレイピング機能を強化する AI エージ ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "このフォーラムスレッドから全ユーザーのコメントを抽出してください。", @@ -238,4 +238,4 @@ curl -X POST https://api.firecrawl.dev/v1/extract \ /extract の料金は[Extract の料金ページ](https://www.firecrawl.dev/extract#pricing)で確認でき、利用状況は[ダッシュボードの Extract ページ](https://www.firecrawl.dev/app/extract)で確認できます。 -フィードバックやサポートが必要な場合は、[help@firecrawl.com](mailto:help@firecrawl.com) までメールでご連絡ください。 \ No newline at end of file +フィードバックやサポートが必要な場合は、[help@firecrawl.com](mailto:help@firecrawl.com) までメールでご連絡ください。 diff --git a/ja/v1/features/map.mdx b/ja/v1/features/map.mdx index 195a9cbe..2c8e578b 100644 --- a/ja/v1/features/map.mdx +++ b/ja/v1/features/map.mdx @@ -85,7 +85,7 @@ SDK はデータオブジェクトを直接返します。cURL は下記のと ```bash cURL curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "search": "docs" @@ -110,4 +110,4 @@ curl -X POST https://api.firecrawl.dev/v1/map \ ## 注意事項 -このエンドポイントは速度を優先しているため、サイト内のリンクをすべて取得できない場合があります。現在、改善を進めています。ご意見・ご要望をお待ちしています。 \ No newline at end of file +このエンドポイントは速度を優先しているため、サイト内のリンクをすべて取得できない場合があります。現在、改善を進めています。ご意見・ご要望をお待ちしています。 diff --git a/ja/v1/features/scrape.mdx b/ja/v1/features/scrape.mdx index 43f94aae..37ef92a8 100644 --- a/ja/v1/features/scrape.mdx +++ b/ja/v1/features/scrape.mdx @@ -294,7 +294,7 @@ FIRE-1 の有効化は簡単です。`/scrape` または `/extract` の API リ ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://ycombinator.com/companies", "formats": ["markdown"], diff --git a/ja/v1/features/search-v0.mdx b/ja/v1/features/search-v0.mdx index a9ee12ea..cc2f2819 100644 --- a/ja/v1/features/search-v0.mdx +++ b/ja/v1/features/search-v0.mdx @@ -38,7 +38,7 @@ FirecrawlはSERP(Search Engine Results Page)APIを堅牢なスクレイピ ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { @@ -87,7 +87,7 @@ pip install firecrawl-py ```python from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") result = app.search(query="Firecrawlとは何ですか?") ``` @@ -116,7 +116,7 @@ npm install @mendable/firecrawl-js import FirecrawlApp from '@mendable/firecrawl-js'; // FirecrawlApp を自分の API キーで初期化する -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); // 検索を実行する const result = await app.search('Firecrawl とは?'); @@ -195,7 +195,7 @@ tokio = { version = "1", features = ["full"] } ```rust async fn main() { - let api_key = "YOUR_API_KEY"; + let api_key = ""; let api_url = "https://api.firecrawl.dev"; let app = FirecrawlApp::new(api_key, api_url).expect("FirecrawlAppの初期化に失敗しました") diff --git a/ja/v1/features/search.mdx b/ja/v1/features/search.mdx index 9de52c18..ae515f6a 100644 --- a/ja/v1/features/search.mdx +++ b/ja/v1/features/search.mdx @@ -233,7 +233,7 @@ app.search("firecrawl updates", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl updates", "limit": 10, @@ -285,7 +285,7 @@ app.search("complex search query", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "complex search query", "limit": 10, @@ -339,7 +339,7 @@ app.search("firecrawl features", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl features", "limit": 3, @@ -383,4 +383,4 @@ curl -X POST https://api.firecrawl.dev/v1/search \ ## 高度なスクレイピングオプション -スクレイピングオプションの詳細は、[Scrape 機能のドキュメント](https://docs.firecrawl.dev/features/scrape)を参照してください。FIRE-1(エージェント)とchangeTracking 機能を除き、その他はすべてこの /search エンドポイントでサポートされています。 \ No newline at end of file +スクレイピングオプションの詳細は、[Scrape 機能のドキュメント](https://docs.firecrawl.dev/features/scrape)を参照してください。FIRE-1(エージェント)とchangeTracking 機能を除き、その他はすべてこの /search エンドポイントでサポートされています。 diff --git a/learn/guide/bypassing-auth.mdx b/learn/guide/bypassing-auth.mdx index 494ed2e1..bd32adc2 100644 --- a/learn/guide/bypassing-auth.mdx +++ b/learn/guide/bypassing-auth.mdx @@ -120,7 +120,7 @@ async fn main() { ```curl cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "headers": { @@ -128,4 +128,4 @@ curl -X POST https://api.firecrawl.dev/v0/scrape \ } }' ``` - \ No newline at end of file + diff --git a/migrate-to-v2.mdx b/migrate-to-v2.mdx index b5e1a33c..b7b34fdc 100644 --- a/migrate-to-v2.mdx +++ b/migrate-to-v2.mdx @@ -168,7 +168,7 @@ doc = firecrawl.scrape(url, formats=formats); ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -198,7 +198,7 @@ doc = firecrawl.scrape(url, formats=formats); ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -246,10 +246,10 @@ print(preview) ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl/params-preview \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "prompt": "Extract docs and blog" }' ``` - \ No newline at end of file + diff --git a/pt-BR/agents/fire-1-extract.mdx b/pt-BR/agents/fire-1-extract.mdx index 2af2b81a..6c7d9120 100644 --- a/pt-BR/agents/fire-1-extract.mdx +++ b/pt-BR/agents/fire-1-extract.mdx @@ -64,7 +64,7 @@ Da mesma forma, você pode usar o FIRE-1 (Agente) com o endpoint `/v1/extract` p ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extraia todos os comentários de usuários desta discussão no fórum.", @@ -166,4 +166,4 @@ Experimente o futuro do web scraping hoje: - **Teste o FIRE-1:** Integre navegação inteligente aos seus fluxos de scraping e extração. - **Explore a documentação:** Saiba mais na nossa [documentação completa](https://docs.firecrawl.dev/agents/fire-1). - **Precisa de ajuda?** Entre na nossa [comunidade no Discord](https://discord.gg/S7Enyh9Abh) ou envie um e-mail para [help@firecrawl.com](mailto:help@firecrawl.com). -**Pronto para potencializar o scraping com IA?** [Crie uma conta no Firecrawl](https://firecrawl.dev/signup) e comece com o FIRE-1 hoje. \ No newline at end of file +**Pronto para potencializar o scraping com IA?** [Crie uma conta no Firecrawl](https://firecrawl.dev/signup) e comece com o FIRE-1 hoje. diff --git a/pt-BR/features/search-v0.mdx b/pt-BR/features/search-v0.mdx index 896f369e..aaeee954 100644 --- a/pt-BR/features/search-v0.mdx +++ b/pt-BR/features/search-v0.mdx @@ -38,7 +38,7 @@ Usado para pesquisar na web, obter os resultados mais relevantes, extrair cada p ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { diff --git a/pt-BR/features/search.mdx b/pt-BR/features/search.mdx index 74fd8951..9474f1e6 100644 --- a/pt-BR/features/search.mdx +++ b/pt-BR/features/search.mdx @@ -101,7 +101,7 @@ Pesquise especificamente em repositórios do GitHub: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "web scraping em Python", "categories": ["github"], @@ -119,7 +119,7 @@ Pesquise sites acadêmicos e de pesquisa: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "transformers em aprendizado de máquina", "categories": ["pesquisa"], @@ -137,7 +137,7 @@ Combine várias categorias em uma única pesquisa: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "redes neurais", "categories": ["github", "pesquisa"], @@ -179,7 +179,7 @@ Exemplos: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "openai", "sources": ["news"], @@ -208,7 +208,7 @@ Use operadores do Google Imagens para encontrar imagens em alta resolução: ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "pôr do sol imagesize:1920x1080", "sources": ["images"], @@ -449,4 +449,4 @@ Para controlar os custos: ## Opções avançadas de scraping -Para mais detalhes sobre as opções de scraping, consulte a [documentação do recurso Scrape](https://docs.firecrawl.dev/features/scrape). Tudo, exceto o FIRE-1 (Agente) e o recurso rastreioDeMudanças, é compatível com este endpoint de Search. \ No newline at end of file +Para mais detalhes sobre as opções de scraping, consulte a [documentação do recurso Scrape](https://docs.firecrawl.dev/features/scrape). Tudo, exceto o FIRE-1 (Agente) e o recurso rastreioDeMudanças, é compatível com este endpoint de Search. diff --git a/pt-BR/learn/guide/bypassing-auth.mdx b/pt-BR/learn/guide/bypassing-auth.mdx index e4fdbe95..12039486 100644 --- a/pt-BR/learn/guide/bypassing-auth.mdx +++ b/pt-BR/learn/guide/bypassing-auth.mdx @@ -120,7 +120,7 @@ Para ignorar a autenticação, inclua o parâmetro `headers` na sua requisição ```curl cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "headers": { @@ -128,4 +128,4 @@ Para ignorar a autenticação, inclua o parâmetro `headers` na sua requisição } }' ``` - \ No newline at end of file + diff --git a/pt-BR/migrate-to-v2.mdx b/pt-BR/migrate-to-v2.mdx index 2626afdc..8bf8278d 100644 --- a/pt-BR/migrate-to-v2.mdx +++ b/pt-BR/migrate-to-v2.mdx @@ -191,7 +191,7 @@ doc = firecrawl.scrape(url, formats=formats); ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -225,7 +225,7 @@ doc = firecrawl.scrape(url, formats=formats); # Formato de captura de tela (cURL) curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -277,10 +277,10 @@ print(preview) ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl/params-preview \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "prompt": "Extrair docs e blog" }' ``` - \ No newline at end of file + diff --git a/pt-BR/v0/advanced-scraping-guide.mdx b/pt-BR/v0/advanced-scraping-guide.mdx index 0ff06025..316d2847 100644 --- a/pt-BR/v0/advanced-scraping-guide.mdx +++ b/pt-BR/v0/advanced-scraping-guide.mdx @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -453,4 +453,4 @@ Neste exemplo, o crawler vai: ## Opções do Extrator + Opções do Crawler -Em breve... \ No newline at end of file +Em breve... diff --git a/pt-BR/v0/features/crawl.mdx b/pt-BR/v0/features/crawl.mdx index 531d0573..250ea578 100644 --- a/pt-BR/v0/features/crawl.mdx +++ b/pt-BR/v0/features/crawl.mdx @@ -152,7 +152,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' @@ -209,7 +209,7 @@ println!("Crawl Status: {:?}", status); ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/pt-BR/v0/features/extract.mdx b/pt-BR/v0/features/extract.mdx index 5547ca7c..9244f7a7 100644 --- a/pt-BR/v0/features/extract.mdx +++ b/pt-BR/v0/features/extract.mdx @@ -37,7 +37,7 @@ Usado para extrair dados estruturados de páginas coletadas. ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { diff --git a/pt-BR/v0/features/scrape.mdx b/pt-BR/v0/features/scrape.mdx index 08cdb28a..14d26db1 100644 --- a/pt-BR/v0/features/scrape.mdx +++ b/pt-BR/v0/features/scrape.mdx @@ -134,7 +134,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' diff --git a/pt-BR/v0/introduction.mdx b/pt-BR/v0/introduction.mdx index 71364aa7..7270335a 100644 --- a/pt-BR/v0/introduction.mdx +++ b/pt-BR/v0/introduction.mdx @@ -171,7 +171,7 @@ Usado para rastrear uma URL e todas as subpáginas acessíveis. Isso envia uma t ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -221,7 +221,7 @@ Usado para checar o status de um job de crawl e obter seu resultado. ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -317,7 +317,7 @@ Para extrair dados de uma única URL, use o método `scrape_url`. Ele recebe a U ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -503,7 +503,7 @@ Com a extração via LLM, você pode extrair facilmente dados estruturados de qu ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -541,4 +541,4 @@ Com a extração via LLM, você pode extrair facilmente dados estruturados de qu ## Contribuindo -Adoramos contribuições! Leia nosso [guia de contribuição](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md) antes de enviar um pull request. \ No newline at end of file +Adoramos contribuições! Leia nosso [guia de contribuição](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md) antes de enviar um pull request. diff --git a/pt-BR/v1/advanced-scraping-guide.mdx b/pt-BR/v1/advanced-scraping-guide.mdx index f382e92e..5becf3cf 100644 --- a/pt-BR/v1/advanced-scraping-guide.mdx +++ b/pt-BR/v1/advanced-scraping-guide.mdx @@ -20,7 +20,7 @@ Para extrair o conteúdo em markdown limpo de uma única página, use o endpoint from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") content = app.scrape_url("https://docs.firecrawl.dev") ``` @@ -30,7 +30,7 @@ content = app.scrape_url("https://docs.firecrawl.dev") import { FirecrawlApp } from 'firecrawl-js'; -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); const content = await app.scrapeUrl('https://docs.firecrawl.dev'); ``` @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -238,7 +238,7 @@ Ao usar o endpoint `/scrape`, você pode definir opções para **extrair informa ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown", "json"], @@ -707,4 +707,4 @@ Isso retornará um objeto JSON contendo links contextualmente relacionados ao UR Aqui está a referência da API sobre isso: [Documentação do endpoint /map](https://docs.firecrawl.dev/api-reference/endpoint/map) -Obrigado por ler! \ No newline at end of file +Obrigado por ler! diff --git a/pt-BR/v1/features/search-v0.mdx b/pt-BR/v1/features/search-v0.mdx index afebf1cd..8d4aa932 100644 --- a/pt-BR/v1/features/search-v0.mdx +++ b/pt-BR/v1/features/search-v0.mdx @@ -38,7 +38,7 @@ Usado para pesquisar na web, obter os resultados mais relevantes, extrair o cont ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { @@ -87,7 +87,7 @@ pip install firecrawl-py ```python from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") result = app.search(query="O que é o Firecrawl?") ``` @@ -116,7 +116,7 @@ npm install @mendable/firecrawl-js import FirecrawlApp from '@mendable/firecrawl-js'; // Inicialize o FirecrawlApp com sua chave de API -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); // Faça uma pesquisa const result = await app.search('O que é o Firecrawl?'); diff --git a/pt-BR/v1/features/search.mdx b/pt-BR/v1/features/search.mdx index 2ce46bb7..d468c63f 100644 --- a/pt-BR/v1/features/search.mdx +++ b/pt-BR/v1/features/search.mdx @@ -233,7 +233,7 @@ app.search("firecrawl updates", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl updates", "limit": 10, @@ -285,7 +285,7 @@ app.search("complex search query", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "complex search query", "limit": 10, @@ -339,7 +339,7 @@ app.search("firecrawl features", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl features", "limit": 3, @@ -383,4 +383,4 @@ Para controlar os custos: ## Opções avançadas de scraping -Para mais detalhes sobre as opções de scraping, consulte a [documentação do recurso de Scrape](https://docs.firecrawl.dev/features/scrape). Tudo, exceto o FIRE-1 (Agente) e o recurso de rastreioDeMudanças, é compatível com este endpoint de Search. \ No newline at end of file +Para mais detalhes sobre as opções de scraping, consulte a [documentação do recurso de Scrape](https://docs.firecrawl.dev/features/scrape). Tudo, exceto o FIRE-1 (Agente) e o recurso de rastreioDeMudanças, é compatível com este endpoint de Search. diff --git a/snippets/es/v1/batch-scrape-webhook/base/curl.mdx b/snippets/es/v1/batch-scrape-webhook/base/curl.mdx index eede83a7..219ed436 100644 --- a/snippets/es/v1/batch-scrape-webhook/base/curl.mdx +++ b/snippets/es/v1/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/es/v1/batch-scrape/base/curl.mdx b/snippets/es/v1/batch-scrape/base/curl.mdx index d268cee2..74f7a12e 100644 --- a/snippets/es/v1/batch-scrape/base/curl.mdx +++ b/snippets/es/v1/batch-scrape/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats": ["markdown", "html"] diff --git a/snippets/es/v1/batch-scrape/extract/curl.mdx b/snippets/es/v1/batch-scrape/extract/curl.mdx index cbd800fa..2f6bd994 100644 --- a/snippets/es/v1/batch-scrape/extract/curl.mdx +++ b/snippets/es/v1/batch-scrape/extract/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : ["json"], diff --git a/snippets/es/v1/crawl-status/short/curl.mdx b/snippets/es/v1/crawl-status/short/curl.mdx index 309e151f..cd908893 100644 --- a/snippets/es/v1/crawl-status/short/curl.mdx +++ b/snippets/es/v1/crawl-status/short/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/crawl/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/es/v1/crawl-webhook/base/curl.mdx b/snippets/es/v1/crawl-webhook/base/curl.mdx index 5a319543..f20f66e0 100644 --- a/snippets/es/v1/crawl-webhook/base/curl.mdx +++ b/snippets/es/v1/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/es/v1/crawl/base/curl.mdx b/snippets/es/v1/crawl/base/curl.mdx index 9999c876..f0f2d8c2 100644 --- a/snippets/es/v1/crawl/base/curl.mdx +++ b/snippets/es/v1/crawl/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/es/v1/crawl/fast/curl.mdx b/snippets/es/v1/crawl/fast/curl.mdx index 259f231c..c2e2f53e 100644 --- a/snippets/es/v1/crawl/fast/curl.mdx +++ b/snippets/es/v1/crawl/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "limit": 100, diff --git a/snippets/es/v1/crawl/short/curl.mdx b/snippets/es/v1/crawl/short/curl.mdx index 9999c876..f0f2d8c2 100644 --- a/snippets/es/v1/crawl/short/curl.mdx +++ b/snippets/es/v1/crawl/short/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/es/v1/extract/base/curl.mdx b/snippets/es/v1/extract/base/curl.mdx index 71df833c..f7e06769 100644 --- a/snippets/es/v1/extract/base/curl.mdx +++ b/snippets/es/v1/extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://firecrawl.dev/", diff --git a/snippets/es/v1/extract/no-schema/curl.mdx b/snippets/es/v1/extract/no-schema/curl.mdx index 965055b2..8353bb1c 100644 --- a/snippets/es/v1/extract/no-schema/curl.mdx +++ b/snippets/es/v1/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", diff --git a/snippets/es/v1/extract/status/curl.mdx b/snippets/es/v1/extract/status/curl.mdx index fbd08ac4..6c94e1e5 100644 --- a/snippets/es/v1/extract/status/curl.mdx +++ b/snippets/es/v1/extract/status/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/extract/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/es/v1/extract/without-urls/curl.mdx b/snippets/es/v1/extract/without-urls/curl.mdx index c2c9feca..a4593bf1 100644 --- a/snippets/es/v1/extract/without-urls/curl.mdx +++ b/snippets/es/v1/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Extrae la misión de la empresa del sitio web de Firecrawl.", diff --git a/snippets/es/v1/generatellmstxt/base/curl.mdx b/snippets/es/v1/generatellmstxt/base/curl.mdx index 0b1d7ffe..b706316d 100644 --- a/snippets/es/v1/generatellmstxt/base/curl.mdx +++ b/snippets/es/v1/generatellmstxt/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL # Iniciar la generación de LLMs.txt curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", @@ -11,5 +11,5 @@ curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ # Verificar el estado de la generación curl -X GET "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/es/v1/llm-extract/base/curl.mdx b/snippets/es/v1/llm-extract/base/curl.mdx index cd8e2c7e..ba803a2f 100644 --- a/snippets/es/v1/llm-extract/base/curl.mdx +++ b/snippets/es/v1/llm-extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], diff --git a/snippets/es/v1/scrape/actions/curl.mdx b/snippets/es/v1/scrape/actions/curl.mdx index 42beca63..9e28561a 100644 --- a/snippets/es/v1/scrape/actions/curl.mdx +++ b/snippets/es/v1/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], diff --git a/snippets/es/v1/scrape/base/curl.mdx b/snippets/es/v1/scrape/base/curl.mdx index de6d93f3..19bc9307 100644 --- a/snippets/es/v1/scrape/base/curl.mdx +++ b/snippets/es/v1/scrape/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "formats" : ["markdown", "html"] diff --git a/snippets/es/v1/scrape/location/curl.mdx b/snippets/es/v1/scrape/location/curl.mdx index 70b4fb14..c979c3d8 100644 --- a/snippets/es/v1/scrape/location/curl.mdx +++ b/snippets/es/v1/scrape/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "airbnb.com", "formatos": ["markdown"], diff --git a/snippets/es/v1/scrape/mobile/curl.mdx b/snippets/es/v1/scrape/mobile/curl.mdx index 36bcfe0f..212a207e 100644 --- a/snippets/es/v1/scrape/mobile/curl.mdx +++ b/snippets/es/v1/scrape/mobile/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formatos": ["markdown"], diff --git a/snippets/es/v1/scrape/proxy-retry/curl.mdx b/snippets/es/v1/scrape/proxy-retry/curl.mdx index 24b9b756..284658fe 100644 --- a/snippets/es/v1/scrape/proxy-retry/curl.mdx +++ b/snippets/es/v1/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # Primer intento con el proxy predeterminado RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # Reintentar con el proxy stealth curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/es/v1/scrape/proxy/curl.mdx b/snippets/es/v1/scrape/proxy/curl.mdx index 0141bdd5..f28bf9bb 100644 --- a/snippets/es/v1/scrape/proxy/curl.mdx +++ b/snippets/es/v1/scrape/proxy/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/es/v1/search/base/curl.mdx b/snippets/es/v1/search/base/curl.mdx index 7291039b..a7b44162 100644 --- a/snippets/es/v1/search/base/curl.mdx +++ b/snippets/es/v1/search/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 5 diff --git a/snippets/es/v1/search/content/curl.mdx b/snippets/es/v1/search/content/curl.mdx index 7f40884d..51527bcb 100644 --- a/snippets/es/v1/search/content/curl.mdx +++ b/snippets/es/v1/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, diff --git a/snippets/es/v1/search/location/curl.mdx b/snippets/es/v1/search/location/curl.mdx index ffa33357..fd336d2f 100644 --- a/snippets/es/v1/search/location/curl.mdx +++ b/snippets/es/v1/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "herramientas de scraping web", "limit": 5, diff --git a/snippets/es/v1/search/time/curl.mdx b/snippets/es/v1/search/time/curl.mdx index 821c59a4..2ac9fa5b 100644 --- a/snippets/es/v1/search/time/curl.mdx +++ b/snippets/es/v1/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "últimas técnicas de web scraping", "limit": 5, diff --git a/snippets/es/v2/batch-scrape-webhook/base/curl.mdx b/snippets/es/v2/batch-scrape-webhook/base/curl.mdx index eede83a7..219ed436 100644 --- a/snippets/es/v2/batch-scrape-webhook/base/curl.mdx +++ b/snippets/es/v2/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/es/v2/crawl-webhook/base/curl.mdx b/snippets/es/v2/crawl-webhook/base/curl.mdx index bac22883..e5264dfd 100644 --- a/snippets/es/v2/crawl-webhook/base/curl.mdx +++ b/snippets/es/v2/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/es/v2/extract/without-urls/curl.mdx b/snippets/es/v2/extract/without-urls/curl.mdx index dbec312f..7d8fd65c 100644 --- a/snippets/es/v2/extract/without-urls/curl.mdx +++ b/snippets/es/v2/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Extrae la misión de la empresa del sitio web de Firecrawl.", diff --git a/snippets/es/v2/map/base/curl.mdx b/snippets/es/v2/map/base/curl.mdx index df2a4ad2..d2169256 100644 --- a/snippets/es/v2/map/base/curl.mdx +++ b/snippets/es/v2/map/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev" }' diff --git a/snippets/es/v2/scrape/actions/curl.mdx b/snippets/es/v2/scrape/actions/curl.mdx index 7c1c7f7d..f787f06f 100644 --- a/snippets/es/v2/scrape/actions/curl.mdx +++ b/snippets/es/v2/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/login", "formats": ["markdown"], diff --git a/snippets/es/v2/scrape/json/base/curl.mdx b/snippets/es/v2/scrape/json/base/curl.mdx index 325cc4aa..116cd33a 100644 --- a/snippets/es/v2/scrape/json/base/curl.mdx +++ b/snippets/es/v2/scrape/json/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [ { diff --git a/snippets/es/v2/scrape/proxy-retry/curl.mdx b/snippets/es/v2/scrape/proxy-retry/curl.mdx index cb5c1de2..96735492 100644 --- a/snippets/es/v2/scrape/proxy-retry/curl.mdx +++ b/snippets/es/v2/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # Primer intento con el proxy predeterminado RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # Reintentar con el proxy stealth curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/es/v2/search/content/curl.mdx b/snippets/es/v2/search/content/curl.mdx index 6f8702bd..b5a79fac 100644 --- a/snippets/es/v2/search/content/curl.mdx +++ b/snippets/es/v2/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, diff --git a/snippets/es/v2/search/location/curl.mdx b/snippets/es/v2/search/location/curl.mdx index f3da0752..fa6e02ea 100644 --- a/snippets/es/v2/search/location/curl.mdx +++ b/snippets/es/v2/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "herramientas de scraping web", "limit": 5, diff --git a/snippets/es/v2/search/time/curl.mdx b/snippets/es/v2/search/time/curl.mdx index 85d04a1a..4d7ba2d1 100644 --- a/snippets/es/v2/search/time/curl.mdx +++ b/snippets/es/v2/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "técnicas más recientes de scraping web", "limit": 5, diff --git a/snippets/fr/v1/batch-scrape/extract/curl.mdx b/snippets/fr/v1/batch-scrape/extract/curl.mdx index 31e26dc9..2c6a3adb 100644 --- a/snippets/fr/v1/batch-scrape/extract/curl.mdx +++ b/snippets/fr/v1/batch-scrape/extract/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : ["json"], diff --git a/snippets/fr/v1/crawl-status/short/curl.mdx b/snippets/fr/v1/crawl-status/short/curl.mdx index 309e151f..cd908893 100644 --- a/snippets/fr/v1/crawl-status/short/curl.mdx +++ b/snippets/fr/v1/crawl-status/short/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/crawl/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/fr/v1/crawl-webhook/base/curl.mdx b/snippets/fr/v1/crawl-webhook/base/curl.mdx index c020557d..22c0f578 100644 --- a/snippets/fr/v1/crawl-webhook/base/curl.mdx +++ b/snippets/fr/v1/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/fr/v1/crawl/base/curl.mdx b/snippets/fr/v1/crawl/base/curl.mdx index 7e1d1f6c..3b36277c 100644 --- a/snippets/fr/v1/crawl/base/curl.mdx +++ b/snippets/fr/v1/crawl/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/fr/v1/extract/agent-f1/curl.mdx b/snippets/fr/v1/extract/agent-f1/curl.mdx index af93a284..d4d0d3f6 100644 --- a/snippets/fr/v1/extract/agent-f1/curl.mdx +++ b/snippets/fr/v1/extract/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extrait tous les commentaires des utilisateurs de ce fil de forum.", diff --git a/snippets/fr/v1/extract/no-schema/curl.mdx b/snippets/fr/v1/extract/no-schema/curl.mdx index d34dfb42..db1d84f3 100644 --- a/snippets/fr/v1/extract/no-schema/curl.mdx +++ b/snippets/fr/v1/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", diff --git a/snippets/fr/v1/extract/without-urls/curl.mdx b/snippets/fr/v1/extract/without-urls/curl.mdx index 83c95356..9d928748 100644 --- a/snippets/fr/v1/extract/without-urls/curl.mdx +++ b/snippets/fr/v1/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Extrait la mission de l’entreprise à partir du site de Firecrawl.", diff --git a/snippets/fr/v1/generatellmstxt/base/curl.mdx b/snippets/fr/v1/generatellmstxt/base/curl.mdx index f63e79ca..4825325c 100644 --- a/snippets/fr/v1/generatellmstxt/base/curl.mdx +++ b/snippets/fr/v1/generatellmstxt/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL # Lancer la génération de LLMs.txt curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", @@ -9,7 +9,7 @@ curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ "showFullText": true }' -# Vérifier l’état de la génération +# Vérifier l'état de la génération curl -X GET "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/fr/v1/llm-extract/base/curl.mdx b/snippets/fr/v1/llm-extract/base/curl.mdx index cd8e2c7e..ba803a2f 100644 --- a/snippets/fr/v1/llm-extract/base/curl.mdx +++ b/snippets/fr/v1/llm-extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], diff --git a/snippets/fr/v1/llm-extract/no-schema/curl.mdx b/snippets/fr/v1/llm-extract/no-schema/curl.mdx index 18bf293c..79684c7f 100644 --- a/snippets/fr/v1/llm-extract/no-schema/curl.mdx +++ b/snippets/fr/v1/llm-extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], diff --git a/snippets/fr/v1/scrape/agent-f1/curl.mdx b/snippets/fr/v1/scrape/agent-f1/curl.mdx index 18e39805..eefd6f35 100644 --- a/snippets/fr/v1/scrape/agent-f1/curl.mdx +++ b/snippets/fr/v1/scrape/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], diff --git a/snippets/fr/v1/scrape/fast/curl.mdx b/snippets/fr/v1/scrape/fast/curl.mdx index cd570361..ef4db0ec 100644 --- a/snippets/fr/v1/scrape/fast/curl.mdx +++ b/snippets/fr/v1/scrape/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown"], diff --git a/snippets/fr/v1/scrape/location/curl.mdx b/snippets/fr/v1/scrape/location/curl.mdx index ead7d99a..7f41ec4b 100644 --- a/snippets/fr/v1/scrape/location/curl.mdx +++ b/snippets/fr/v1/scrape/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "airbnb.com", "formats": ["markdown"], diff --git a/snippets/fr/v1/scrape/proxy-retry/curl.mdx b/snippets/fr/v1/scrape/proxy-retry/curl.mdx index d649b2b0..b0f93b81 100644 --- a/snippets/fr/v1/scrape/proxy-retry/curl.mdx +++ b/snippets/fr/v1/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # Premier essai avec le proxy par défaut RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # Réessayer avec le proxy furtif curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/fr/v1/scrape/proxy/curl.mdx b/snippets/fr/v1/scrape/proxy/curl.mdx index 0141bdd5..f28bf9bb 100644 --- a/snippets/fr/v1/scrape/proxy/curl.mdx +++ b/snippets/fr/v1/scrape/proxy/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/fr/v1/search/base/curl.mdx b/snippets/fr/v1/search/base/curl.mdx index 7291039b..a7b44162 100644 --- a/snippets/fr/v1/search/base/curl.mdx +++ b/snippets/fr/v1/search/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 5 diff --git a/snippets/fr/v1/search/location/curl.mdx b/snippets/fr/v1/search/location/curl.mdx index 53bf8bdf..4abd1f79 100644 --- a/snippets/fr/v1/search/location/curl.mdx +++ b/snippets/fr/v1/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "outils de scraping web", "limit": 5, diff --git a/snippets/fr/v1/search/time/curl.mdx b/snippets/fr/v1/search/time/curl.mdx index d0eb4cde..d0603600 100644 --- a/snippets/fr/v1/search/time/curl.mdx +++ b/snippets/fr/v1/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "dernières techniques de scraping web", "limit": 5, diff --git a/snippets/fr/v2/batch-scrape-webhook/base/curl.mdx b/snippets/fr/v2/batch-scrape-webhook/base/curl.mdx index eede83a7..219ed436 100644 --- a/snippets/fr/v2/batch-scrape-webhook/base/curl.mdx +++ b/snippets/fr/v2/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/fr/v2/crawl-webhook/base/curl.mdx b/snippets/fr/v2/crawl-webhook/base/curl.mdx index 5a319543..f20f66e0 100644 --- a/snippets/fr/v2/crawl-webhook/base/curl.mdx +++ b/snippets/fr/v2/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/fr/v2/extract/no-schema/curl.mdx b/snippets/fr/v2/extract/no-schema/curl.mdx index d8fe324f..9fd02e4e 100644 --- a/snippets/fr/v2/extract/no-schema/curl.mdx +++ b/snippets/fr/v2/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", diff --git a/snippets/fr/v2/extract/without-urls/curl.mdx b/snippets/fr/v2/extract/without-urls/curl.mdx index cf3d8311..182659bc 100644 --- a/snippets/fr/v2/extract/without-urls/curl.mdx +++ b/snippets/fr/v2/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Extrait la mission de l’entreprise à partir du site web de Firecrawl.", diff --git a/snippets/fr/v2/scrape/actions/curl.mdx b/snippets/fr/v2/scrape/actions/curl.mdx index 7c1c7f7d..f787f06f 100644 --- a/snippets/fr/v2/scrape/actions/curl.mdx +++ b/snippets/fr/v2/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/login", "formats": ["markdown"], diff --git a/snippets/fr/v2/scrape/proxy-retry/curl.mdx b/snippets/fr/v2/scrape/proxy-retry/curl.mdx index c7c62456..74ba56f6 100644 --- a/snippets/fr/v2/scrape/proxy-retry/curl.mdx +++ b/snippets/fr/v2/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # Premier essai avec le proxy par défaut RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # Réessayer avec le proxy furtif curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/fr/v2/search/content/curl.mdx b/snippets/fr/v2/search/content/curl.mdx index 6f8702bd..b5a79fac 100644 --- a/snippets/fr/v2/search/content/curl.mdx +++ b/snippets/fr/v2/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, diff --git a/snippets/fr/v2/search/location/curl.mdx b/snippets/fr/v2/search/location/curl.mdx index 2538b05c..131c0e62 100644 --- a/snippets/fr/v2/search/location/curl.mdx +++ b/snippets/fr/v2/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "outils de scraping web", "limit": 5, diff --git a/snippets/fr/v2/search/time/curl.mdx b/snippets/fr/v2/search/time/curl.mdx index 3e37e6eb..d50040c0 100644 --- a/snippets/fr/v2/search/time/curl.mdx +++ b/snippets/fr/v2/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "dernières techniques de scraping web", "limit": 5, diff --git a/snippets/ja/v1/batch-scrape-webhook/base/curl.mdx b/snippets/ja/v1/batch-scrape-webhook/base/curl.mdx index eede83a7..219ed436 100644 --- a/snippets/ja/v1/batch-scrape-webhook/base/curl.mdx +++ b/snippets/ja/v1/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/ja/v1/batch-scrape/base/curl.mdx b/snippets/ja/v1/batch-scrape/base/curl.mdx index 3851297e..2addfa2c 100644 --- a/snippets/ja/v1/batch-scrape/base/curl.mdx +++ b/snippets/ja/v1/batch-scrape/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : ["markdown", "html"] diff --git a/snippets/ja/v1/batch-scrape/extract/curl.mdx b/snippets/ja/v1/batch-scrape/extract/curl.mdx index 383d9c92..a9576554 100644 --- a/snippets/ja/v1/batch-scrape/extract/curl.mdx +++ b/snippets/ja/v1/batch-scrape/extract/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : ["json"], diff --git a/snippets/ja/v1/crawl-status/short/curl.mdx b/snippets/ja/v1/crawl-status/short/curl.mdx index 309e151f..cd908893 100644 --- a/snippets/ja/v1/crawl-status/short/curl.mdx +++ b/snippets/ja/v1/crawl-status/short/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/crawl/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/ja/v1/crawl-webhook/base/curl.mdx b/snippets/ja/v1/crawl-webhook/base/curl.mdx index 5a319543..f20f66e0 100644 --- a/snippets/ja/v1/crawl-webhook/base/curl.mdx +++ b/snippets/ja/v1/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/ja/v1/crawl/base/curl.mdx b/snippets/ja/v1/crawl/base/curl.mdx index 7e1d1f6c..3b36277c 100644 --- a/snippets/ja/v1/crawl/base/curl.mdx +++ b/snippets/ja/v1/crawl/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/ja/v1/crawl/fast/curl.mdx b/snippets/ja/v1/crawl/fast/curl.mdx index 259f231c..c2e2f53e 100644 --- a/snippets/ja/v1/crawl/fast/curl.mdx +++ b/snippets/ja/v1/crawl/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "limit": 100, diff --git a/snippets/ja/v1/crawl/short/curl.mdx b/snippets/ja/v1/crawl/short/curl.mdx index 7e1d1f6c..3b36277c 100644 --- a/snippets/ja/v1/crawl/short/curl.mdx +++ b/snippets/ja/v1/crawl/short/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/ja/v1/deep-research/base/curl.mdx b/snippets/ja/v1/deep-research/base/curl.mdx index 7c4bdff7..da25ec4a 100644 --- a/snippets/ja/v1/deep-research/base/curl.mdx +++ b/snippets/ja/v1/deep-research/base/curl.mdx @@ -1,6 +1,6 @@ ```bash cURL curl -X POST "https://api.firecrawl.dev/v1/deep-research" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "query": "量子コンピューティングの最新の動向は何ですか?", diff --git a/snippets/ja/v1/deep-research/status/curl.mdx b/snippets/ja/v1/deep-research/status/curl.mdx index 6d66b4ea..3612be62 100644 --- a/snippets/ja/v1/deep-research/status/curl.mdx +++ b/snippets/ja/v1/deep-research/status/curl.mdx @@ -1,4 +1,4 @@ ```bash curl "https://api.firecrawl.dev/v1/deep-research/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/ja/v1/extract/agent-f1/curl.mdx b/snippets/ja/v1/extract/agent-f1/curl.mdx index 7eba7d33..cf6dd238 100644 --- a/snippets/ja/v1/extract/agent-f1/curl.mdx +++ b/snippets/ja/v1/extract/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "このフォーラムのスレッドから、すべてのユーザーコメントを抽出してください。", diff --git a/snippets/ja/v1/extract/base/curl.mdx b/snippets/ja/v1/extract/base/curl.mdx index 57ea6103..154256ee 100644 --- a/snippets/ja/v1/extract/base/curl.mdx +++ b/snippets/ja/v1/extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://firecrawl.dev/", diff --git a/snippets/ja/v1/extract/no-schema/curl.mdx b/snippets/ja/v1/extract/no-schema/curl.mdx index b339e485..c7e7ca54 100644 --- a/snippets/ja/v1/extract/no-schema/curl.mdx +++ b/snippets/ja/v1/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", diff --git a/snippets/ja/v1/extract/short/curl.mdx b/snippets/ja/v1/extract/short/curl.mdx index 34405ac2..15b948f3 100644 --- a/snippets/ja/v1/extract/short/curl.mdx +++ b/snippets/ja/v1/extract/short/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://firecrawl.dev/*"], "prompt": "ページから企業のミッションを抽出してください。", diff --git a/snippets/ja/v1/extract/status/curl.mdx b/snippets/ja/v1/extract/status/curl.mdx index fbd08ac4..6c94e1e5 100644 --- a/snippets/ja/v1/extract/status/curl.mdx +++ b/snippets/ja/v1/extract/status/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/extract/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/ja/v1/extract/websearch/curl.mdx b/snippets/ja/v1/extract/websearch/curl.mdx index 512f6c64..217828ef 100644 --- a/snippets/ja/v1/extract/websearch/curl.mdx +++ b/snippets/ja/v1/extract/websearch/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://nextbase.com/dash-cams/622gw-dash-cam"], "prompt": "価格、機能、長所・短所、レビューを含む、最適なドライブレコーダーの詳細を抽出してください。", diff --git a/snippets/ja/v1/extract/without-urls/curl.mdx b/snippets/ja/v1/extract/without-urls/curl.mdx index 3e8e5800..7cf16013 100644 --- a/snippets/ja/v1/extract/without-urls/curl.mdx +++ b/snippets/ja/v1/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Firecrawlのウェブサイトから企業理念を抽出してください。", diff --git a/snippets/ja/v1/generatellmstxt/base/curl.mdx b/snippets/ja/v1/generatellmstxt/base/curl.mdx index 8aede48b..2d78e52e 100644 --- a/snippets/ja/v1/generatellmstxt/base/curl.mdx +++ b/snippets/ja/v1/generatellmstxt/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL # LLMs.txt の生成を開始 curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", @@ -11,5 +11,5 @@ curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ # 生成状況を確認 curl -X GET "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/ja/v1/llm-extract/base/curl.mdx b/snippets/ja/v1/llm-extract/base/curl.mdx index cd8e2c7e..ba803a2f 100644 --- a/snippets/ja/v1/llm-extract/base/curl.mdx +++ b/snippets/ja/v1/llm-extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], diff --git a/snippets/ja/v1/llm-extract/no-schema/curl.mdx b/snippets/ja/v1/llm-extract/no-schema/curl.mdx index e4490b6c..ad168a11 100644 --- a/snippets/ja/v1/llm-extract/no-schema/curl.mdx +++ b/snippets/ja/v1/llm-extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], diff --git a/snippets/ja/v1/map/base/curl.mdx b/snippets/ja/v1/map/base/curl.mdx index b1aa3af6..f9d727b1 100644 --- a/snippets/ja/v1/map/base/curl.mdx +++ b/snippets/ja/v1/map/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev" }' diff --git a/snippets/ja/v1/scrape/actions/curl.mdx b/snippets/ja/v1/scrape/actions/curl.mdx index d62a4d1a..548c7e93 100644 --- a/snippets/ja/v1/scrape/actions/curl.mdx +++ b/snippets/ja/v1/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], diff --git a/snippets/ja/v1/scrape/agent-f1/curl.mdx b/snippets/ja/v1/scrape/agent-f1/curl.mdx index f1f91e0b..15e5b8ba 100644 --- a/snippets/ja/v1/scrape/agent-f1/curl.mdx +++ b/snippets/ja/v1/scrape/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], diff --git a/snippets/ja/v1/scrape/base/curl.mdx b/snippets/ja/v1/scrape/base/curl.mdx index 4c84de89..1115730f 100644 --- a/snippets/ja/v1/scrape/base/curl.mdx +++ b/snippets/ja/v1/scrape/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "formats": ["markdown", "html"] diff --git a/snippets/ja/v1/scrape/fast/curl.mdx b/snippets/ja/v1/scrape/fast/curl.mdx index cd570361..ef4db0ec 100644 --- a/snippets/ja/v1/scrape/fast/curl.mdx +++ b/snippets/ja/v1/scrape/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown"], diff --git a/snippets/ja/v1/scrape/location/curl.mdx b/snippets/ja/v1/scrape/location/curl.mdx index ead7d99a..7f41ec4b 100644 --- a/snippets/ja/v1/scrape/location/curl.mdx +++ b/snippets/ja/v1/scrape/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "airbnb.com", "formats": ["markdown"], diff --git a/snippets/ja/v1/scrape/mobile/curl.mdx b/snippets/ja/v1/scrape/mobile/curl.mdx index 09e78be5..e7df43b6 100644 --- a/snippets/ja/v1/scrape/mobile/curl.mdx +++ b/snippets/ja/v1/scrape/mobile/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], diff --git a/snippets/ja/v1/scrape/proxy-retry/curl.mdx b/snippets/ja/v1/scrape/proxy-retry/curl.mdx index d76a085e..146e6dd7 100644 --- a/snippets/ja/v1/scrape/proxy-retry/curl.mdx +++ b/snippets/ja/v1/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # まずはデフォルトのプロキシで試す RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # ステルスプロキシで再試行 curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/ja/v1/scrape/proxy/curl.mdx b/snippets/ja/v1/scrape/proxy/curl.mdx index 0141bdd5..f28bf9bb 100644 --- a/snippets/ja/v1/scrape/proxy/curl.mdx +++ b/snippets/ja/v1/scrape/proxy/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/ja/v1/search/base/curl.mdx b/snippets/ja/v1/search/base/curl.mdx index 885ac238..283dcadd 100644 --- a/snippets/ja/v1/search/base/curl.mdx +++ b/snippets/ja/v1/search/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl Webスクレイピング", "limit": 5 diff --git a/snippets/ja/v1/search/content/curl.mdx b/snippets/ja/v1/search/content/curl.mdx index 2016ee75..0178cdfa 100644 --- a/snippets/ja/v1/search/content/curl.mdx +++ b/snippets/ja/v1/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl ウェブスクレイピング", "limit": 3, diff --git a/snippets/ja/v1/search/location/curl.mdx b/snippets/ja/v1/search/location/curl.mdx index f1f257ba..d934de22 100644 --- a/snippets/ja/v1/search/location/curl.mdx +++ b/snippets/ja/v1/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "Webスクレイピング ツール", "limit": 5, diff --git a/snippets/ja/v1/search/time/curl.mdx b/snippets/ja/v1/search/time/curl.mdx index 5db4c3be..e0437b86 100644 --- a/snippets/ja/v1/search/time/curl.mdx +++ b/snippets/ja/v1/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "最新のウェブスクレイピングの手法", "limit": 5, diff --git a/snippets/ja/v2/batch-scrape-webhook/base/curl.mdx b/snippets/ja/v2/batch-scrape-webhook/base/curl.mdx index eede83a7..219ed436 100644 --- a/snippets/ja/v2/batch-scrape-webhook/base/curl.mdx +++ b/snippets/ja/v2/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/ja/v2/batch-scrape/json/curl.mdx b/snippets/ja/v2/batch-scrape/json/curl.mdx index f4da1c18..ef1653fd 100644 --- a/snippets/ja/v2/batch-scrape/json/curl.mdx +++ b/snippets/ja/v2/batch-scrape/json/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : [{ diff --git a/snippets/ja/v2/crawl-webhook/base/curl.mdx b/snippets/ja/v2/crawl-webhook/base/curl.mdx index 5a319543..f20f66e0 100644 --- a/snippets/ja/v2/crawl-webhook/base/curl.mdx +++ b/snippets/ja/v2/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/ja/v2/crawl/fast/curl.mdx b/snippets/ja/v2/crawl/fast/curl.mdx index c537f9ec..fc369a9a 100644 --- a/snippets/ja/v2/crawl/fast/curl.mdx +++ b/snippets/ja/v2/crawl/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "limit": 100, diff --git a/snippets/ja/v2/extract/no-schema/curl.mdx b/snippets/ja/v2/extract/no-schema/curl.mdx index 64da8429..37a4a8de 100644 --- a/snippets/ja/v2/extract/no-schema/curl.mdx +++ b/snippets/ja/v2/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", diff --git a/snippets/ja/v2/extract/websearch/curl.mdx b/snippets/ja/v2/extract/websearch/curl.mdx index 8011620e..1c8f3d38 100644 --- a/snippets/ja/v2/extract/websearch/curl.mdx +++ b/snippets/ja/v2/extract/websearch/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://nextbase.com/dash-cams/622gw-dash-cam"], "prompt": "価格、機能、長所・短所、レビューを含む、最高のドライブレコーダーに関する詳細を抽出してください。", diff --git a/snippets/ja/v2/extract/without-urls/curl.mdx b/snippets/ja/v2/extract/without-urls/curl.mdx index 69af5af2..2b20d987 100644 --- a/snippets/ja/v2/extract/without-urls/curl.mdx +++ b/snippets/ja/v2/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Firecrawl のウェブサイトから企業のミッションを抽出してください。", diff --git a/snippets/ja/v2/map/base/curl.mdx b/snippets/ja/v2/map/base/curl.mdx index df2a4ad2..d2169256 100644 --- a/snippets/ja/v2/map/base/curl.mdx +++ b/snippets/ja/v2/map/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev" }' diff --git a/snippets/ja/v2/scrape/actions/curl.mdx b/snippets/ja/v2/scrape/actions/curl.mdx index 7c1c7f7d..f787f06f 100644 --- a/snippets/ja/v2/scrape/actions/curl.mdx +++ b/snippets/ja/v2/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/login", "formats": ["markdown"], diff --git a/snippets/ja/v2/scrape/fast/curl.mdx b/snippets/ja/v2/scrape/fast/curl.mdx index 91818b73..405b8313 100644 --- a/snippets/ja/v2/scrape/fast/curl.mdx +++ b/snippets/ja/v2/scrape/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown"], diff --git a/snippets/ja/v2/scrape/json/base/curl.mdx b/snippets/ja/v2/scrape/json/base/curl.mdx index 325cc4aa..116cd33a 100644 --- a/snippets/ja/v2/scrape/json/base/curl.mdx +++ b/snippets/ja/v2/scrape/json/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [ { diff --git a/snippets/ja/v2/scrape/json/no-schema/curl.mdx b/snippets/ja/v2/scrape/json/no-schema/curl.mdx index b8668b06..a1ab0e65 100644 --- a/snippets/ja/v2/scrape/json/no-schema/curl.mdx +++ b/snippets/ja/v2/scrape/json/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ diff --git a/snippets/ja/v2/scrape/proxy-retry/curl.mdx b/snippets/ja/v2/scrape/proxy-retry/curl.mdx index 73edaf46..096a4df1 100644 --- a/snippets/ja/v2/scrape/proxy-retry/curl.mdx +++ b/snippets/ja/v2/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # まずはデフォルトのプロキシで試す RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # ステルスプロキシで再試行 curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/ja/v2/search/content/curl.mdx b/snippets/ja/v2/search/content/curl.mdx index 6f8702bd..b5a79fac 100644 --- a/snippets/ja/v2/search/content/curl.mdx +++ b/snippets/ja/v2/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, diff --git a/snippets/ja/v2/search/location/curl.mdx b/snippets/ja/v2/search/location/curl.mdx index bcff170d..0c5893af 100644 --- a/snippets/ja/v2/search/location/curl.mdx +++ b/snippets/ja/v2/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "Webスクレイピング ツール", "limit": 5, diff --git a/snippets/ja/v2/search/time/curl.mdx b/snippets/ja/v2/search/time/curl.mdx index 42088917..eb34b635 100644 --- a/snippets/ja/v2/search/time/curl.mdx +++ b/snippets/ja/v2/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "最新のWebスクレイピング手法", "limit": 5, diff --git a/snippets/pt-BR/v1/batch-scrape-webhook/base/curl.mdx b/snippets/pt-BR/v1/batch-scrape-webhook/base/curl.mdx index 9ccec62c..69546357 100644 --- a/snippets/pt-BR/v1/batch-scrape-webhook/base/curl.mdx +++ b/snippets/pt-BR/v1/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/pt-BR/v1/crawl-status/short/curl.mdx b/snippets/pt-BR/v1/crawl-status/short/curl.mdx index 309e151f..cd908893 100644 --- a/snippets/pt-BR/v1/crawl-status/short/curl.mdx +++ b/snippets/pt-BR/v1/crawl-status/short/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/crawl/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/pt-BR/v1/crawl-webhook/base/curl.mdx b/snippets/pt-BR/v1/crawl-webhook/base/curl.mdx index 5a319543..f20f66e0 100644 --- a/snippets/pt-BR/v1/crawl-webhook/base/curl.mdx +++ b/snippets/pt-BR/v1/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/pt-BR/v1/crawl/base/curl.mdx b/snippets/pt-BR/v1/crawl/base/curl.mdx index 7e1d1f6c..3b36277c 100644 --- a/snippets/pt-BR/v1/crawl/base/curl.mdx +++ b/snippets/pt-BR/v1/crawl/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/pt-BR/v1/extract/base/curl.mdx b/snippets/pt-BR/v1/extract/base/curl.mdx index f683bb7f..40fee298 100644 --- a/snippets/pt-BR/v1/extract/base/curl.mdx +++ b/snippets/pt-BR/v1/extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://firecrawl.dev/", diff --git a/snippets/pt-BR/v1/extract/no-schema/curl.mdx b/snippets/pt-BR/v1/extract/no-schema/curl.mdx index c65af95d..bfea04ef 100644 --- a/snippets/pt-BR/v1/extract/no-schema/curl.mdx +++ b/snippets/pt-BR/v1/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", diff --git a/snippets/pt-BR/v1/extract/short/curl.mdx b/snippets/pt-BR/v1/extract/short/curl.mdx index 91de4464..f7afa9e8 100644 --- a/snippets/pt-BR/v1/extract/short/curl.mdx +++ b/snippets/pt-BR/v1/extract/short/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://firecrawl.dev/*"], "prompt": "Extraia a missão da empresa na página.", diff --git a/snippets/pt-BR/v1/extract/status/curl.mdx b/snippets/pt-BR/v1/extract/status/curl.mdx index fbd08ac4..6c94e1e5 100644 --- a/snippets/pt-BR/v1/extract/status/curl.mdx +++ b/snippets/pt-BR/v1/extract/status/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/extract/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/pt-BR/v1/extract/websearch/curl.mdx b/snippets/pt-BR/v1/extract/websearch/curl.mdx index b17bd807..5c305e29 100644 --- a/snippets/pt-BR/v1/extract/websearch/curl.mdx +++ b/snippets/pt-BR/v1/extract/websearch/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://nextbase.com/dash-cams/622gw-dash-cam"], "prompt": "Extraia detalhes sobre as melhores câmeras veiculares, incluindo preços, recursos, prós e contras e avaliações.", diff --git a/snippets/pt-BR/v1/extract/without-urls/curl.mdx b/snippets/pt-BR/v1/extract/without-urls/curl.mdx index 22fc6076..464921d9 100644 --- a/snippets/pt-BR/v1/extract/without-urls/curl.mdx +++ b/snippets/pt-BR/v1/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Extraia a missão da empresa no site da Firecrawl.", diff --git a/snippets/pt-BR/v1/generatellmstxt/base/curl.mdx b/snippets/pt-BR/v1/generatellmstxt/base/curl.mdx index 983b1c43..a73694a6 100644 --- a/snippets/pt-BR/v1/generatellmstxt/base/curl.mdx +++ b/snippets/pt-BR/v1/generatellmstxt/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL # Iniciar a geração do LLMs.txt curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", @@ -11,5 +11,5 @@ curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ # Verificar o status da geração curl -X GET "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/pt-BR/v1/generatellmstxt/status/curl.mdx b/snippets/pt-BR/v1/generatellmstxt/status/curl.mdx index 19c25100..b73edc71 100644 --- a/snippets/pt-BR/v1/generatellmstxt/status/curl.mdx +++ b/snippets/pt-BR/v1/generatellmstxt/status/curl.mdx @@ -1,4 +1,4 @@ ```bash curl "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/pt-BR/v1/llm-extract/no-schema/curl.mdx b/snippets/pt-BR/v1/llm-extract/no-schema/curl.mdx index 24c38908..39c7f002 100644 --- a/snippets/pt-BR/v1/llm-extract/no-schema/curl.mdx +++ b/snippets/pt-BR/v1/llm-extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], diff --git a/snippets/pt-BR/v1/scrape/actions/curl.mdx b/snippets/pt-BR/v1/scrape/actions/curl.mdx index d62a4d1a..548c7e93 100644 --- a/snippets/pt-BR/v1/scrape/actions/curl.mdx +++ b/snippets/pt-BR/v1/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], diff --git a/snippets/pt-BR/v1/scrape/agent-f1/curl.mdx b/snippets/pt-BR/v1/scrape/agent-f1/curl.mdx index f1857c4e..2d1c354c 100644 --- a/snippets/pt-BR/v1/scrape/agent-f1/curl.mdx +++ b/snippets/pt-BR/v1/scrape/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], diff --git a/snippets/pt-BR/v1/scrape/fast/curl.mdx b/snippets/pt-BR/v1/scrape/fast/curl.mdx index cd570361..ef4db0ec 100644 --- a/snippets/pt-BR/v1/scrape/fast/curl.mdx +++ b/snippets/pt-BR/v1/scrape/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown"], diff --git a/snippets/pt-BR/v1/scrape/mobile/curl.mdx b/snippets/pt-BR/v1/scrape/mobile/curl.mdx index 09e78be5..e7df43b6 100644 --- a/snippets/pt-BR/v1/scrape/mobile/curl.mdx +++ b/snippets/pt-BR/v1/scrape/mobile/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], diff --git a/snippets/pt-BR/v1/scrape/proxy-retry/curl.mdx b/snippets/pt-BR/v1/scrape/proxy-retry/curl.mdx index 398f06d9..34865b4f 100644 --- a/snippets/pt-BR/v1/scrape/proxy-retry/curl.mdx +++ b/snippets/pt-BR/v1/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # Primeira tentativa com proxy padrão RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # Tentar novamente com proxy stealth curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/pt-BR/v1/search/content/curl.mdx b/snippets/pt-BR/v1/search/content/curl.mdx index 7f40884d..51527bcb 100644 --- a/snippets/pt-BR/v1/search/content/curl.mdx +++ b/snippets/pt-BR/v1/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, diff --git a/snippets/pt-BR/v1/search/location/curl.mdx b/snippets/pt-BR/v1/search/location/curl.mdx index 3a8c0b2f..3854c05e 100644 --- a/snippets/pt-BR/v1/search/location/curl.mdx +++ b/snippets/pt-BR/v1/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "ferramentas de web scraping", "limit": 5, diff --git a/snippets/pt-BR/v1/search/time/curl.mdx b/snippets/pt-BR/v1/search/time/curl.mdx index 7f9a967f..6940b2e4 100644 --- a/snippets/pt-BR/v1/search/time/curl.mdx +++ b/snippets/pt-BR/v1/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "técnicas mais recentes de web scraping", "limit": 5, diff --git a/snippets/pt-BR/v2/batch-scrape-webhook/base/curl.mdx b/snippets/pt-BR/v2/batch-scrape-webhook/base/curl.mdx index eede83a7..219ed436 100644 --- a/snippets/pt-BR/v2/batch-scrape-webhook/base/curl.mdx +++ b/snippets/pt-BR/v2/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/pt-BR/v2/crawl-webhook/base/curl.mdx b/snippets/pt-BR/v2/crawl-webhook/base/curl.mdx index 51e8a823..8a1b9be4 100644 --- a/snippets/pt-BR/v2/crawl-webhook/base/curl.mdx +++ b/snippets/pt-BR/v2/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/pt-BR/v2/extract/websearch/curl.mdx b/snippets/pt-BR/v2/extract/websearch/curl.mdx index 93d48394..68511f5e 100644 --- a/snippets/pt-BR/v2/extract/websearch/curl.mdx +++ b/snippets/pt-BR/v2/extract/websearch/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://nextbase.com/dash-cams/622gw-dash-cam"], "prompt": "Extraia detalhes sobre as melhores câmeras veiculares, incluindo preços, recursos, prós e contras e avaliações.", diff --git a/snippets/pt-BR/v2/extract/without-urls/curl.mdx b/snippets/pt-BR/v2/extract/without-urls/curl.mdx index 888e8025..f7608726 100644 --- a/snippets/pt-BR/v2/extract/without-urls/curl.mdx +++ b/snippets/pt-BR/v2/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Extraia a missão da empresa no site da Firecrawl.", diff --git a/snippets/pt-BR/v2/scrape/actions/curl.mdx b/snippets/pt-BR/v2/scrape/actions/curl.mdx index 7c1c7f7d..f787f06f 100644 --- a/snippets/pt-BR/v2/scrape/actions/curl.mdx +++ b/snippets/pt-BR/v2/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/login", "formats": ["markdown"], diff --git a/snippets/pt-BR/v2/scrape/json/no-schema/curl.mdx b/snippets/pt-BR/v2/scrape/json/no-schema/curl.mdx index a694119a..fb011ce3 100644 --- a/snippets/pt-BR/v2/scrape/json/no-schema/curl.mdx +++ b/snippets/pt-BR/v2/scrape/json/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ diff --git a/snippets/pt-BR/v2/scrape/proxy-retry/curl.mdx b/snippets/pt-BR/v2/scrape/proxy-retry/curl.mdx index acbd195e..a56427b5 100644 --- a/snippets/pt-BR/v2/scrape/proxy-retry/curl.mdx +++ b/snippets/pt-BR/v2/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # Primeira tentativa com proxy padrão RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # Tentar novamente com o proxy stealth curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/pt-BR/v2/search/content/curl.mdx b/snippets/pt-BR/v2/search/content/curl.mdx index 6f8702bd..b5a79fac 100644 --- a/snippets/pt-BR/v2/search/content/curl.mdx +++ b/snippets/pt-BR/v2/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, diff --git a/snippets/pt-BR/v2/search/location/curl.mdx b/snippets/pt-BR/v2/search/location/curl.mdx index 142dad77..30517a87 100644 --- a/snippets/pt-BR/v2/search/location/curl.mdx +++ b/snippets/pt-BR/v2/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "ferramentas de web scraping", "limit": 5, diff --git a/snippets/pt-BR/v2/search/time/curl.mdx b/snippets/pt-BR/v2/search/time/curl.mdx index 5c260edd..02f8dd9a 100644 --- a/snippets/pt-BR/v2/search/time/curl.mdx +++ b/snippets/pt-BR/v2/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "técnicas mais recentes de web scraping", "limit": 5, diff --git a/snippets/v1/batch-scrape-webhook/base/curl.mdx b/snippets/v1/batch-scrape-webhook/base/curl.mdx index c31a0613..5218dda6 100644 --- a/snippets/v1/batch-scrape-webhook/base/curl.mdx +++ b/snippets/v1/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", @@ -15,4 +15,4 @@ curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ }, "events": ["started", "page", "completed"] } - }' \ No newline at end of file + }' \ No newline at end of file diff --git a/snippets/v1/batch-scrape/base/curl.mdx b/snippets/v1/batch-scrape/base/curl.mdx index 1c2c40cc..2addfa2c 100644 --- a/snippets/v1/batch-scrape/base/curl.mdx +++ b/snippets/v1/batch-scrape/base/curl.mdx @@ -1,9 +1,9 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : ["markdown", "html"] }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/batch-scrape/extract/curl.mdx b/snippets/v1/batch-scrape/extract/curl.mdx index 4342f615..f2323e08 100644 --- a/snippets/v1/batch-scrape/extract/curl.mdx +++ b/snippets/v1/batch-scrape/extract/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : ["json"], diff --git a/snippets/v1/crawl-status/short/curl.mdx b/snippets/v1/crawl-status/short/curl.mdx index a3fc37fb..cd908893 100644 --- a/snippets/v1/crawl-status/short/curl.mdx +++ b/snippets/v1/crawl-status/short/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/crawl/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' -``` \ No newline at end of file + -H 'Authorization: Bearer ' +``` diff --git a/snippets/v1/crawl-webhook/base/curl.mdx b/snippets/v1/crawl-webhook/base/curl.mdx index 40a7495d..f20f66e0 100644 --- a/snippets/v1/crawl-webhook/base/curl.mdx +++ b/snippets/v1/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, @@ -13,4 +13,4 @@ curl -X POST https://api.firecrawl.dev/v2/crawl \ "events": ["started", "page", "completed"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/crawl/base/curl.mdx b/snippets/v1/crawl/base/curl.mdx index 4a974843..3b36277c 100644 --- a/snippets/v1/crawl/base/curl.mdx +++ b/snippets/v1/crawl/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, @@ -9,4 +9,4 @@ curl -X POST https://api.firecrawl.dev/v1/crawl \ "formats": ["markdown", "html"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/crawl/fast/curl.mdx b/snippets/v1/crawl/fast/curl.mdx index 259f231c..c2e2f53e 100644 --- a/snippets/v1/crawl/fast/curl.mdx +++ b/snippets/v1/crawl/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "limit": 100, diff --git a/snippets/v1/crawl/short/curl.mdx b/snippets/v1/crawl/short/curl.mdx index 4a974843..3b36277c 100644 --- a/snippets/v1/crawl/short/curl.mdx +++ b/snippets/v1/crawl/short/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, @@ -9,4 +9,4 @@ curl -X POST https://api.firecrawl.dev/v1/crawl \ "formats": ["markdown", "html"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/deep-research/base/curl.mdx b/snippets/v1/deep-research/base/curl.mdx index 5ac90461..1cc920c3 100644 --- a/snippets/v1/deep-research/base/curl.mdx +++ b/snippets/v1/deep-research/base/curl.mdx @@ -1,6 +1,6 @@ ```bash cURL curl -X POST "https://api.firecrawl.dev/v1/deep-research" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "query": "What are the latest developments in quantum computing?", @@ -8,4 +8,4 @@ curl -X POST "https://api.firecrawl.dev/v1/deep-research" \ "timeLimit": 180, "maxUrls": 15 }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/deep-research/status/curl.mdx b/snippets/v1/deep-research/status/curl.mdx index b000ece2..45f99a90 100644 --- a/snippets/v1/deep-research/status/curl.mdx +++ b/snippets/v1/deep-research/status/curl.mdx @@ -1,4 +1,4 @@ ```bash curl "https://api.firecrawl.dev/v1/deep-research/job_id" \ - -H "Authorization: Bearer your_api_key" -``` \ No newline at end of file + -H "Authorization: Bearer " +``` \ No newline at end of file diff --git a/snippets/v1/extract/agent-f1/curl.mdx b/snippets/v1/extract/agent-f1/curl.mdx index 82826a18..22dda540 100644 --- a/snippets/v1/extract/agent-f1/curl.mdx +++ b/snippets/v1/extract/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extract all user comments from this forum thread.", diff --git a/snippets/v1/extract/base/curl.mdx b/snippets/v1/extract/base/curl.mdx index dc643ff3..85bb64a4 100644 --- a/snippets/v1/extract/base/curl.mdx +++ b/snippets/v1/extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://firecrawl.dev/", @@ -33,4 +33,4 @@ curl -X POST https://api.firecrawl.dev/v1/extract \ ] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/extract/no-schema/curl.mdx b/snippets/v1/extract/no-schema/curl.mdx index cf18cea0..ab599882 100644 --- a/snippets/v1/extract/no-schema/curl.mdx +++ b/snippets/v1/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", @@ -9,4 +9,4 @@ curl -X POST https://api.firecrawl.dev/v1/extract \ ], "prompt": "Extract Firecrawl'\''s mission from the page." }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/extract/short/curl.mdx b/snippets/v1/extract/short/curl.mdx index f4bcac41..4371b950 100644 --- a/snippets/v1/extract/short/curl.mdx +++ b/snippets/v1/extract/short/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://firecrawl.dev/*"], "prompt": "Extract the company mission from the page.", @@ -15,4 +15,4 @@ curl -X POST https://api.firecrawl.dev/v1/extract \ "required": ["company_mission"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/extract/status/curl.mdx b/snippets/v1/extract/status/curl.mdx index bf768e20..6c94e1e5 100644 --- a/snippets/v1/extract/status/curl.mdx +++ b/snippets/v1/extract/status/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/extract/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' -``` \ No newline at end of file + -H 'Authorization: Bearer ' +``` diff --git a/snippets/v1/extract/websearch/curl.mdx b/snippets/v1/extract/websearch/curl.mdx index a6109c5d..b6f9f236 100644 --- a/snippets/v1/extract/websearch/curl.mdx +++ b/snippets/v1/extract/websearch/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://nextbase.com/dash-cams/622gw-dash-cam"], "prompt": "Extract details about the best dash cams including prices, features, pros/cons, and reviews.", diff --git a/snippets/v1/extract/without-urls/curl.mdx b/snippets/v1/extract/without-urls/curl.mdx index 418dbead..fd6cef0a 100644 --- a/snippets/v1/extract/without-urls/curl.mdx +++ b/snippets/v1/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Extract the company mission from the Firecrawl's website.", @@ -15,4 +15,4 @@ curl -X POST https://api.firecrawl.dev/v1/extract \ "required": ["company_mission"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/generatellmstxt/base/curl.mdx b/snippets/v1/generatellmstxt/base/curl.mdx index ba3099f1..3177eb10 100644 --- a/snippets/v1/generatellmstxt/base/curl.mdx +++ b/snippets/v1/generatellmstxt/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL # Start LLMs.txt generation curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", @@ -11,5 +11,5 @@ curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ # Check generation status curl -X GET "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/v1/generatellmstxt/status/curl.mdx b/snippets/v1/generatellmstxt/status/curl.mdx index 19c25100..b73edc71 100644 --- a/snippets/v1/generatellmstxt/status/curl.mdx +++ b/snippets/v1/generatellmstxt/status/curl.mdx @@ -1,4 +1,4 @@ ```bash curl "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/v1/llm-extract/base/curl.mdx b/snippets/v1/llm-extract/base/curl.mdx index c8781680..ba803a2f 100644 --- a/snippets/v1/llm-extract/base/curl.mdx +++ b/snippets/v1/llm-extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], @@ -31,4 +31,4 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ } } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/llm-extract/no-schema/curl.mdx b/snippets/v1/llm-extract/no-schema/curl.mdx index 9f612de8..f64ba2bc 100644 --- a/snippets/v1/llm-extract/no-schema/curl.mdx +++ b/snippets/v1/llm-extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], @@ -9,4 +9,4 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ "prompt": "Extract the company mission from the page." } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/map/base/curl.mdx b/snippets/v1/map/base/curl.mdx index 77234dfc..f9d727b1 100644 --- a/snippets/v1/map/base/curl.mdx +++ b/snippets/v1/map/base/curl.mdx @@ -1,8 +1,8 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev" }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/scrape/actions/curl.mdx b/snippets/v1/scrape/actions/curl.mdx index b907337a..548c7e93 100644 --- a/snippets/v1/scrape/actions/curl.mdx +++ b/snippets/v1/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], @@ -18,4 +18,4 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ {"type": "screenshot"} ] }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/scrape/agent-f1/curl.mdx b/snippets/v1/scrape/agent-f1/curl.mdx index 715fad20..cc94ef29 100644 --- a/snippets/v1/scrape/agent-f1/curl.mdx +++ b/snippets/v1/scrape/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], @@ -10,4 +10,4 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ "prompt": "Navigate through the product listings by clicking the \'Next Page\' button until disabled. Scrape each page." } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/scrape/base/curl.mdx b/snippets/v1/scrape/base/curl.mdx index 89db00e1..19bc9307 100644 --- a/snippets/v1/scrape/base/curl.mdx +++ b/snippets/v1/scrape/base/curl.mdx @@ -1,9 +1,9 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "formats" : ["markdown", "html"] }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/scrape/fast/curl.mdx b/snippets/v1/scrape/fast/curl.mdx index cd570361..ef4db0ec 100644 --- a/snippets/v1/scrape/fast/curl.mdx +++ b/snippets/v1/scrape/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown"], diff --git a/snippets/v1/scrape/location/curl.mdx b/snippets/v1/scrape/location/curl.mdx index f9e1929c..7f41ec4b 100644 --- a/snippets/v1/scrape/location/curl.mdx +++ b/snippets/v1/scrape/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "airbnb.com", "formats": ["markdown"], @@ -10,4 +10,4 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ "languages": ["pt-BR"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/scrape/mobile/curl.mdx b/snippets/v1/scrape/mobile/curl.mdx index e5387cb3..e7df43b6 100644 --- a/snippets/v1/scrape/mobile/curl.mdx +++ b/snippets/v1/scrape/mobile/curl.mdx @@ -1,10 +1,10 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], "mobile": true }' -``` \ No newline at end of file +``` diff --git a/snippets/v1/scrape/proxy-retry/curl.mdx b/snippets/v1/scrape/proxy-retry/curl.mdx index 7201d677..d1e3ea17 100644 --- a/snippets/v1/scrape/proxy-retry/curl.mdx +++ b/snippets/v1/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # First try with default proxy RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # Retry with stealth proxy curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/v1/scrape/proxy/curl.mdx b/snippets/v1/scrape/proxy/curl.mdx index 0141bdd5..f28bf9bb 100644 --- a/snippets/v1/scrape/proxy/curl.mdx +++ b/snippets/v1/scrape/proxy/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/v1/search/base/curl.mdx b/snippets/v1/search/base/curl.mdx index 4ff5f57c..1f597152 100644 --- a/snippets/v1/search/base/curl.mdx +++ b/snippets/v1/search/base/curl.mdx @@ -1,9 +1,9 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 5 }' -``` \ No newline at end of file +``` \ No newline at end of file diff --git a/snippets/v1/search/content/curl.mdx b/snippets/v1/search/content/curl.mdx index 5ca37e78..120109d1 100644 --- a/snippets/v1/search/content/curl.mdx +++ b/snippets/v1/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, @@ -9,4 +9,4 @@ curl -X POST https://api.firecrawl.dev/v1/search \ "formats": ["markdown", "links"] } }' -``` \ No newline at end of file +``` \ No newline at end of file diff --git a/snippets/v1/search/location/curl.mdx b/snippets/v1/search/location/curl.mdx index cc4d3936..1dd3f0e4 100644 --- a/snippets/v1/search/location/curl.mdx +++ b/snippets/v1/search/location/curl.mdx @@ -1,10 +1,10 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "web scraping tools", "limit": 5, "location": "Germany" }' -``` \ No newline at end of file +``` \ No newline at end of file diff --git a/snippets/v1/search/time/curl.mdx b/snippets/v1/search/time/curl.mdx index c8abeed8..3d31834c 100644 --- a/snippets/v1/search/time/curl.mdx +++ b/snippets/v1/search/time/curl.mdx @@ -1,10 +1,10 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "latest web scraping techniques", "limit": 5, "tbs": "qdr:w" }' -``` \ No newline at end of file +``` \ No newline at end of file diff --git a/snippets/v2/batch-scrape-webhook/base/curl.mdx b/snippets/v2/batch-scrape-webhook/base/curl.mdx index c31a0613..5218dda6 100644 --- a/snippets/v2/batch-scrape-webhook/base/curl.mdx +++ b/snippets/v2/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", @@ -15,4 +15,4 @@ curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ }, "events": ["started", "page", "completed"] } - }' \ No newline at end of file + }' \ No newline at end of file diff --git a/snippets/v2/batch-scrape/json/curl.mdx b/snippets/v2/batch-scrape/json/curl.mdx index c9776569..732f0e7d 100644 --- a/snippets/v2/batch-scrape/json/curl.mdx +++ b/snippets/v2/batch-scrape/json/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : [{ diff --git a/snippets/v2/crawl-webhook/base/curl.mdx b/snippets/v2/crawl-webhook/base/curl.mdx index 40a7495d..f20f66e0 100644 --- a/snippets/v2/crawl-webhook/base/curl.mdx +++ b/snippets/v2/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, @@ -13,4 +13,4 @@ curl -X POST https://api.firecrawl.dev/v2/crawl \ "events": ["started", "page", "completed"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v2/crawl/fast/curl.mdx b/snippets/v2/crawl/fast/curl.mdx index c537f9ec..fc369a9a 100644 --- a/snippets/v2/crawl/fast/curl.mdx +++ b/snippets/v2/crawl/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "limit": 100, diff --git a/snippets/v2/extract/no-schema/curl.mdx b/snippets/v2/extract/no-schema/curl.mdx index 72b15cf0..d2ef85a7 100644 --- a/snippets/v2/extract/no-schema/curl.mdx +++ b/snippets/v2/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", @@ -9,4 +9,4 @@ curl -X POST https://api.firecrawl.dev/v2/extract \ ], "prompt": "Extract Firecrawl'\''s mission from the page." }' -``` \ No newline at end of file +``` diff --git a/snippets/v2/extract/websearch/curl.mdx b/snippets/v2/extract/websearch/curl.mdx index 9c4b7072..26508e90 100644 --- a/snippets/v2/extract/websearch/curl.mdx +++ b/snippets/v2/extract/websearch/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://nextbase.com/dash-cams/622gw-dash-cam"], "prompt": "Extract details about the best dash cams including prices, features, pros/cons, and reviews.", diff --git a/snippets/v2/extract/without-urls/curl.mdx b/snippets/v2/extract/without-urls/curl.mdx index a830f47d..45172c46 100644 --- a/snippets/v2/extract/without-urls/curl.mdx +++ b/snippets/v2/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "Extract the company mission from the Firecrawl's website.", @@ -15,4 +15,4 @@ curl -X POST https://api.firecrawl.dev/v2/extract \ "required": ["company_mission"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v2/map/base/curl.mdx b/snippets/v2/map/base/curl.mdx index 3ded9e05..d2169256 100644 --- a/snippets/v2/map/base/curl.mdx +++ b/snippets/v2/map/base/curl.mdx @@ -1,8 +1,8 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev" }' -``` \ No newline at end of file +``` diff --git a/snippets/v2/scrape/actions/curl.mdx b/snippets/v2/scrape/actions/curl.mdx index 3e2e22d2..9f018e40 100644 --- a/snippets/v2/scrape/actions/curl.mdx +++ b/snippets/v2/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/login", "formats": ["markdown"], diff --git a/snippets/v2/scrape/fast/curl.mdx b/snippets/v2/scrape/fast/curl.mdx index 91818b73..405b8313 100644 --- a/snippets/v2/scrape/fast/curl.mdx +++ b/snippets/v2/scrape/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown"], diff --git a/snippets/v2/scrape/json/base/curl.mdx b/snippets/v2/scrape/json/base/curl.mdx index 0278fa15..116cd33a 100644 --- a/snippets/v2/scrape/json/base/curl.mdx +++ b/snippets/v2/scrape/json/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [ { @@ -31,4 +31,4 @@ curl -X POST https://api.firecrawl.dev/v2/scrape \ } } ] }' -``` \ No newline at end of file +``` diff --git a/snippets/v2/scrape/json/no-schema/curl.mdx b/snippets/v2/scrape/json/no-schema/curl.mdx index 719d9d38..954d2a2d 100644 --- a/snippets/v2/scrape/json/no-schema/curl.mdx +++ b/snippets/v2/scrape/json/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -9,4 +9,4 @@ curl -X POST https://api.firecrawl.dev/v2/scrape \ "prompt": "Extract the company mission from the page." }] }' -``` \ No newline at end of file +``` diff --git a/snippets/v2/scrape/proxy-retry/curl.mdx b/snippets/v2/scrape/proxy-retry/curl.mdx index da05172a..2283c10e 100644 --- a/snippets/v2/scrape/proxy-retry/curl.mdx +++ b/snippets/v2/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # First try with default proxy RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # Retry with stealth proxy curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/v2/search/content/curl.mdx b/snippets/v2/search/content/curl.mdx index cd0a90a5..b5a79fac 100644 --- a/snippets/v2/search/content/curl.mdx +++ b/snippets/v2/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, @@ -9,4 +9,4 @@ curl -X POST https://api.firecrawl.dev/v2/search \ "formats": ["markdown", "links"] } }' -``` \ No newline at end of file +``` diff --git a/snippets/v2/search/location/curl.mdx b/snippets/v2/search/location/curl.mdx index 0eedecdb..ff45c579 100644 --- a/snippets/v2/search/location/curl.mdx +++ b/snippets/v2/search/location/curl.mdx @@ -1,10 +1,10 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "web scraping tools", "limit": 5, "location": "Germany" }' -``` \ No newline at end of file +``` diff --git a/snippets/v2/search/time/curl.mdx b/snippets/v2/search/time/curl.mdx index f499a5b2..d4834c79 100644 --- a/snippets/v2/search/time/curl.mdx +++ b/snippets/v2/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "latest web scraping techniques", "limit": 5, diff --git a/snippets/zh/v1/batch-scrape-webhook/base/curl.mdx b/snippets/zh/v1/batch-scrape-webhook/base/curl.mdx index eede83a7..219ed436 100644 --- a/snippets/zh/v1/batch-scrape-webhook/base/curl.mdx +++ b/snippets/zh/v1/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/zh/v1/batch-scrape/base/curl.mdx b/snippets/zh/v1/batch-scrape/base/curl.mdx index 3851297e..2addfa2c 100644 --- a/snippets/zh/v1/batch-scrape/base/curl.mdx +++ b/snippets/zh/v1/batch-scrape/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : ["markdown", "html"] diff --git a/snippets/zh/v1/batch-scrape/extract/curl.mdx b/snippets/zh/v1/batch-scrape/extract/curl.mdx index a145964d..bf0defe0 100644 --- a/snippets/zh/v1/batch-scrape/extract/curl.mdx +++ b/snippets/zh/v1/batch-scrape/extract/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : ["json"], diff --git a/snippets/zh/v1/crawl-status/short/curl.mdx b/snippets/zh/v1/crawl-status/short/curl.mdx index 309e151f..cd908893 100644 --- a/snippets/zh/v1/crawl-status/short/curl.mdx +++ b/snippets/zh/v1/crawl-status/short/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/crawl/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/zh/v1/crawl-webhook/base/curl.mdx b/snippets/zh/v1/crawl-webhook/base/curl.mdx index 5a319543..f20f66e0 100644 --- a/snippets/zh/v1/crawl-webhook/base/curl.mdx +++ b/snippets/zh/v1/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/zh/v1/crawl/base/curl.mdx b/snippets/zh/v1/crawl/base/curl.mdx index 7e1d1f6c..3b36277c 100644 --- a/snippets/zh/v1/crawl/base/curl.mdx +++ b/snippets/zh/v1/crawl/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/zh/v1/crawl/fast/curl.mdx b/snippets/zh/v1/crawl/fast/curl.mdx index 259f231c..c2e2f53e 100644 --- a/snippets/zh/v1/crawl/fast/curl.mdx +++ b/snippets/zh/v1/crawl/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "limit": 100, diff --git a/snippets/zh/v1/crawl/short/curl.mdx b/snippets/zh/v1/crawl/short/curl.mdx index 7e1d1f6c..3b36277c 100644 --- a/snippets/zh/v1/crawl/short/curl.mdx +++ b/snippets/zh/v1/crawl/short/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/zh/v1/deep-research/base/curl.mdx b/snippets/zh/v1/deep-research/base/curl.mdx index 9b374447..aba79c23 100644 --- a/snippets/zh/v1/deep-research/base/curl.mdx +++ b/snippets/zh/v1/deep-research/base/curl.mdx @@ -1,6 +1,6 @@ ```bash cURL curl -X POST "https://api.firecrawl.dev/v1/deep-research" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "query": "量子计算领域有哪些最新进展?", diff --git a/snippets/zh/v1/deep-research/status/curl.mdx b/snippets/zh/v1/deep-research/status/curl.mdx index 6d66b4ea..3612be62 100644 --- a/snippets/zh/v1/deep-research/status/curl.mdx +++ b/snippets/zh/v1/deep-research/status/curl.mdx @@ -1,4 +1,4 @@ ```bash curl "https://api.firecrawl.dev/v1/deep-research/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/zh/v1/extract/agent-f1/curl.mdx b/snippets/zh/v1/extract/agent-f1/curl.mdx index aa53393f..04c97e39 100644 --- a/snippets/zh/v1/extract/agent-f1/curl.mdx +++ b/snippets/zh/v1/extract/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "提取该论坛帖子的所有用户评论。", diff --git a/snippets/zh/v1/extract/no-schema/curl.mdx b/snippets/zh/v1/extract/no-schema/curl.mdx index 1d8a6ecc..b816c290 100644 --- a/snippets/zh/v1/extract/no-schema/curl.mdx +++ b/snippets/zh/v1/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", diff --git a/snippets/zh/v1/extract/short/curl.mdx b/snippets/zh/v1/extract/short/curl.mdx index 14c48bbc..f81af26a 100644 --- a/snippets/zh/v1/extract/short/curl.mdx +++ b/snippets/zh/v1/extract/short/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://firecrawl.dev/*"], "prompt": "从页面提取公司的使命声明。", diff --git a/snippets/zh/v1/extract/status/curl.mdx b/snippets/zh/v1/extract/status/curl.mdx index fbd08ac4..6c94e1e5 100644 --- a/snippets/zh/v1/extract/status/curl.mdx +++ b/snippets/zh/v1/extract/status/curl.mdx @@ -1,5 +1,5 @@ ```bash cURL curl -X GET https://api.firecrawl.dev/v1/extract/ \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/snippets/zh/v1/extract/websearch/curl.mdx b/snippets/zh/v1/extract/websearch/curl.mdx index 4ac06fe9..240a8938 100644 --- a/snippets/zh/v1/extract/websearch/curl.mdx +++ b/snippets/zh/v1/extract/websearch/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://nextbase.com/dash-cams/622gw-dash-cam"], "prompt": "提取关于最佳行车记录仪的详细信息,包括价格、功能、优缺点和评测。", diff --git a/snippets/zh/v1/extract/without-urls/curl.mdx b/snippets/zh/v1/extract/without-urls/curl.mdx index 99ee1db6..ab5b545d 100644 --- a/snippets/zh/v1/extract/without-urls/curl.mdx +++ b/snippets/zh/v1/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "从 Firecrawl 网站提取公司的使命陈述。", diff --git a/snippets/zh/v1/generatellmstxt/base/curl.mdx b/snippets/zh/v1/generatellmstxt/base/curl.mdx index efa05357..98c3880d 100644 --- a/snippets/zh/v1/generatellmstxt/base/curl.mdx +++ b/snippets/zh/v1/generatellmstxt/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL # 开始生成 LLMs.txt curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ - -H "Authorization: Bearer your_api_key" \ + -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", @@ -11,5 +11,5 @@ curl -X POST "https://api.firecrawl.dev/v1/llmstxt" \ # 查看生成状态 curl -X GET "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/zh/v1/generatellmstxt/status/curl.mdx b/snippets/zh/v1/generatellmstxt/status/curl.mdx index 19c25100..b73edc71 100644 --- a/snippets/zh/v1/generatellmstxt/status/curl.mdx +++ b/snippets/zh/v1/generatellmstxt/status/curl.mdx @@ -1,4 +1,4 @@ ```bash curl "https://api.firecrawl.dev/v1/llmstxt/job_id" \ - -H "Authorization: Bearer your_api_key" + -H "Authorization: Bearer " ``` diff --git a/snippets/zh/v1/llm-extract/base/curl.mdx b/snippets/zh/v1/llm-extract/base/curl.mdx index cd8e2c7e..ba803a2f 100644 --- a/snippets/zh/v1/llm-extract/base/curl.mdx +++ b/snippets/zh/v1/llm-extract/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], diff --git a/snippets/zh/v1/llm-extract/no-schema/curl.mdx b/snippets/zh/v1/llm-extract/no-schema/curl.mdx index 4fbb2026..9f75e57f 100644 --- a/snippets/zh/v1/llm-extract/no-schema/curl.mdx +++ b/snippets/zh/v1/llm-extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": ["json"], diff --git a/snippets/zh/v1/map/base/curl.mdx b/snippets/zh/v1/map/base/curl.mdx index b1aa3af6..f9d727b1 100644 --- a/snippets/zh/v1/map/base/curl.mdx +++ b/snippets/zh/v1/map/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev" }' diff --git a/snippets/zh/v1/scrape/actions/curl.mdx b/snippets/zh/v1/scrape/actions/curl.mdx index d62a4d1a..548c7e93 100644 --- a/snippets/zh/v1/scrape/actions/curl.mdx +++ b/snippets/zh/v1/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], diff --git a/snippets/zh/v1/scrape/agent-f1/curl.mdx b/snippets/zh/v1/scrape/agent-f1/curl.mdx index 2a0fb8cf..88d296eb 100644 --- a/snippets/zh/v1/scrape/agent-f1/curl.mdx +++ b/snippets/zh/v1/scrape/agent-f1/curl.mdx @@ -1,7 +1,7 @@ ```bash curl curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], diff --git a/snippets/zh/v1/scrape/base/curl.mdx b/snippets/zh/v1/scrape/base/curl.mdx index 4c84de89..1115730f 100644 --- a/snippets/zh/v1/scrape/base/curl.mdx +++ b/snippets/zh/v1/scrape/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "formats": ["markdown", "html"] diff --git a/snippets/zh/v1/scrape/fast/curl.mdx b/snippets/zh/v1/scrape/fast/curl.mdx index cd570361..ef4db0ec 100644 --- a/snippets/zh/v1/scrape/fast/curl.mdx +++ b/snippets/zh/v1/scrape/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown"], diff --git a/snippets/zh/v1/scrape/location/curl.mdx b/snippets/zh/v1/scrape/location/curl.mdx index ead7d99a..7f41ec4b 100644 --- a/snippets/zh/v1/scrape/location/curl.mdx +++ b/snippets/zh/v1/scrape/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "airbnb.com", "formats": ["markdown"], diff --git a/snippets/zh/v1/scrape/mobile/curl.mdx b/snippets/zh/v1/scrape/mobile/curl.mdx index 09e78be5..e7df43b6 100644 --- a/snippets/zh/v1/scrape/mobile/curl.mdx +++ b/snippets/zh/v1/scrape/mobile/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "google.com", "formats": ["markdown"], diff --git a/snippets/zh/v1/scrape/proxy-retry/curl.mdx b/snippets/zh/v1/scrape/proxy-retry/curl.mdx index f67b196c..aaa81122 100644 --- a/snippets/zh/v1/scrape/proxy-retry/curl.mdx +++ b/snippets/zh/v1/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # 先使用默认代理进行尝试 RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # 使用隐身代理重试 curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/zh/v1/scrape/proxy/curl.mdx b/snippets/zh/v1/scrape/proxy/curl.mdx index 0141bdd5..f28bf9bb 100644 --- a/snippets/zh/v1/scrape/proxy/curl.mdx +++ b/snippets/zh/v1/scrape/proxy/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/zh/v1/search/base/curl.mdx b/snippets/zh/v1/search/base/curl.mdx index b7b7bf5a..2c24413c 100644 --- a/snippets/zh/v1/search/base/curl.mdx +++ b/snippets/zh/v1/search/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl 网页抓取", "limit": 5 diff --git a/snippets/zh/v1/search/content/curl.mdx b/snippets/zh/v1/search/content/curl.mdx index 7f40884d..51527bcb 100644 --- a/snippets/zh/v1/search/content/curl.mdx +++ b/snippets/zh/v1/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl web scraping", "limit": 3, diff --git a/snippets/zh/v1/search/location/curl.mdx b/snippets/zh/v1/search/location/curl.mdx index a127f0bf..db2f972b 100644 --- a/snippets/zh/v1/search/location/curl.mdx +++ b/snippets/zh/v1/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "网页抓取工具", "limit": 5, diff --git a/snippets/zh/v1/search/time/curl.mdx b/snippets/zh/v1/search/time/curl.mdx index 96d0b966..f6cb0a69 100644 --- a/snippets/zh/v1/search/time/curl.mdx +++ b/snippets/zh/v1/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "最新的网页爬虫技术", "limit": 5, diff --git a/snippets/zh/v2/batch-scrape-webhook/base/curl.mdx b/snippets/zh/v2/batch-scrape-webhook/base/curl.mdx index eede83a7..219ed436 100644 --- a/snippets/zh/v2/batch-scrape-webhook/base/curl.mdx +++ b/snippets/zh/v2/batch-scrape-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://example.com/page1", diff --git a/snippets/zh/v2/batch-scrape/json/curl.mdx b/snippets/zh/v2/batch-scrape/json/curl.mdx index dd3d3538..d2310ee6 100644 --- a/snippets/zh/v2/batch-scrape/json/curl.mdx +++ b/snippets/zh/v2/batch-scrape/json/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/batch/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://docs.firecrawl.dev", "https://docs.firecrawl.dev/sdks/overview"], "formats" : [{ diff --git a/snippets/zh/v2/crawl-webhook/base/curl.mdx b/snippets/zh/v2/crawl-webhook/base/curl.mdx index 5a319543..f20f66e0 100644 --- a/snippets/zh/v2/crawl-webhook/base/curl.mdx +++ b/snippets/zh/v2/crawl-webhook/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "limit": 100, diff --git a/snippets/zh/v2/crawl/fast/curl.mdx b/snippets/zh/v2/crawl/fast/curl.mdx index c537f9ec..fc369a9a 100644 --- a/snippets/zh/v2/crawl/fast/curl.mdx +++ b/snippets/zh/v2/crawl/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "limit": 100, diff --git a/snippets/zh/v2/extract/no-schema/curl.mdx b/snippets/zh/v2/extract/no-schema/curl.mdx index f02c3656..b34b3017 100644 --- a/snippets/zh/v2/extract/no-schema/curl.mdx +++ b/snippets/zh/v2/extract/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [ "https://docs.firecrawl.dev/", diff --git a/snippets/zh/v2/extract/websearch/curl.mdx b/snippets/zh/v2/extract/websearch/curl.mdx index 3da2b64c..dae4480f 100644 --- a/snippets/zh/v2/extract/websearch/curl.mdx +++ b/snippets/zh/v2/extract/websearch/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://nextbase.com/dash-cams/622gw-dash-cam"], "prompt": "提取最佳行车记录仪的详细信息,包括价格、功能、优缺点和评测。", diff --git a/snippets/zh/v2/extract/without-urls/curl.mdx b/snippets/zh/v2/extract/without-urls/curl.mdx index 3cbeeb3c..c707ae9a 100644 --- a/snippets/zh/v2/extract/without-urls/curl.mdx +++ b/snippets/zh/v2/extract/without-urls/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": [], "prompt": "从 Firecrawl 网站提取公司的使命。" diff --git a/snippets/zh/v2/map/base/curl.mdx b/snippets/zh/v2/map/base/curl.mdx index df2a4ad2..d2169256 100644 --- a/snippets/zh/v2/map/base/curl.mdx +++ b/snippets/zh/v2/map/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev" }' diff --git a/snippets/zh/v2/scrape/actions/curl.mdx b/snippets/zh/v2/scrape/actions/curl.mdx index 7c1c7f7d..f787f06f 100644 --- a/snippets/zh/v2/scrape/actions/curl.mdx +++ b/snippets/zh/v2/scrape/actions/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/login", "formats": ["markdown"], diff --git a/snippets/zh/v2/scrape/fast/curl.mdx b/snippets/zh/v2/scrape/fast/curl.mdx index 91818b73..405b8313 100644 --- a/snippets/zh/v2/scrape/fast/curl.mdx +++ b/snippets/zh/v2/scrape/fast/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer fc-YOUR_API_KEY' \ + -H 'Authorization: Bearer fc-' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown"], diff --git a/snippets/zh/v2/scrape/json/base/curl.mdx b/snippets/zh/v2/scrape/json/base/curl.mdx index 325cc4aa..116cd33a 100644 --- a/snippets/zh/v2/scrape/json/base/curl.mdx +++ b/snippets/zh/v2/scrape/json/base/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [ { diff --git a/snippets/zh/v2/scrape/json/no-schema/curl.mdx b/snippets/zh/v2/scrape/json/no-schema/curl.mdx index be33c1a8..84e9df38 100644 --- a/snippets/zh/v2/scrape/json/no-schema/curl.mdx +++ b/snippets/zh/v2/scrape/json/no-schema/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ diff --git a/snippets/zh/v2/scrape/proxy-retry/curl.mdx b/snippets/zh/v2/scrape/proxy-retry/curl.mdx index e5db7e7c..8f2978ca 100644 --- a/snippets/zh/v2/scrape/proxy-retry/curl.mdx +++ b/snippets/zh/v2/scrape/proxy-retry/curl.mdx @@ -2,7 +2,7 @@ # 先用默认代理尝试 RESPONSE=$(curl -s -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com" }') @@ -17,7 +17,7 @@ if [[ "$STATUS_CODE" == "401" || "$STATUS_CODE" == "403" || "$STATUS_CODE" == "5 # 使用 stealth 代理重试 curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "proxy": "stealth" diff --git a/snippets/zh/v2/search/content/curl.mdx b/snippets/zh/v2/search/content/curl.mdx index 9c10cec8..f93080e5 100644 --- a/snippets/zh/v2/search/content/curl.mdx +++ b/snippets/zh/v2/search/content/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl 网页抓取", "limit": 3, diff --git a/snippets/zh/v2/search/location/curl.mdx b/snippets/zh/v2/search/location/curl.mdx index d797bc6b..15857ff2 100644 --- a/snippets/zh/v2/search/location/curl.mdx +++ b/snippets/zh/v2/search/location/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "网络爬取工具", "limit": 5, diff --git a/snippets/zh/v2/search/time/curl.mdx b/snippets/zh/v2/search/time/curl.mdx index ad83bce2..0c6d65ee 100644 --- a/snippets/zh/v2/search/time/curl.mdx +++ b/snippets/zh/v2/search/time/curl.mdx @@ -1,7 +1,7 @@ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "最新的网页爬取技术", "limit": 5, diff --git a/v0/advanced-scraping-guide.mdx b/v0/advanced-scraping-guide.mdx index a8a7d816..abd3289f 100644 --- a/v0/advanced-scraping-guide.mdx +++ b/v0/advanced-scraping-guide.mdx @@ -78,7 +78,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -131,7 +131,7 @@ When using the `/scrape` endpoint, you can customize the scraping behavior with curl -X POST https://api.firecrawl.dev/v0/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization : Bearer YOUR_API_KEY' \ + -H 'Authorization : Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "pageOptions": { @@ -178,7 +178,7 @@ When using the `/scrape` endpoint, you can specify options for **extracting stru ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -248,7 +248,7 @@ You can adjust the timeout for the scraping process using the `timeout` paramete curl -X POST https://api.firecrawl.dev/v0/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "timeout": 50000 @@ -262,7 +262,7 @@ To crawl multiple pages, you can use the `/crawl` endpoint. This endpoint allows ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -281,7 +281,7 @@ Used to check the status of a crawl job and get its result. ```bash curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` ### Crawler Options @@ -330,7 +330,7 @@ When using the `/crawl` endpoint, you can customize the crawling behavior with t ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization : Bearer YOUR_API_KEY' \ + -H 'Authorization : Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "crawlerOptions": { @@ -362,7 +362,7 @@ You can combine the `pageOptions` and `crawlerOptions` parameters to customize b ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "pageOptions": { diff --git a/v0/features/crawl.mdx b/v0/features/crawl.mdx index f455b7bb..2e60011f 100644 --- a/v0/features/crawl.mdx +++ b/v0/features/crawl.mdx @@ -146,7 +146,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' @@ -197,7 +197,7 @@ println!("Crawl Status: {:?}", status); ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -223,4 +223,4 @@ curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ } ] } -``` \ No newline at end of file +``` diff --git a/v0/features/extract.mdx b/v0/features/extract.mdx index 1fb70b7c..1af95232 100644 --- a/v0/features/extract.mdx +++ b/v0/features/extract.mdx @@ -32,7 +32,7 @@ Used to extract structured data from scraped pages. ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -262,4 +262,4 @@ async fn main() { Err(e) => eprintln!("LLM Extraction failed: {}", e), } } -``` \ No newline at end of file +``` diff --git a/v0/features/scrape.mdx b/v0/features/scrape.mdx index 4432839a..7538bd39 100644 --- a/v0/features/scrape.mdx +++ b/v0/features/scrape.mdx @@ -125,7 +125,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' diff --git a/v0/introduction.mdx b/v0/introduction.mdx index c8d4363e..4e0b967b 100644 --- a/v0/introduction.mdx +++ b/v0/introduction.mdx @@ -161,7 +161,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -212,7 +212,7 @@ println!("Crawl Status: {:?}", status); ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -306,7 +306,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -489,7 +489,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { diff --git a/v1/advanced-scraping-guide.mdx b/v1/advanced-scraping-guide.mdx index 7e10e3ef..7c9a7022 100644 --- a/v1/advanced-scraping-guide.mdx +++ b/v1/advanced-scraping-guide.mdx @@ -18,7 +18,7 @@ To scrape a single page and get clean markdown content, you can use the `/scrape from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") content = app.scrape_url("https://docs.firecrawl.dev") ``` @@ -28,7 +28,7 @@ content = app.scrape_url("https://docs.firecrawl.dev") import { FirecrawlApp } from 'firecrawl-js'; -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); const content = await app.scrapeUrl('https://docs.firecrawl.dev'); ``` @@ -78,7 +78,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -149,7 +149,7 @@ When using the `/scrape` endpoint, you can customize the scraping behavior with curl -X POST https://api.firecrawl.dev/v1/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization : Bearer YOUR_API_KEY' \ + -H 'Authorization : Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "formats": ["markdown", "links", "html", "rawHtml", "screenshot"], @@ -204,7 +204,7 @@ When using the `/scrape` endpoint, you can specify options for **extracting stru ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown", "json"], @@ -419,7 +419,7 @@ To crawl multiple pages, you can use the `/crawl` endpoint. This endpoint allows ```bash curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -438,7 +438,7 @@ Used to check the status of a crawl job and get its result. ```bash curl -X GET https://api.firecrawl.dev/v1/crawl/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` #### Pagination/Next URL @@ -518,7 +518,7 @@ As part of the crawler options, you can also specify the `scrapeOptions` paramet ```bash curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization : Bearer YOUR_API_KEY' \ + -H 'Authorization : Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "includePaths": ["^/blog/.*$", "^/docs/.*$"], @@ -547,7 +547,7 @@ To use the `/map` endpoint, you need to send a GET request with the URL of the p ```bash curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' diff --git a/v1/features/extract.mdx b/v1/features/extract.mdx index f309fa31..7d7b0333 100644 --- a/v1/features/extract.mdx +++ b/v1/features/extract.mdx @@ -181,7 +181,7 @@ You can leverage the FIRE-1 agent with the `/v1/extract` endpoint for complex ex ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "Extract all user comments from this forum thread.", diff --git a/v1/features/map.mdx b/v1/features/map.mdx index 1357e0aa..5e30de6e 100644 --- a/v1/features/map.mdx +++ b/v1/features/map.mdx @@ -73,7 +73,7 @@ Map with `search` param allows you to search for specific urls inside a website. ```bash cURL curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "search": "docs" @@ -95,4 +95,4 @@ Response will be an ordered list from the most relevant to the least relevant. ## Considerations -This endpoint prioritizes speed, so it may not capture all website links. We are working on improvements. Feedback and suggestions are very welcome. \ No newline at end of file +This endpoint prioritizes speed, so it may not capture all website links. We are working on improvements. Feedback and suggestions are very welcome. diff --git a/v1/features/scrape.mdx b/v1/features/scrape.mdx index dffa7d8e..0af95929 100644 --- a/v1/features/scrape.mdx +++ b/v1/features/scrape.mdx @@ -251,7 +251,7 @@ Here's a quick example using FIRE-1 with the scrape endpoint to get the companie ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://ycombinator.com/companies", "formats": ["markdown"], diff --git a/v1/features/search-v0.mdx b/v1/features/search-v0.mdx index 2ad1a1a2..d47bcffd 100644 --- a/v1/features/search-v0.mdx +++ b/v1/features/search-v0.mdx @@ -32,7 +32,7 @@ Used to search the web, get the most relevant results, scrape each page and retu ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { @@ -73,7 +73,7 @@ pip install firecrawl-py ```python from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") result = app.search(query="What is firecrawl?") ``` @@ -95,7 +95,7 @@ npm install @mendable/firecrawl-js import FirecrawlApp from '@mendable/firecrawl-js'; // Initialize the FirecrawlApp with your API key -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); // Perform a search const result = await app.search('What is firecrawl?'); @@ -169,4 +169,4 @@ async fn main() { Err(e) => eprintln!("Failed to search: {}", e), } } -``` \ No newline at end of file +``` diff --git a/v1/features/search.mdx b/v1/features/search.mdx index f48f9169..217b3b09 100644 --- a/v1/features/search.mdx +++ b/v1/features/search.mdx @@ -209,7 +209,7 @@ app.search("firecrawl updates", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl updates", "limit": 10, @@ -259,7 +259,7 @@ app.search("complex search query", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "complex search query", "limit": 10, @@ -311,7 +311,7 @@ app.search("firecrawl features", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl features", "limit": 3, diff --git a/zh/agents/fire-1-extract.mdx b/zh/agents/fire-1-extract.mdx index 77b7f162..788d7f0d 100644 --- a/zh/agents/fire-1-extract.mdx +++ b/zh/agents/fire-1-extract.mdx @@ -39,13 +39,13 @@ FIRE-1 是一款 AI 代理,通过智能的网页导航与交互增强了 Firec ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], "agent": { "model": "FIRE-1", - "prompt": "点击“下一页”按钮在商品列表中依次浏览,直到该按钮变为不可用为止。抓取每个访问页面的内容。" + "prompt": "点击"下一页"按钮在商品列表中依次浏览,直到该按钮变为不可用为止。抓取每个访问页面的内容。" } }' ``` @@ -64,7 +64,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "提取此论坛主题中的所有用户评论。", @@ -136,13 +136,13 @@ FIRE-1 为 Firecrawl 注入更高层次的智能,能在复杂站点结构中 ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com/products?page=1", "formats": ["markdown"], "agent": { "model": "FIRE-1", - "prompt": "点击“下一页”按钮在商品列表中逐页浏览,直到按钮变为不可用。抓取每一页的内容。" + "prompt": "点击"下一页"按钮在商品列表中逐页浏览,直到按钮变为不可用。抓取每一页的内容。" } }' ``` @@ -166,4 +166,4 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ - **试用 FIRE-1:** 将智能导航集成到你的抓取与提取工作流中。 - **查阅文档:** 在我们的[完整文档](https://docs.firecrawl.dev/agents/fire-1)中了解更多。 - **需要帮助?** 加入我们的[Discord 社区](https://discord.gg/S7Enyh9Abh)或发送邮件至[help@firecrawl.com](mailto:help@firecrawl.com)。 -**准备好利用 AI 赋能的抓取了吗?** [注册 Firecrawl](https://firecrawl.dev/signup),立即开始使用 FIRE-1。 \ No newline at end of file +**准备好利用 AI 赋能的抓取了吗?** [注册 Firecrawl](https://firecrawl.dev/signup),立即开始使用 FIRE-1。 diff --git a/zh/features/extract.mdx b/zh/features/extract.mdx index 7907f19a..541c60e1 100644 --- a/zh/features/extract.mdx +++ b/zh/features/extract.mdx @@ -201,7 +201,7 @@ FIRE-1 是一款 AI 代理,可增强 Firecrawl 的抓取能力。它能够控 ```bash curl -X POST https://api.firecrawl.dev/v2/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "提取该论坛帖中的所有用户评论。", @@ -237,4 +237,4 @@ curl -X POST https://api.firecrawl.dev/v2/extract \ 你可以在 [/extract 定价页面](https://www.firecrawl.dev/extract#pricing) 查看价格,并通过 [仪表盘的 Extract 页面](https://www.firecrawl.dev/app/extract) 监控用量。 -有反馈或需要帮助?请发送邮件至 [help@firecrawl.com](mailto:help@firecrawl.com)。 \ No newline at end of file +有反馈或需要帮助?请发送邮件至 [help@firecrawl.com](mailto:help@firecrawl.com)。 diff --git a/zh/features/map.mdx b/zh/features/map.mdx index cae296c1..ea479276 100644 --- a/zh/features/map.mdx +++ b/zh/features/map.mdx @@ -80,7 +80,7 @@ SDK 会直接返回数据对象。cURL 会按下方所示原样返回负载。 ```bash cURL curl -X POST https://api.firecrawl.dev/v2/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "search": "docs" @@ -143,4 +143,4 @@ curl -X POST https://api.firecrawl.dev/v2/map \ ## 注意事项 -该端点以速度为先,因此可能无法捕获所有站点链接。我们正在改进中,欢迎提出反馈和建议。 \ No newline at end of file +该端点以速度为先,因此可能无法捕获所有站点链接。我们正在改进中,欢迎提出反馈和建议。 diff --git a/zh/features/search-v0.mdx b/zh/features/search-v0.mdx index 0a82e389..2b286797 100644 --- a/zh/features/search-v0.mdx +++ b/zh/features/search-v0.mdx @@ -38,7 +38,7 @@ Firecrawl 将其 SERP(搜索引擎结果页)API 与强大的抓取基础设 ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { diff --git a/zh/features/search.mdx b/zh/features/search.mdx index 14e6bd73..2755cd11 100644 --- a/zh/features/search.mdx +++ b/zh/features/search.mdx @@ -101,7 +101,7 @@ SDK 将直接返回数据对象;cURL 将返回完整的有效负载。 ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "Python 网页抓取", "categories": ["github"], @@ -119,7 +119,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "机器学习 transformer", "categories": ["研究"], @@ -137,7 +137,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "神经网络", "categories": ["github", "research"], @@ -179,7 +179,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "openai", "sources": ["news"], @@ -190,7 +190,7 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ```bash cURL curl -X POST https://api.firecrawl.dev/v2/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "jupiter", "sources": ["images"], @@ -449,4 +449,4 @@ curl -X POST https://api.firecrawl.dev/v2/search \ ## 高级抓取选项 -有关抓取选项的更多信息,请参阅 [Scrape 功能文档](https://docs.firecrawl.dev/features/scrape)。除 FIRE-1(代理)和 changeTracking 功能外,其余均受此 Search 端点支持。 \ No newline at end of file +有关抓取选项的更多信息,请参阅 [Scrape 功能文档](https://docs.firecrawl.dev/features/scrape)。除 FIRE-1(代理)和 changeTracking 功能外,其余均受此 Search 端点支持。 diff --git a/zh/learn/guide/bypassing-auth.mdx b/zh/learn/guide/bypassing-auth.mdx index fcab226f..2a4864a5 100644 --- a/zh/learn/guide/bypassing-auth.mdx +++ b/zh/learn/guide/bypassing-auth.mdx @@ -120,7 +120,7 @@ og:description: "了解如何通过转发 cookies 绕过网站身份验证。" ```curl cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://example.com", "headers": { @@ -128,4 +128,4 @@ og:description: "了解如何通过转发 cookies 绕过网站身份验证。" } }' ``` - \ No newline at end of file + diff --git a/zh/migrate-to-v2.mdx b/zh/migrate-to-v2.mdx index 21b8c9ce..8985b4de 100644 --- a/zh/migrate-to-v2.mdx +++ b/zh/migrate-to-v2.mdx @@ -191,7 +191,7 @@ doc = firecrawl.scrape(url, formats=formats); ```bash cURL curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -225,7 +225,7 @@ doc = firecrawl.scrape(url, formats=formats); # 截图格式(cURL) curl -X POST https://api.firecrawl.dev/v2/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "formats": [{ @@ -277,10 +277,10 @@ print(preview) ```bash cURL curl -X POST https://api.firecrawl.dev/v2/crawl/params-preview \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "prompt": "Extract docs and blog" }' ``` - \ No newline at end of file + diff --git a/zh/v0/advanced-scraping-guide.mdx b/zh/v0/advanced-scraping-guide.mdx index 9a6351b2..dee94b0a 100644 --- a/zh/v0/advanced-scraping-guide.mdx +++ b/zh/v0/advanced-scraping-guide.mdx @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -148,7 +148,7 @@ curl -X POST https://api.firecrawl.dev/v0/scrape \ curl -X POST https://api.firecrawl.dev/v0/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "pageOptions": { @@ -204,7 +204,7 @@ curl -X POST https://api.firecrawl.dev/v0/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -279,7 +279,7 @@ curl -X POST https://api.firecrawl.dev/v0/scrape \ curl -X POST https://api.firecrawl.dev/v0/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "timeout": 50000 @@ -296,7 +296,7 @@ curl -X POST https://api.firecrawl.dev/v0/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -318,7 +318,7 @@ curl -X POST https://api.firecrawl.dev/v0/crawl \ ```bash curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -384,7 +384,7 @@ curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "crawlerOptions": { @@ -421,7 +421,7 @@ curl -X POST https://api.firecrawl.dev/v0/crawl \ ```bash curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "pageOptions": { @@ -453,4 +453,4 @@ curl -X POST https://api.firecrawl.dev/v0/crawl \ ## 提取器选项 + 爬虫选项 -敬请期待…… \ No newline at end of file +敬请期待…… diff --git a/zh/v0/features/crawl.mdx b/zh/v0/features/crawl.mdx index 92322299..af741f46 100644 --- a/zh/v0/features/crawl.mdx +++ b/zh/v0/features/crawl.mdx @@ -152,7 +152,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' @@ -209,7 +209,7 @@ println!("Crawl Status: {:?}", status); ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` diff --git a/zh/v0/features/extract.mdx b/zh/v0/features/extract.mdx index de293ca8..515ba4c0 100644 --- a/zh/v0/features/extract.mdx +++ b/zh/v0/features/extract.mdx @@ -37,7 +37,7 @@ Firecrawl 利用大型语言模型(LLM)高效从网页提取结构化数据 ```bash curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { diff --git a/zh/v0/features/scrape.mdx b/zh/v0/features/scrape.mdx index c20662fc..b36b9fd3 100644 --- a/zh/v0/features/scrape.mdx +++ b/zh/v0/features/scrape.mdx @@ -134,7 +134,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://mendable.ai" }' diff --git a/zh/v0/introduction.mdx b/zh/v0/introduction.mdx index 29181a1d..60603460 100644 --- a/zh/v0/introduction.mdx +++ b/zh/v0/introduction.mdx @@ -171,7 +171,7 @@ og:description: "Firecrawl 可将整个网站转换为适配 LLM 的 Markdown" ```bash cURL curl -X POST https://api.firecrawl.dev/v0/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -221,7 +221,7 @@ og:description: "Firecrawl 可将整个网站转换为适配 LLM 的 Markdown" ```bash cURL curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -317,7 +317,7 @@ og:description: "Firecrawl 可将整个网站转换为适配 LLM 的 Markdown" ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -503,7 +503,7 @@ og:description: "Firecrawl 可将整个网站转换为适配 LLM 的 Markdown" ```bash cURL curl -X POST https://api.firecrawl.dev/v0/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev/", "extractorOptions": { @@ -541,4 +541,4 @@ og:description: "Firecrawl 可将整个网站转换为适配 LLM 的 Markdown" ## 参与贡献 -我们欢迎各类贡献!在提交 pull request 之前,请先阅读我们的[贡献指南](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md)。 \ No newline at end of file +我们欢迎各类贡献!在提交 pull request 之前,请先阅读我们的[贡献指南](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md)。 diff --git a/zh/v1/advanced-scraping-guide.mdx b/zh/v1/advanced-scraping-guide.mdx index ae537ed6..f990afb2 100644 --- a/zh/v1/advanced-scraping-guide.mdx +++ b/zh/v1/advanced-scraping-guide.mdx @@ -20,7 +20,7 @@ og:description: "了解如何通过高级选项提升 Firecrawl 的抓取能力 from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") content = app.scrape_url("https://docs.firecrawl.dev") ``` @@ -30,7 +30,7 @@ content = app.scrape_url("https://docs.firecrawl.dev") import { FirecrawlApp } from 'firecrawl-js'; -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); const content = await app.scrapeUrl('https://docs.firecrawl.dev'); ``` @@ -80,7 +80,7 @@ async fn main() { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -171,7 +171,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ curl -X POST https://api.firecrawl.dev/v1/scrape \ -H ' Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "formats": ["markdown", "links", "html", "rawHtml", "screenshot"], @@ -238,7 +238,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v1/scrape \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "formats": ["markdown", "json"], @@ -477,7 +477,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \ ```bash curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -499,7 +499,7 @@ curl -X POST https://api.firecrawl.dev/v1/crawl \ ```bash curl -X GET https://api.firecrawl.dev/v1/crawl/1234-5678-9101 \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' + -H 'Authorization: Bearer ' ``` @@ -604,7 +604,7 @@ curl -X GET https://api.firecrawl.dev/v1/crawl/1234-5678-9101 \ ```bash curl -X POST https://api.firecrawl.dev/v1/crawl \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev", "includePaths": ["^/blog/.*$", "^/docs/.*$"], @@ -638,7 +638,7 @@ curl -X POST https://api.firecrawl.dev/v1/crawl \ ```bash curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://docs.firecrawl.dev" }' @@ -707,4 +707,4 @@ curl -X POST https://api.firecrawl.dev/v1/map \ 对应的 API 参考:[/map 端点文档](https://docs.firecrawl.dev/api-reference/endpoint/map) -感谢阅读! \ No newline at end of file +感谢阅读! diff --git a/zh/v1/features/extract.mdx b/zh/v1/features/extract.mdx index 79ecc225..96d27a72 100644 --- a/zh/v1/features/extract.mdx +++ b/zh/v1/features/extract.mdx @@ -202,7 +202,7 @@ FIRE-1 是一款 AI 代理,用于增强 Firecrawl 的抓取能力。它可以 ```bash curl -X POST https://api.firecrawl.dev/v1/extract \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "urls": ["https://example-forum.com/topic/123"], "prompt": "提取此论坛主题中的所有用户评论。", @@ -238,4 +238,4 @@ curl -X POST https://api.firecrawl.dev/v1/extract \ 你可以在 [Extract 落地页的定价部分](https://www.firecrawl.dev/extract#pricing) 查看 /extract 的价格,并通过仪表板上的 [Extract 页面](https://www.firecrawl.dev/app/extract) 监控用量。 -有反馈或需要帮助?请发送邮件至 [help@firecrawl.com](mailto:help@firecrawl.com)。 \ No newline at end of file +有反馈或需要帮助?请发送邮件至 [help@firecrawl.com](mailto:help@firecrawl.com)。 diff --git a/zh/v1/features/map.mdx b/zh/v1/features/map.mdx index c3fd19b0..115118ec 100644 --- a/zh/v1/features/map.mdx +++ b/zh/v1/features/map.mdx @@ -85,7 +85,7 @@ SDK 将直接返回数据对象。cURL 会按下方所示,原样返回载荷 ```bash cURL curl -X POST https://api.firecrawl.dev/v1/map \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "url": "https://firecrawl.dev", "search": "docs" @@ -110,4 +110,4 @@ curl -X POST https://api.firecrawl.dev/v1/map \ ## 注意事项 -该端点以速度为优先,因此可能无法捕获站点上的所有链接。我们正持续改进,欢迎反馈和建议。 \ No newline at end of file +该端点以速度为优先,因此可能无法捕获站点上的所有链接。我们正持续改进,欢迎反馈和建议。 diff --git a/zh/v1/features/search-v0.mdx b/zh/v1/features/search-v0.mdx index 2ecaf01c..fd4d4b60 100644 --- a/zh/v1/features/search-v0.mdx +++ b/zh/v1/features/search-v0.mdx @@ -38,7 +38,7 @@ Firecrawl 将其 SERP(搜索引擎结果页)API 与强大的抓取基础设 ```bash curl -X POST https://api.firecrawl.dev/v0/search \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer YOUR_API_KEY' \ + -H 'Authorization: Bearer ' \ -d '{ "query": "firecrawl", "pageOptions": { @@ -87,7 +87,7 @@ pip install firecrawl-py ```python from firecrawl import FirecrawlApp -app = FirecrawlApp(api_key="YOUR_API_KEY") +app = FirecrawlApp(api_key="") result = app.search(query="什么是 Firecrawl?") ``` @@ -116,7 +116,7 @@ npm install @mendable/firecrawl-js import FirecrawlApp from '@mendable/firecrawl-js'; // 使用你的 API 密钥初始化 FirecrawlApp -const app = new FirecrawlApp({ apiKey: 'YOUR_API_KEY' }); +const app = new FirecrawlApp({ apiKey: '' }); // 执行搜索 const result = await app.search('什么是 Firecrawl?'); diff --git a/zh/v1/features/search.mdx b/zh/v1/features/search.mdx index e8e1dbda..13e9619a 100644 --- a/zh/v1/features/search.mdx +++ b/zh/v1/features/search.mdx @@ -233,7 +233,7 @@ app.search("firecrawl updates", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl updates", "limit": 10, @@ -285,7 +285,7 @@ app.search("complex search query", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "complex search query", "limit": 10, @@ -339,7 +339,7 @@ app.search("firecrawl features", { ```bash cURL curl -X POST https://api.firecrawl.dev/v1/search \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer fc-YOUR_API_KEY" \ + -H "Authorization: Bearer fc-" \ -d '{ "query": "firecrawl features", "limit": 3, @@ -383,4 +383,4 @@ curl -X POST https://api.firecrawl.dev/v1/search \ ## 高级抓取选项 -关于抓取选项的更多信息,请参阅 [Scrape 功能文档](https://docs.firecrawl.dev/features/scrape)。除 FIRE-1(代理)和 changeTracking 功能外,其余均受此 /search 端点支持。 \ No newline at end of file +关于抓取选项的更多信息,请参阅 [Scrape 功能文档](https://docs.firecrawl.dev/features/scrape)。除 FIRE-1(代理)和 changeTracking 功能外,其余均受此 /search 端点支持。