From 46a10f22a981363965dec14d1dd3912faa7c9aa0 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 15 Jul 2026 09:59:45 +0530 Subject: [PATCH] chore(env): update environment variable documentation to include Amazon scraping rates --- docker/.env.example | 3 ++- surfsense_backend/.env.example | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index 2aa0806a8..cd9789fae 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -441,7 +441,7 @@ SURFSENSE_ENABLE_DOOM_LOOP=true # WEB_CRAWL_CAPTCHA_MICROS_PER_SOLVE=3000 # Debit the credit wallet per *item returned* by the platform-native scrapers -# (Reddit, Google Search, Google Maps, YouTube). Default FALSE keeps scraping +# (Reddit, Google Search, Google Maps, Amazon, YouTube). Default FALSE keeps scraping # effectively free for self-hosted installs. Each rate is micro-USD per item, # config-driven: = round(USD_per_1000_items * 1_000). Defaults sit # at/above Apify's first-party actor rates (we charge no subscription tiers, @@ -452,6 +452,7 @@ SURFSENSE_ENABLE_DOOM_LOOP=true # GOOGLE_SEARCH_MICROS_PER_SERP=5500 # GOOGLE_MAPS_MICROS_PER_PLACE=3500 # GOOGLE_MAPS_MICROS_PER_REVIEW=1500 +# AMAZON_MICROS_PER_PRODUCT=3500 # YOUTUBE_MICROS_PER_VIDEO=2500 # YOUTUBE_MICROS_PER_COMMENT=1500 # TIKTOK_MICROS_PER_VIDEO=3500 diff --git a/surfsense_backend/.env.example b/surfsense_backend/.env.example index 3d2355460..58e579e05 100644 --- a/surfsense_backend/.env.example +++ b/surfsense_backend/.env.example @@ -277,8 +277,8 @@ MICROS_PER_PAGE=1000 # WEB_CRAWL_CAPTCHA_MICROS_PER_SOLVE=3000 # Debit the credit wallet per *item returned* by the platform-native scrapers -# (Reddit, Google Search, Google Maps, YouTube). Default FALSE keeps scraping -# effectively free for self-hosted/OSS installs; hosted deployments set TRUE. +# (Reddit, Google Search, Google Maps, Amazon, YouTube). Default FALSE keeps +# scraping effectively free for self-hosted/OSS installs; hosted set TRUE. # Each rate is micro-USD per item, fully config-driven (no hardcoded rate): # = round(USD_per_1000_items * 1_000) # 3500 == $3.50/1000 | 5000 == $5/1000 | 2000 == $2/1000 @@ -290,6 +290,7 @@ MICROS_PER_PAGE=1000 # GOOGLE_SEARCH_MICROS_PER_SERP=5500 # GOOGLE_MAPS_MICROS_PER_PLACE=3500 # GOOGLE_MAPS_MICROS_PER_REVIEW=1500 +# AMAZON_MICROS_PER_PRODUCT=3500 # YOUTUBE_MICROS_PER_VIDEO=2500 # YOUTUBE_MICROS_PER_COMMENT=1500 # INSTAGRAM_SCRAPE_MICROS_PER_ITEM=3500