langchain/docs
Anderson 166c027434
docs: add scrapeless integration documentation (#32081)
Thank you for contributing to LangChain! 
- [x] **PR title**: "package: description"
- Where "package" is whichever of langchain, core, etc. is being
modified. Use "docs: ..." for purely docs changes, "infra: ..." for CI
changes.
  - Example: "core: add foobar LLM"

- **Description:** Integrated the Scrapeless package to enable Langchain
users to seamlessly incorporate Scrapeless into their agents.
- **Dependencies:** None
- **Twitter handle:** [Scrapelessteam](https://x.com/Scrapelessteam)

- [x] **Add tests and docs**: If you're adding a new integration, you
must include:
1. A test for the integration, preferably unit tests that do not rely on
network access,
2. An example notebook showing its use. It lives in
`docs/docs/integrations` directory.

- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See [contribution
guidelines](https://python.langchain.com/docs/contributing/) for more.

Additional guidelines:

- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to `pyproject.toml` files (even
optional ones) unless they are **required** for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-08-11 22:16:15 +00:00
..
api_reference docs: put standard-tests before other packages (#32424) 2025-08-11 20:05:24 +00:00
cassettes fix(infra): update some notebook cassettes (#32087) 2025-07-17 13:57:29 -04:00
data
docs docs: add scrapeless integration documentation (#32081) 2025-08-11 22:16:15 +00:00
scripts docs: add integration guide for MCP Toolbox (#32344) 2025-08-11 21:03:38 +00:00
src fix(docs): add Spider as a webpage loader (#32453) 2025-08-11 21:23:03 +00:00
static
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js feat(docs): add Slack community link to footer (#32053) 2025-07-17 10:12:09 -04:00
ignore-step.sh
Makefile feat(docs): improve devx, fix Makefile targets (#32237) 2025-07-25 14:49:03 -04:00
package.json chore(docs): add gtm tag to docs (#32048) 2025-07-15 15:58:11 -04:00
README.md
sidebars.js feat(docs): improve devx, fix Makefile targets (#32237) 2025-07-25 14:49:03 -04:00
vercel_overrides.txt fix(docs): update protobuf version constraint to <5.0 in vercel_overrides.txt (#32247) 2025-07-25 15:08:44 -04:00
vercel_requirements.txt
vercel.json docs: remove integration page with DSPy (#31278) 2025-05-19 10:10:20 -04:00
yarn.lock chore(docs): add gtm tag to docs (#32048) 2025-07-15 15:58:11 -04:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide