Better Fetch
Video and streaming3 runnable operations

Snapchat reference

Public profiles, Spotlight posts, and Spotlight comments from Snapchat.

Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.

User profile

Available

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

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":"profile","username":"nasa"}}'

Tool: snapchat_scraper

Spotlight post

Available

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

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","spotlight_url":"https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYeG9xcGd0ZWd3AZ14BVv0AZ14BQkrAAAAAQ"}}'

Tool: snapchat_scraper

Spotlight comments

Available

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

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}}'

Tool: snapchat_scraper