17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
# Serper.dev API Key – https://serper.dev → API keys
|
||
SERPER_API_KEY=
|
||
|
||
# Eigene Domain (ohne www, ohne Protokoll)
|
||
TARGET_DOMAIN=qrmaster.net
|
||
|
||
# Standardland für Keywords ohne "| xx" Suffix
|
||
DEFAULT_COUNTRY=us
|
||
|
||
# Wie tief geprüft wird. 100 = Top 100 (~10 Credits/Keyword),
|
||
# 20 = Top 20 (~2 Credits/Keyword). Zum Credits-Sparen niedriger setzen.
|
||
RESULTS_PER_QUERY=100
|
||
|
||
# Parallele Requests und Pause dazwischen
|
||
CONCURRENCY=4
|
||
DELAY_MS=250
|