Better Fetch
SnapchatAvailable now

Snapchat Spotlight comments

Spotlight comments from public Snapchat surfaces, returned as structured data for agents, research, and monitoring workflows.

Runnable Better Fetch operation

This capability runs through snapchat_scraper and returns normalized JSON through the tool workspace, REST runner, or MCP.

REST

curl -sS -X POST "https://betterfetch.co/api/tools/snapchat_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input": {"mode":"spotlight_comments","spotlight_url":"https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYeG9xcGd0ZWd3AZ14BVv0AZ14BQkrAAAAAQ","max_comments":20}}'

MCP

1. Call search_tools for "Snapchat Spotlight comments"
2. Call run_tool with:
   name: "snapchat_scraper"
   input: {
  "mode": "spotlight_comments",
  "spotlight_url": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYeG9xcGd0ZWd3AZ14BVv0AZ14BQkrAAAAAQ",
  "max_comments": 20
}