Discover/riseart.com API
live

riseart.com APIriseart.com

Access Rise Art's contemporary art marketplace via API. Search artworks, filter by medium/style/subject, retrieve artist profiles, portfolio images, and SKU pricing.

Endpoints
5
Updated
14d ago
Try it
Page number for pagination.
Number of results per page.
Search keyword (e.g. 'landscape', 'abstract', 'portrait').
api.parse.bot/scraper/e86d4e09-2bc1-4c16-9af0-30590445abe7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e86d4e09-2bc1-4c16-9af0-30590445abe7/search_artworks?limit=3&query=landscape' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for artworks by keyword on Rise Art. Returns paginated results with artwork details including title, artist, medium, style, subject, images, and pricing.

Input
ParamTypeDescription
pageintegerPage number for pagination.
limitintegerNumber of results per page.
queryrequiredstringSearch keyword (e.g. 'landscape', 'abstract', 'portrait').
Response
{
  "type": "object",
  "fields": {
    "items": "array of artwork objects with id, artistId, artistName, medium, style, subject, title, slug, images, skuBuyPrice, dimensions",
    "pagination": "object with currentPage, itemsPerPage, totalItems, totalPages"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": "170215",
          "slug": "landscape-by-kate-hiley",
          "unit": "CENTIMETER",
          "depth": 2.5,
          "style": "expressionistic",
          "title": "Landscape",
          "width": 30,
          "height": 40,
          "images": [
            {
              "key": "processed_art_2025_02_9e87aeac-main-master",
              "type": "master",
              "width": 2274,
              "height": 3107,
              "extension": "jpg"
            }
          ],
          "medium": "paintings",
          "subject": "landscapes",
          "artistId": 131595,
          "storeCode": "us",
          "artistName": "Kate Hiley",
          "skuBuyPrice": 1040
        }
      ],
      "pagination": {
        "totalItems": 11988,
        "totalPages": 3996,
        "currentPage": 1,
        "itemsPerPage": 3
      }
    },
    "status": "success"
  }
}

About the riseart.com API

The Rise Art API provides 5 endpoints for accessing contemporary art data from riseart.com, covering artwork search, filtered browsing, artist profiles, portfolio images, and per-SKU pricing. The search_artworks endpoint lets you query by keyword and returns paginated results including title, medium, style, subject, dimensions, and buy price. Artist and artwork detail endpoints expose biography, nationality, rating counts, framing options, and regional store pricing.

Artwork Search and Browse

The search_artworks endpoint accepts a required query string (e.g. 'landscape', 'abstract') and returns an array of artwork objects. Each item includes id, artistId, artistName, medium, style, subject, title, slug, images, skuBuyPrice, and dimensions, along with a pagination object covering currentPage, itemsPerPage, totalItems, and totalPages. The list_artworks endpoint exposes the same response shape but replaces keyword search with discrete filters: medium (e.g. 'paintings', 'photography', 'sculpture'), style (e.g. 'figurative', 'expressionistic'), subject (e.g. 'portraits', 'animals'), and a sort parameter for ordering results.

Artist Profiles and Portfolio Images

get_artist_detail returns a single artist's profile given either an artist_id or a URL slug (at least one required). The response includes name, first_name, last_name, alias, gender, nationality (ISO two-letter code), description (full biography), and a rating object with value, best, and count fields. Note that some artist IDs return a 404 if the artist lacks a public listing. get_artist_page_images accepts an artist_id and a page parameter and returns paginated artwork objects from that artist's portfolio, using the same item schema as the browse endpoints.

Artwork Detail and SKU Pricing

get_artwork_detail_images takes a single art_id and returns the most granular data available: a skus array and a metadata object. Each SKU includes id, type, sku, stock, editionSize, dimensions, framing options, shipping information, and a stores object with pricing broken out by region. The metadata object mirrors the core fields from the browse endpoints — artistId, artistName, title, medium, style, subject, images, status, and skuBuyPrice — giving you a complete picture of a single artwork in one call.

Common use cases
  • Build an art discovery app that filters Rise Art inventory by medium, style, and subject using list_artworks.
  • Aggregate regional pricing for original paintings versus prints by parsing the stores object in get_artwork_detail_images.
  • Display artist biography pages by fetching description, nationality, and rating from get_artist_detail.
  • Populate a portfolio gallery for a given artist using paginated results from get_artist_page_images.
  • Track available edition sizes and stock levels across multiple artworks using SKU data from get_artwork_detail_images.
  • Power a keyword-based art recommendation feature with search_artworks filtering by subject or style terms.
  • Monitor artwork listings and pricing changes across Rise Art's catalog using list_artworks with sort and pagination.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Rise Art have an official developer API?+
Rise Art does not publish a documented public developer API. This Parse API provides structured access to Rise Art's artwork, artist, and pricing data without requiring direct integration with their platform.
What does `get_artwork_detail_images` return that the browse endpoints don't?+
get_artwork_detail_images returns a full skus array with per-SKU fields including stock, editionSize, framing options, shipping details, and a stores object with pricing broken down by region. The browse and search endpoints only return a single skuBuyPrice summary field per artwork.
Can I retrieve artworks available for rent rather than purchase?+
Not currently. The API returns buy pricing via skuBuyPrice and per-SKU stores pricing, but does not expose a rental-specific availability flag or rental pricing. You can fork this API on Parse and revise it to add an endpoint targeting Rise Art's rental listings.
Are there any known gaps in artist coverage?+
Yes. get_artist_detail notes that some artist IDs return a 404 when the artist does not have an active public listing on Rise Art. This applies to artists who may have had profiles previously or whose pages are not publicly indexed. The artist's slug or numeric ID must correspond to a live public profile for the endpoint to return data.
Does the API expose artwork reviews or collector favorites data?+
Not currently. The API covers artwork metadata, pricing, dimensions, and artist profiles including a rating object with aggregate score and count. Per-artwork user reviews or favoriting counts are not part of any current endpoint response. You can fork this API on Parse and revise it to add coverage of those fields if they are accessible on the artwork detail page.
Page content last updated . Spec covers 5 endpoints from riseart.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
Rise Art API – Artworks, Artists & Pricing · Parse