RepoPilot

D4Vinci/Scrapling

πŸ•·οΈ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

Mixed

Single-maintainer risk β€” review before adopting

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found β€” inspect the evidence before forking.

HealthyLearn from

Documented and popular β€” useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; 8 cyclic import chains β€” pervasive coupling

  • ⚠Single-maintainer risk β€” top contributor 88% of recent commits
  • ⚠Scorecard: default branch unprotected (0/10)
  • βœ“Last commit 3d ago
  • βœ“7 active contributors
  • βœ“BSD-3-Clause licensed
  • βœ“CI configured
  • βœ“Tests present

What would improve this?

  • β€’Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to β‰₯3/10 (see scorecard report)

Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: D4Vinci/Scrapling

Generated by RepoPilot Β· document generated 2026-09-16 Β· concise human review Evidence snapshot Β· analyzed 2026-09-16T14:38:30.942Z Β· commit 28c329671485

Verdict

Mixed β€” Single-maintainer risk β€” review before adopting

  • Last commit 3d ago
  • 7 active contributors
  • BSD-3-Clause licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Scrapling is a Python web scraping framework that adapts to different page structures and retrieval methods (static HTML, dynamic JavaScript-rendered, stealth-mode). It handles everything from single-page requests to large-scale crawls with built-in support for proxy rotation, session management, and multiple fetching strategies. The core differentiator is its adaptive parsing engine that can intelligently extract data without requiring explicit selectors for every page type. Monolithic Python package: core scraping logic lives in the main package directory, documentation is generated via mkdocstrings (under references/), agent-skill/ contains MCP server implementation and Claw skill.…

Start here

Read these in order:

  • scrapling/core/_types.py β€” Foundation: doesn't import anything internally and is imported by 56 other files. Read first to learn the vocabulary.
  • scrapling/engines/constants.py β€” Foundation: imported by 3, no internal dependencies of its own.
  • scrapling/engines/toolbelt/proxy_rotation.py β€” Built on the foundation; imported by 6 downstream files.
  • scrapling/engines/toolbelt/fingerprints.py β€” Built on the foundation; imported by 3 downstream files.
  • scrapling/core/utils/__init__.py β€” Layer 2 β€” composes lower-level code into reusable abstractions (imported 22Γ—).

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repository: git clone https://github.com/D4Vinci/Scrapling.git && cd Scrapling. Install dependencies using pip (evidence: MANIFEST.in and PyPI badge indicate pip-distributed package): pip install -e . (dev…

Daily commands:

Primary use is library import (not a standalone binary): from scrapling import Scraper or equivalent. For MCP server: navigate to agent-skill/ and follow SKILL.md (server exposure details not in snippet). Docker: `doc…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk β€” top contributor 88% of recent commits
  • Scorecard: default branch unprotected (0/10)
    1. MCP server requires agent-skill/ subdirectory setup separate from main package; build/deployment may fail if this is not initialized. 2) Proxy integration references 18+ proxy service providers (images/ directory);…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo β€” get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Safe to depend on" badge

Paste into your README β€” live-updates from the latest cached analysis.

Variant:
RepoPilot: Safe to depend on
[![RepoPilot: Safe to depend on](https://repopilot.app/api/badge/d4vinci/scrapling?axis=dependency)](https://repopilot.app/r/d4vinci/scrapling)

Paste at the top of your README.md β€” renders inline like a shields.io badge.

β–ΈPreview social card

This card auto-renders when someone shares https://repopilot.app/r/d4vinci/scrapling on X, Slack, or LinkedIn.

Ask AI about d4vinci/scrapling

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere β€” the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/d4vinci/scrapling"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>