brightdata-cost-tuning

Featured

Optimize Bright Data costs through tier selection, sampling, and usage monitoring. Use when analyzing Bright Data billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "brightdata cost", "brightdata billing", "reduce brightdata costs", "brightdata pricing", "brightdata expensive", "brightdata budget".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bright Data Cost Tuning ## Overview Optimize Bright Data costs through product selection, caching, and usage monitoring. Bright Data charges per request (Web Unlocker, SERP API), per GB (Residential Proxy), or per page (Datasets). Choosing the right product and avoiding redundant requests is the primary cost lever. ## Prerequisites - Access to Bright Data billing dashboard - Understanding of current scraping volumes - Usage monitoring configured (optional) ## Pricing Model | Product | Pricing | Typical Cost | Best For | |---------|---------|-------------|----------| | Residential Proxy | Per GB transferred | $8-15/GB | High-volume, simple pages | | Web Unlocker | Per successful request | $1-3/1000 req | Anti-bot protected sites | | Scraping Browser | Per browser session | $5-10/1000 sessions | JS-heavy SPAs | | SERP API | Per search | $2-5/1000 searches | Search engine results | | Datasets (pre-built) | Per record | $0.001-0.01/record | Bulk data (Amazon, LinkedIn) | | Web Scraper API | Per page | Varies by dataset | Custom async scraping | ## Instructions ### Step 1: Product Selection Cost Matrix ```typescript function estimateMonthlyCost(config: { product: 'residential' | 'web_unlocker' | 'scraping_browser' | 'serp_api'; requestsPerMonth: number; avgPageSizeKB?: number; }) { switch (config.product) { case 'residential': const gbTransferred = (config.requestsPerMonth * (config.avgPageSizeKB || 200)) / 1_000_000; return { cost: gbTransferred...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

brightdata-performance-tuning

Optimize Bright Data API performance with caching, batching, and connection pooling. Use when experiencing slow API responses, implementing caching strategies, or optimizing request throughput for Bright Data integrations. Trigger with phrases like "brightdata performance", "optimize brightdata", "brightdata latency", "brightdata caching", "brightdata slow", "brightdata batch".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-rate-limits

Implement Bright Data rate limiting, backoff, and idempotency patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Bright Data. Trigger with phrases like "brightdata rate limit", "brightdata throttling", "brightdata 429", "brightdata retry", "brightdata backoff".

2,266 Updated today
jeremylongshore
AI & Automation Solid

supabase-cost-tuning

Optimize Supabase costs through plan selection, database tuning, storage cleanup, connection pooling, and Edge Function optimization. Use when analyzing Supabase billing, reducing costs, right-sizing compute, or implementing usage tracking and budget alerts. Trigger with phrases like "supabase cost", "supabase billing", "reduce supabase costs", "supabase pricing", "supabase expensive", "supabase budget".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-cost-tuning

Optimize Adobe API costs across Firefly Services (generative credits), PDF Services (document transactions), and Photoshop/Lightroom APIs. Use when analyzing Adobe billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "adobe cost", "adobe billing", "adobe credits", "reduce adobe costs", "adobe pricing", "adobe budget".

2,266 Updated today
jeremylongshore
AI & Automation Featured

databricks-cost-tuning

Optimize Databricks costs with cluster policies, spot instances, and monitoring. Use when reducing cloud spend, implementing cost controls, or analyzing Databricks usage costs. Trigger with phrases like "databricks cost", "reduce databricks spend", "databricks billing", "databricks cost optimization", "cluster cost".

2,266 Updated today
jeremylongshore