How to Find a Specific Pressing for Sale with OpenClaw
Use OpenClaw and ToolRouter to find specific vinyl pressings for sale and compare across marketplaces.
ToolRecord CollectorSearch across marketplaces to find a specific pressing or edition currently listed for sale and compare prices. Use `market_search`, `marketplace_listings`, and `price_guide` to cover the ground. OpenClaw is the right choice when you are sourcing multiple pressings at once or want a repeatable search workflow you can run periodically to catch new listings.
Connect ToolRouter to OpenClaw
1Install the CLI
npm install -g toolrouter-mcp2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsSteps
Once connected (see setup above), use the Record Collector tool:
- Prepare your want list with the exact pressing details for each target: artist, title, label, catalog number, country, year, and price ceiling.
- Run `market_search`, `marketplace_listings`, and `price_guide` through `record-collector` for each want list item, keeping the output schema stable.
- Review the batch results, flag new listings or price drops since the last run, and prioritize purchases.
- Rerun the search periodically to catch new listings as they appear across marketplaces.
Example Prompt
Try this with OpenClaw using the Record Collector tool
Use record-collector to search for three pressings from my want list. For each, run market_search, marketplace_listings, and price_guide. Keep the output schema identical so I can compare all listings in one table and track changes over time.
Tips
- Lock the output schema before the first batch so you can diff results across runs and spot new listings instantly.
- Schedule periodic reruns to catch fresh listings before other collectors do.