Ansorena Auction Scraper avatar

Ansorena Auction Scraper

Pricing

from $0.80 / 1,000 results

Go to Apify Store
Ansorena Auction Scraper

Ansorena Auction Scraper

Extrae lotes de subastas de Ansorena.com: artista, título, precio de salida, imágenes y estado (activo/vendido). Soporta subastas históricas, lotes activos por categoría y lote individual.

Pricing

from $0.80 / 1,000 results

Rating

0.0

(0)

Developer

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Extract structured auction lots from Ansorena.com — Spain's leading fine art and jewellery auction house — via its public SSR API. No browser, no authentication needed.


What is Ansorena Auction Scraper?

Ansorena is one of the oldest and most prestigious auction houses in Spain, specialising in fine art, jewellery, decorative arts, sculpture, furniture, and silver. Every season it publishes hundreds of lots across multiple sessions — each with starting price, artist biography, dimensions, and high-resolution images.

Ansorena Auction Scraper gives you programmatic access to that catalogue. Whether you need to track hammer prices across historical auctions, monitor currently available lots for price intelligence, or build a reference dataset of Spanish fine art, Ansorena Auction Scraper handles pagination, session discovery, and optional detail enrichment automatically.


What data does Ansorena Auction Scraper extract?

Every lot includes a set of common fields regardless of mode, plus enriched fields available when the detail page is scraped.

Common fields (all modes)

FieldDescriptionFormat
lotIdComposite identifier "{auctionId}-{lotNumber}"text
auctionIdNumeric auction IDnumber
lotNumberLot number within the auctionnumber
auctionSlugURL slug of the auction (e.g. "julio-2026_457-001")text
sessionSession number within the auctionnumber
categoryCategory name: Joyas, Pintura, Escultura…text
artistArtist or author nametext
birthArtist biography (city, country, dates)text
titleArtwork titletext
dimensionsDimensions as shown in the listingtext
startingPriceStarting bid price in EURnumber
currencyAlways EURtext
statusSOLD, UNSOLD, or ACTIVEtext
lotUrlDirect URL to the lot on Ansorena.comlink
imageThumb260Thumbnail image at 260 pximage
scrapedAtExtraction timestamp (ISO 8601)datetime

Enriched fields (with scrapeDetailPage: true)

FieldDescription
techniqueMedium / technique (etching, oil, watercolour…)
imageThumb500Thumbnail at 500 px from the detail page
fullResImagesFull-resolution image URLs (~1.8 MB each)
estimatedPriceLowLow estimate (requires authenticated session)
estimatedPriceHighHigh estimate (requires authenticated session)
_detailArtistArtist name cross-checked from the detail page
_detailTitleTitle cross-checked from the detail page

Example output

{
"lotId": "457-12",
"auctionId": 457,
"lotNumber": 12,
"auctionSlug": "julio-2026_457-001",
"session": 1,
"category": "Pintura",
"categoryId": "6",
"artist": "Pablo Picasso",
"birth": "Malaga, 1881 - Mougins, 1973",
"title": "Composicion",
"dimensions": "81 x 65 cm",
"technique": "Oleo sobre lienzo",
"startingPrice": 4500,
"currency": "EUR",
"status": "SOLD",
"lotUrl": "https://www.ansorena.com/es/subasta-lote/composicion-12/457-12",
"imageThumb260": "https://www.ansorena.com/img/thumbs/260/...",
"imageThumb500": "https://www.ansorena.com/img/thumbs/500/...",
"fullResImages": ["https://www.ansorena.com/img/load/real/..."],
"scrapedAt": "2026-08-18T12:00:00.000Z"
}

How to use Ansorena Auction Scraper

  1. Open the actor and click Try for free (no credit card required for a test run).
  2. Choose a scraping mode:
    • Paste one or more Ansorena URLs into Start URLs — the actor auto-detects the type (full auction, available lots, full history, or single lot).
    • Enable Active lots by category to scrape only currently available (unsold) lots, optionally filtered by category.
    • Leave everything empty to auto-discover and scrape the full historical auction archive.
  3. Select categories (optional) — Joyas, Artes decorativas, Pintura, Escultura, Mobiliario, Obras en papel, or Plata.
  4. Set Max lots — start with 24 for a quick test. Set 0 for no limit.
  5. Enable detail page scraping if you need technique, full-resolution images, or the 500 px thumbnail. This adds one extra request per lot.
  6. Click Start. Results appear in the Output tab in real time.
  7. Export as JSON, CSV, or Excel — or connect via the Apify API.

