Artsy Search Scraper avatar

Artsy Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Artsy Search Scraper

Artsy Search Scraper

Search and discover artworks on Artsy.net with automatic pagination and comprehensive data extraction.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

This actor allows you to search and discover artworks on Artsy.net by providing a search URL. It automatically handles pagination and extracts comprehensive artwork information.

Features

  • URL-based Search: Find artworks by providing a complete Artsy search URL
  • Automatic Pagination: Automatically navigates through search result pages
  • Comprehensive Artwork Data: Extract detailed information about each artwork including:
    • Artwork title
    • Artist name
    • Image URL
    • Direct link to artwork
  • High-quality Images: Captures artwork image URLs for further use

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Artsy search URL to scrape
maxItemsintegerNoMaximum number of artworks to fetch

Output

The output is a list of artwork objects, each containing:

  • searchUrl: The original search URL used
  • uniqueId: Unique identifier for the artwork
  • title: Title of the artwork
  • artist: Name of the artist
  • imageUrl: URL of the artwork image
  • artworkUrl: Full URL to the artwork page on Artsy
  • price: Price of the artwork (if available, may be in EUR €, USD $, GBP £, etc.)
  • scrapedAt: Timestamp of when the artwork was scraped

Example output:

[
{
"searchUrl": "https://www.artsy.net/search?term=sky",
"uniqueId": "697c162ae600e0ca4fb36d71",
"title": "「PM4:13」(Summer sky)",
"artist": "K.kiyong",
"imageUrl": "https://d7hftxdivxxvm.cloudfront.net?height=313&quality=85&resize_to=fit&src=...",
"artworkUrl": "https://www.artsy.net/artwork/kkiyong-pm4-13-summer-sky-1",
"price": "€9,500",
"scrapedAt": "2025-05-29T02:10:44.350Z"
},
{
"searchUrl": "https://www.artsy.net/search?term=sky",
"uniqueId": "695e11a634e93e000f1bc1bd",
"title": "Blue Sky",
"artist": "John Smith",
"imageUrl": "https://d7hftxdivxxvm.cloudfront.net?height=313&quality=85&resize_to=fit&src=...",
"artworkUrl": "https://www.artsy.net/artwork/johnsmith-blue-sky-2",
"price": "$4,200",
"scrapedAt": "2025-05-29T02:10:44.350Z"
},
...
]

Use Cases

  • Art market research and analysis
  • Artist portfolio building
  • Art collection management
  • Design inspiration gathering
  • Art investment research

Notes

  • The actor automatically handles pagination until reaching the end or max items limit
  • Image URLs provided are direct links to Artsy's CDN
  • All data includes timestamps for tracking when information was collected

Start discovering art on Artsy.net today!