Weekly Content Gap Run

Status

Blocked on SEMrush access, no candidate list generated on 2026-04-23.

Inputs Checked

Blocking Evidence

Additional Notes

Commands Run

stat -f 'mtime_epoch=%m mtime=%Sm' -t '%Y-%m-%d %H:%M:%S %Z' state/competitor-content.json
set -a; source /Users/samaguiar/Documents/Projects/.credentials/vault.env; set +a
./.venv/bin/python - <<'PY'
import os, requests
key = os.getenv('SEMRUSH_API_KEY')
params = {
    'type': 'domain_organic',
    'domain': 'kaufmanandstigger.com',
    'database': 'us',
    'display_limit': '1',
    'export_columns': 'Ph,Po,Nq,Cp,Ur',
}
resp = requests.get('<https://api.semrush.com/>', params={**params, 'key': key}, timeout=60)
print(resp.status_code)
print(resp.text[:500])
PY

Next Step