fix(docs): add Spider as a webpage loader (#32453)

[Spider](https://spider.cloud/) is a webpage loader and should be listed
under the
["Webpages"](https://python.langchain.com/docs/integrations/document_loaders/#webpages)
table on the Document loaders page.

Twitter: https://x.com/WilliamEspegren

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
William Espegren 2025-08-11 23:23:03 +02:00 committed by GitHub
parent 1e38fd2ce3
commit d2ac3b375c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -822,10 +822,17 @@ const FEATURE_TABLES = {
api: "Package",
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.sitemap.SitemapLoader.html"
},
{
name: "Spider",
link: "spider",
source: "Crawler and scraper that returns LLM-ready data.",
api: "API",
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.spider.SpiderLoader.html"
},
{
name: "Firecrawl",
link: "firecrawl",
source: "API service that can be deployed locally, hosted version has free credits.",
source: "API service that can be deployed locally.",
api: "API",
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.firecrawl.FireCrawlLoader.html"
},