[PR #2213] [MERGED] docs: Update Apify integration #2231

Closed
opened 2026-02-17 17:23:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2213
Author: @jirispilka
Created: 1/13/2026
Status: Merged
Merged: 1/14/2026
Merged by: @mdrxy

Base: mainHead: feat/update-apify-tools


📝 Commits (8)

  • 8a2ee51 feat: Update apify integration (python)
  • d51a450 feat: Add Apify into index.mdx
  • b525c85 feat: change APIFY_API_TOKEN to APIFY_TOKEN
  • bf082c7 feat: update javascript and python description of Apify dataset
  • d30f4f8 fix: lint_md
  • 1111603 fix: review and update
  • 364ab28 feat: update Apify tools count to 10,000+ across documentation
  • ac47b00 fix: handle review comments

📊 Changes

6 files changed (+322 additions, -46 deletions)

View changed files

📝 src/oss/javascript/integrations/document_loaders/web_loaders/apify_dataset.mdx (+144 -31)
📝 src/oss/python/integrations/document_loaders/apify_dataset.mdx (+37 -4)
📝 src/oss/python/integrations/document_loaders/index.mdx (+1 -0)
📝 src/oss/python/integrations/providers/apify.mdx (+41 -5)
📝 src/oss/python/integrations/tools/apify_actors.mdx (+97 -5)
📝 src/oss/python/integrations/tools/index.mdx (+2 -1)

📄 Description

Overview

Improve Apify documentation across Python and JavaScript integrations by adding details, pricing info and more examples.

Type of change

Type: Update existing documentation

Checklist

  • [x ] I have read the contributing guidelines
  • [x ] I have tested my changes locally using docs dev
  • [x ] All code examples have been tested and work correctly
  • [x ] I have used root relative paths for internal links
  • [N/A ] I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2213 **Author:** [@jirispilka](https://github.com/jirispilka) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/14/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `feat/update-apify-tools` --- ### 📝 Commits (8) - [`8a2ee51`](https://github.com/langchain-ai/docs/commit/8a2ee515e01ea07b7fb5dbb8470118e09f726b72) feat: Update apify integration (python) - [`d51a450`](https://github.com/langchain-ai/docs/commit/d51a4503d6998f41a82dee79c9e8d6a2175dd181) feat: Add Apify into index.mdx - [`b525c85`](https://github.com/langchain-ai/docs/commit/b525c85a67bb94b4f1633d2f2a64b58a8ccbc69d) feat: change APIFY_API_TOKEN to APIFY_TOKEN - [`bf082c7`](https://github.com/langchain-ai/docs/commit/bf082c7e681847e4cb322f10358d46d7e84fddf0) feat: update javascript and python description of Apify dataset - [`d30f4f8`](https://github.com/langchain-ai/docs/commit/d30f4f8c0ded7f9bf6da68695d5095529dc7c385) fix: lint_md - [`1111603`](https://github.com/langchain-ai/docs/commit/1111603d752f818b166d2d5f64c631b18abe14bd) fix: review and update - [`364ab28`](https://github.com/langchain-ai/docs/commit/364ab2857d354eba2d6486e992695651d8f87db5) feat: update Apify tools count to 10,000+ across documentation - [`ac47b00`](https://github.com/langchain-ai/docs/commit/ac47b00519554252a4d91907c7c4885bab52cfde) fix: handle review comments ### 📊 Changes **6 files changed** (+322 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/document_loaders/web_loaders/apify_dataset.mdx` (+144 -31) 📝 `src/oss/python/integrations/document_loaders/apify_dataset.mdx` (+37 -4) 📝 `src/oss/python/integrations/document_loaders/index.mdx` (+1 -0) 📝 `src/oss/python/integrations/providers/apify.mdx` (+41 -5) 📝 `src/oss/python/integrations/tools/apify_actors.mdx` (+97 -5) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -1) </details> ### 📄 Description ## Overview Improve Apify documentation across Python and JavaScript integrations by adding details, pricing info and more examples. ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x ] I have read the [contributing guidelines](README.md) - [x ] I have tested my changes locally using `docs dev` - [x ] All code examples have been tested and work correctly - [x ] I have used **root relative** paths for internal links - [N/A ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:12 -05:00
yindo closed this issue 2026-02-17 17:23:12 -05:00
yindo changed title from [PR #2213] docs: Update Apify integration to [PR #2213] [MERGED] docs: Update Apify integration 2026-06-05 18:17:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2231