Cash Converters Spain Scraper avatar

Cash Converters Spain Scraper

Pricing

from $200.00 / 1,000 results

Go to Apify Store
Cash Converters Spain Scraper

Cash Converters Spain Scraper

Scrape Cash Converters Spain product listings with titles, prices, condition, stock, URLs, and images for second-hand marketplace price intelligence.

Pricing

from $200.00 / 1,000 results

Rating

0.0

(0)

Developer

Autoclient AI

Autoclient AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Share

cash-converters-spain-scraper

Apify actor autoclient/cash-converters-spain-scraper (id O9AcccmxDkRyiOyDL). Deploy mode GIT_REPO (#main) — every push to this private repo auto-triggers an Apify build tagged latest via a GitHub push webhook. Schemas drift; the input/output below were captured live on 2026-05-29 — re-verify before relying.

What this is

SUB price source for spain-multiplatform-price-scraper. Scrapes cashconverters.es by search query. Returns near-variants (e.g. 16e, pro, plus) before the exact base model — exact model/storage filtering must happen downstream, this actor is a fetcher only.

Input schema

fieldtypereqdefaultenumdescription
search_querystringiphoneProduct search query (e.g., 'iphone', 'ps5')
max_itemsinteger10Maximum number of products to scrape
conditionstringallall, perfecto, bueno, usado, a_estrenarFilter by product condition
min_pricenumberMinimum price filter (EUR)
max_pricenumberMaximum price filter (EUR)

Real input sample (2026-05-29)

{
"search_query": "iPhone 16 128GB",
"max_items": 3,
"condition": "all"
}

Raw output (first dataset item, 2026-05-29)

{
"title": "apple iphone 16e 128gb",
"price": "380,95 €",
"condition": "Bueno",
"stock": "In Stock",
"url": "https://www.cashconverters.es/es/es/comprar/telefonos/moviles/apple/iphone-16e-128gb/?firstProduct=CC082_E456185_0",
"search_query": "iPhone 16 128GB"
}

Grade mapping (Cash Converters Spain Scraper → IWAKY)

Source conditionIWAKY grade
a_estrenarNUEVO
perfectoA
buenoAB
usadoB

One unfiltered condition:all call returns every condition; grade is parsed from the per-row condition token. Per-grade child calls use the condition enum value above.

Role in the pipeline

Called by spain-multiplatform-price-scraper (the orchestrator) by actor id O9AcccmxDkRyiOyDL. This actor is a fetcher, not a final matcher — exact model/storage/grade validation and rejection-with-reason happen in the orchestrator's deterministic filter. A green SUCCEEDED only means the container exited; business-correct output requires row-level model/storage/grade checks downstream.

Deploy

  • Source: this repo, branch main, Apify sourceType=GIT_REPO.
  • Push to main → GitHub webhook → POST /v2/acts/O9AcccmxDkRyiOyDL/builds?...&tag=latest&useCache=true → Apify rebuilds, tags latest. The IWAKY app runs latest.
  • A queued webhook is not deploy proof — confirm the build SUCCEEDED and the actor still returns rows before relying.