mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
Merge branch 'main' of https://github.com/mendableai/firecrawl
This commit is contained in:
commit
50cf97c709
23
README.md
23
README.md
|
@ -15,9 +15,9 @@ We provide an easy to use API with our hosted version. You can find the playgrou
|
||||||
|
|
||||||
- [x] [API](https://firecrawl.dev/playground)
|
- [x] [API](https://firecrawl.dev/playground)
|
||||||
- [x] [Python SDK](https://github.com/mendableai/firecrawl/tree/main/apps/python-sdk)
|
- [x] [Python SDK](https://github.com/mendableai/firecrawl/tree/main/apps/python-sdk)
|
||||||
|
- [X] [Node SDK](https://github.com/mendableai/firecrawl/tree/main/apps/js-sdk)
|
||||||
- [x] [Langchain Integration 🦜🔗](https://python.langchain.com/docs/integrations/document_loaders/firecrawl/)
|
- [x] [Langchain Integration 🦜🔗](https://python.langchain.com/docs/integrations/document_loaders/firecrawl/)
|
||||||
- [x] [Llama Index Integration 🦙](https://docs.llamaindex.ai/en/stable/)
|
- [x] [Llama Index Integration 🦙](https://docs.llamaindex.ai/en/latest/examples/data_connectors/WebPageDemo/#using-firecrawl-reader)
|
||||||
- [X] [JS SDK](https://github.com/mendableai/firecrawl/tree/main/apps/js-sdk)
|
|
||||||
- [ ] LangchainJS - Coming Soon
|
- [ ] LangchainJS - Coming Soon
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,15 +63,16 @@ curl -X GET https://api.firecrawl.dev/v0/crawl/status/1234-5678-9101 \
|
||||||
"total": 22,
|
"total": 22,
|
||||||
"data": [
|
"data": [
|
||||||
{
|
{
|
||||||
"content": "Raw Content ",
|
"content": "Raw Content ",
|
||||||
"markdown": "# Markdown Content",
|
"markdown": "# Markdown Content",
|
||||||
"provider": "web-scraper",
|
"provider": "web-scraper",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"title": "Mendable | AI for CX and Sales",
|
"title": "Mendable | AI for CX and Sales",
|
||||||
"description": "AI for CX and Sales",
|
"description": "AI for CX and Sales",
|
||||||
"language": null,
|
"language": null,
|
||||||
"sourceURL": "https://www.mendable.ai/",
|
"sourceURL": "https://www.mendable.ai/",
|
||||||
}
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user