Scrap Web
  • Get Started
    • Introduction
    • Quickstart
  • Customize
    • Agent Settings
    • Browser Settings
    • Custom Functions
    • LangChain Chat Models
    • System prompt
  • Development
    • Local Setup
    • Telemetry
    • Roadmap
    • Tokenomics
Powered by GitBook
On this page
  1. Development

Telemetry

Understanding Scrap Web’s telemetry and privacy settings

PreviousLocal SetupNextRoadmap

Last updated 4 months ago

Overview

Scrap Web collects anonymous usage data to help us understand how the library is being used and to improve the user experience. It also helps us fix bugs faster and prioritize feature development.

Data Collection

We use for telemetry collection. The data is completely anonymized and contains no personally identifiable information.

We never collect personal information, credentials, or specific content from your browser automation tasks.

Opting Out

You can disable telemetry by setting an environment variable:

.envCopy

ANONYMIZED_TELEMETRY=false

Or in your Python code:

Copy

import os
os.environ["ANONYMIZED_TELEMETRY"] = "false"

Even when enabled, telemetry has zero impact on the library’s performance or functionality. Code is available in .

​
PostHog
​
Telemetry Service