WorthPoint Scraper
Pricing
from $1.50 / 1,000 results
WorthPoint Scraper
Scrape public WorthPoint catalog cards. Use the same listing filters as the site or paste a URL — the URL wins when set.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Marco Rodrigues
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
🏺 WorthPoint Scraper
Want WorthPoint collectible catalog cards in a spreadsheet? This scraper makes it easy.
Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.
WorthPoint is a collectibles price guide. This actor reads public catalog cards only and does not need a login. It returns up to 2000 rows per run.
💡 Perfect for...
- Collectors: Export public titles and sold prices when the catalog shows them.
- Dashboards: Track public catalog cards without paging the site.
- Market research: Slice collectibles by keyword or group.
- Data analysts: Export structured rows with public catalog URLs.
- 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live WorthPoint results.
- 📚 RAG Systems: Feed titles and prices into retrieval pipelines.
- 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.
✨ Why you'll love this scraper
- 🔗 Input URL or Filters: Paste a WorthPoint catalog or search URL, or pick the same filters as the public browse list.
input_urlalways wins when set. - 🎯 Website-Matched Filters: Keyword and collectibles group.
- 🌐 Listing cards: Title, price when shown, category, and catalog URL.
📦 What's inside the data?
id, url, title, price, currency, category, image, date
🚀 Quick start
Option A: paste https://www.worthpoint.com/worthopedia.
Option B: type a keyword or pick a group and set max_results.
Input Example (filters):
{"query": "sterling silver","category": "jewelry","max_results": 100}
Input Example (URL):
{"input_url": "https://www.worthpoint.com/worthopedia","max_results": 100}
Output Example:
{"id": "48129371","url": "https://www.worthpoint.com/worthopedia/sterling-silver-brooch-48129371","title": "Sterling silver brooch","price": 45.0,"currency": "USD","category": "Jewelry","image": null,"date": "2024-11-02T00:00:00Z"}
Output fields:
| Field | Description |
|---|---|
id | Catalog item id. |
url | Public catalog page. |
title | Item title. |
price | Price when the public card shows one. |
currency | Always USD. |
category | Collectibles group when selected. |
image | Catalog photo when shown. |
date | Sale or listed date as a full date and time when shown. |
📋 Input reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | WorthPoint catalog or search URL. Overrides every filter. |
query | string | No | — | Same as the site search box. |
category | dropdown | No | all | Collectibles group from the public browse list. |
max_results | integer | No | 50 | Maximum rows (1–2000). |