diff --git a/README.es.md b/README.es.md index eb03ba74b..9def34420 100644 --- a/README.es.md +++ b/README.es.md @@ -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" }' diff --git a/README.hi.md b/README.hi.md index 5ef8ae8e0..39efe2862 100644 --- a/README.hi.md +++ b/README.hi.md @@ -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" }' diff --git a/README.md b/README.md index 4d47fb973..70562d159 100644 --- a/README.md +++ b/README.md @@ -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" }' diff --git a/README.pt-BR.md b/README.pt-BR.md index 7cd595506..0b4592ba3 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -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" }' diff --git a/README.zh-CN.md b/README.zh-CN.md index 3947d11e6..fe9c87a96 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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" }' diff --git a/surfsense_web/lib/connectors-marketing/reddit.tsx b/surfsense_web/lib/connectors-marketing/reddit.tsx index b79462623..320fdddc4 100644 --- a/surfsense_web/lib/connectors-marketing/reddit.tsx +++ b/surfsense_web/lib/connectors-marketing/reddit.tsx @@ -29,23 +29,23 @@ export const reddit: ConnectorPageContent = { "The SurfSense Reddit API extracts posts, comments, subreddits, and user data without the official Reddit API's rate limits or per-call pricing. Give your AI agents a live feed of what Reddit actually says about any brand, product, or topic, so you hear it first.", transcript: { - prompt: "See what r/webscraping is saying about our competitor this week", + prompt: "See what r/SaaS is saying about our competitor this week", toolCall: - 'reddit.scrape({ search_queries: ["competitor"], community: "webscraping",\n sort: "top", time_filter: "week", max_comments: 50 })', + 'reddit.scrape({ search_queries: ["competitor"], community: "SaaS",\n sort: "top", time_filter: "week", max_comments: 50 })', rows: [ { primary: "Switched off Competitor after the API price hike", - secondary: "r/webscraping · 312 upvotes · 0.94 ratio", + secondary: "r/SaaS · 312 upvotes · 0.94 ratio", tag: "pricing pain", }, { primary: "Anyone got a Competitor alternative that does comments?", - secondary: "r/webscraping · 148 upvotes · 61 comments", + secondary: "r/SaaS · 148 upvotes · 61 comments", tag: "buying intent", }, { primary: "Competitor keeps rate-limiting my agent, help", - secondary: "r/webscraping · 89 upvotes · 44 comments", + secondary: "r/SaaS · 89 upvotes · 44 comments", tag: "churn signal", }, ], @@ -146,7 +146,7 @@ export const reddit: ConnectorPageContent = { mcpTool: "reddit.scrape", requestBody: { search_queries: ["your brand"], - community: "webscraping", + community: "SaaS", sort: "top", time_filter: "week", max_comments: 50,