Better Fetch
PillarAvailable now

Pillar Pillar page

Pillar page from public Pillar surfaces, returned as structured data for agents, research, and monitoring workflows.

Runnable Better Fetch operation

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

REST

curl -sS -X POST "https://betterfetch.co/api/tools/creator_page_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input": {"platform":"pillar","url":"pillar.io/angelstrife","max_results":25}}'

MCP

1. Call search_tools for "Pillar Pillar page"
2. Call run_tool with:
   name: "creator_page_scraper"
   input: {
  "platform": "pillar",
  "url": "pillar.io/angelstrife",
  "max_results": 25
}