refactor: update community references in README files and connector to reflect transition from 'webscraping' to 'SaaS'

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-07-16 20:27:23 -07:00
parent 7af4bc0b49
commit 065020c814
6 changed files with 11 additions and 11 deletions

View file

@ -79,7 +79,7 @@ curl -X POST "$SURFSENSE_API_URL/workspaces/$WORKSPACE_ID/scrapers/reddit/scrape
-H "Content-Type: application/json" \
-d '{
"search_queries": ["your brand"],
"community": "webscraping",
"community": "SaaS",
"sort": "top",
"time_filter": "week"
}'