URL types supported

URL typeExample
Full auctionhttps://www.ansorena.com/es/subasta/julio-2026_457-001
Available lotshttps://www.ansorena.com/es/lotes-disponibles?noAward=1
Full historical archivehttps://www.ansorena.com/es/subastas-historicas
Single lothttps://www.ansorena.com/es/subasta-lote/titulo-obra/457-5

Input parameters

ParameterDescriptionDefault
Start URLsAnsorena URLs to scrape — any supported format
Active lots by categoryScrape only currently available (unsold) lotsfalse
CategoriesFilter by one or more of the 7 categoriesall
Max lotsHard cap on total lots returned (0 = unlimited)0
Detail page scrapingVisit each lot's detail page for technique + full-res imagesfalse
Max concurrencyParallel pages (1–10)3
Proxy configurationApify proxy settings
Debug modeVerbose loggingfalse

How much does Ansorena Auction Scraper cost?

Ansorena Auction Scraper uses pay-per-event (PPE) pricing — you pay only for results delivered.

VolumeApproximate cost
100 lots~$0.15
1,000 lots~$1.05
10,000 lots~$10.05

Your $5 free trial credit covers approximately 4,900 lots. Run a quick test with maxLots: 24 first to verify the output format before scaling up.

Note on detail scraping: enabling scrapeDetailPage doubles the number of HTTP requests (one extra per lot), which slightly increases compute time but not the per-item price.


Architecture

Ansorena Auction Scraper uses Apify's CheerioCrawler to call Ansorena's SSR endpoints directly — no browser, no Playwright, no screenshots. The site uses Laravel server-side rendering with no JavaScript challenge or WAF, making extraction fast and reliable.

  • Standard mode: 1 request per listing page (40 lots/page), fully paginated.
  • Detail mode: 1 additional request per lot to retrieve technique, 500 px thumbnail, and full-resolution images.
  • History mode: auto-discovers all past auction slugs from the /es/subastas-historicas index, then iterates through every session.


FAQ

Is scraping Ansorena legal? Ansorena Auction Scraper accesses only publicly visible listing data. No authentication is required or circumvented, and no personal data (emails, phone numbers, or private user information) is extracted. Always use scraped data in accordance with Ansorena's Terms of Service and applicable data protection regulations.

Do I need a proxy? No. Ansorena has no WAF or IP-based rate limiting. The actor works without a proxy for any volume. You can enable Apify datacenter proxy for very large or high-frequency runs as a precaution.

Are estimated prices extracted? Starting prices (startingPrice) are always available publicly. Estimated prices (estimatedPriceLow, estimatedPriceHigh) are only visible to authenticated Ansorena users — they will be null in an unauthenticated run.

Can I scrape multiple categories at once? Yes. In active-lots mode, select multiple categories — the actor launches a separate paginated search per category and merges the results. In start-URL mode, leave categories empty to get all categories from a given auction.

How do I get full-resolution images? Enable scrapeDetailPage: true. The actor will visit each lot's detail page and extract URLs from the /img/load/real/ endpoint (~1.8 MB per image). These URLs work without authentication.

How do I keep my dataset up to date? Schedule the actor on a weekly or per-season basis. Use scrapeActiveByCategory: true with categories: [] to always get the latest available lots, or pass the URL of the current auction season for incremental updates.


Espanol

Resumen en espanol para usuarios hispanohablantes.

Que es Ansorena Auction Scraper?

Ansorena Auction Scraper extrae lotes de subastas de Ansorena.com — artista, titulo, precio de salida, imagenes y estado (vendido, disponible, activo) — sin necesidad de navegador ni autenticacion.

Que datos extrae?

Cada lote incluye: identificador unico, subasta y sesion de origen, categoria, artista y datos biograficos, titulo, dimensiones, precio de salida en EUR y estado. Con extraccion de ficha de detalle: tecnica, thumbnail 500px e imagenes full-res sin watermark.

Como usar Ansorena Auction Scraper?

  1. Pega la URL de una subasta en Start URLs y pulsa Start.
  2. O activa "Lotes activos por categoria" para extraer solo lotes disponibles ahora.
  3. Exporta en JSON, CSV o Excel.

Cuanto cuesta?

$0,05 de inicio + $0,001 por lote. 1.000 lotes cuestan aproximadamente $1,05. Los $5 de credito de prueba cubren cerca de 4.900 lotes.