# Estate and Garage Sale Fetcher and Route Planner

> Searches online for estate sales and garage sales happening today within 30 miles of the user's location, selects the 5 best sales based on listed items and value, plans the optimal driving route from the user's home through all 5 sales and back, generates a visual map with labeled markers and route path, and sends the route details and map link to the user. Ideal for weekend bargain hunters who want to maximize their time hitting the best sales in the area.

Content type: workflow
Source URL: https://www.agentpmt.com/agent-workflow-skills/estate-and-garage-sale-route-planner
Markdown URL: https://www.agentpmt.com/api/agent/workflows/estate-and-garage-sale-route-planner?format=agent-md
Updated: 2026-03-24T16:35:39.222Z
Author: firef1ie

---

Estimated time saved: 45 minutes.

## Tools

- Live Web Page Browser
- Multi-Location Route Optimizer W Map

## Workflow Outline

1. Request Address: If the user hasn't given you their address to use in the searches and mapping, request it from them.
2. Search Estate Sale Listings: Browse estatesales.net to find estate sales and garage sales happening today within 30 miles of the user's location. The user should have provided their location (city, zip code,...
3. Select Top 10 Sales: Goal: Analyze all estate and garage sale listings found and select the 5 most worthwhile sales to visit Inputs: Raw listing data from the web browser search including sale names, addresses, descriptions, item categories...
4. Optimize Route and Generate Map: Use the 5 selected sale addresses from the previous step as the locations array. Each location should use the full street address and the sale name as the name/label. Set the user...
5. Send Route and Map to User: Send a other request to a human. Here is your Estate and Garage Sale Route for today. The message includes: the full itinerary with all 5 sale stops in optimal driving orde...

## Frequently Asked Questions

### How do I connect this workflow to my local agent like OpenClaw or Claude Code?

You can install the local MCP server by opening a terminal and running:

```
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

This will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.

Alternatively you can connect to the hosted version with this config block, no installation required:

```
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}
```

[View MCP Connection Instructions](/docs/mcp-reference/connection) for more details.

### How do I trigger this workflow?

You can use it here in the browser by clicking the 'Try It' button.

If you 'star' the workflow it will save to your dashboard for quick access.

To use the workflow in an external agent, make sure you have followed the steps to connect it to the MCP server and then copy / paste this prompt, or just tell it to use the AgentPMT MCP server and use this workflow.

> Call the AgentPMT-Workflow-Skills tool with action 'get\_workflow\_skill' and skill\_id 698be125a10022f46f6258a4 ("Estate and Garage Sale Fetcher and Route Planner").