WorthPoint Scraper avatar

WorthPoint Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
WorthPoint Scraper

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

Marco Rodrigues

Maintained by Community

Actor 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_url always 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:

FieldDescription
idCatalog item id.
urlPublic catalog page.
titleItem title.
pricePrice when the public card shows one.
currencyAlways USD.
categoryCollectibles group when selected.
imageCatalog photo when shown.
dateSale or listed date as a full date and time when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—WorthPoint catalog or search URL. Overrides every filter.
querystringNo—Same as the site search box.
categorydropdownNoallCollectibles group from the public browse list.
max_resultsintegerNo50Maximum rows (1–2000).