Cash Converters Spain Scraper
Pricing
from $200.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 hours ago
Last modified
Categories
Share
cash-converters-spain-scraper
Apify actor
autoclient/cash-converters-spain-scraper(idO9AcccmxDkRyiOyDL). Deploy mode GIT_REPO (#main) — every push to this private repo auto-triggers an Apify build taggedlatestvia a GitHubpushwebhook. 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
| field | type | req | default | enum | description |
|---|---|---|---|---|---|
search_query | string | ✅ | iphone | Product search query (e.g., 'iphone', 'ps5') | |
max_items | integer | 10 | Maximum number of products to scrape | ||
condition | string | all | all, perfecto, bueno, usado, a_estrenar | Filter by product condition | |
min_price | number | Minimum price filter (EUR) | |||
max_price | number | Maximum 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 condition | IWAKY grade |
|---|---|
a_estrenar | NUEVO |
perfecto | A |
bueno | AB |
usado | B |
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, ApifysourceType=GIT_REPO. - Push to
main→ GitHub webhook →POST /v2/acts/O9AcccmxDkRyiOyDL/builds?...&tag=latest&useCache=true→ Apify rebuilds, tagslatest. The IWAKY app runslatest. - A queued webhook is not deploy proof — confirm the build
SUCCEEDEDand the actor still returns rows before relying.