Skip to content

docs: Add Scrapling guide#938

Open
vdusek wants to merge 5 commits into
masterfrom
docs/scrapling-guide
Open

docs: Add Scrapling guide#938
vdusek wants to merge 5 commits into
masterfrom
docs/scrapling-guide

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Jun 5, 2026

Adds a guide for the Scrapling adaptive web scraping library in Apify Actors, following the structure of the existing scraping-library guides.

  • docs/03_guides/07_scrapling.mdx — the guide: introduction & features, choosing a fetcher (HTTP vs. browser-based), a runnable example Actor, Apify Proxy integration, and running browser fetchers (DynamicFetcher/StealthyFetcher) with the required scrapling install step in the Dockerfile.
  • code/07_scrapling.py — runnable single-file example: a recursive title scraper using Scrapling's async HTTP AsyncFetcher through Apify Proxy. code/07_scrapling_browser.py shows the browser-based variant.
  • Quick-start guides list updated.

Verified locally (apify run) and on the Apify platform (build + run SUCCEEDED, correct dataset output via Apify Proxy), including the browser path. Lint + type-check pass.

@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Jun 5, 2026
@vdusek vdusek self-assigned this Jun 5, 2026
@github-actions github-actions Bot added this to the 142nd sprint - Tooling team milestone Jun 5, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.94%. Comparing base (24a6edb) to head (404bdfb).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #938   +/-   ##
=======================================
  Coverage   86.94%   86.94%           
=======================================
  Files          48       48           
  Lines        2942     2942           
=======================================
  Hits         2558     2558           
  Misses        384      384           
Flag Coverage Δ
e2e 37.76% <ø> (+0.20%) ⬆️
integration 59.10% <ø> (+0.20%) ⬆️
unit 75.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek marked this pull request as ready for review June 5, 2026 09:54
@vdusek vdusek requested a review from szaganek as a code owner June 5, 2026 09:54
@vdusek vdusek requested a review from Mantisus June 5, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants