Invaluable: List Artists
Invaluable via Parse · marketplace
Search artists in the database by keyword. Returns matching artist profiles with lot counts and genre tags. For most queries all results fit on page 0. When page_from and page_to are both provided, fetches all pages in that inclusive range and merges results into one response (capped at 100 pages). When only page_from is provided, returns that single page. When neither is provided, the page parameter is used. Search and browse auction lots, artists, and auction houses on Invaluable.com Fulfilled by Parse from invaluable.com.
- ecommerce
- entertainment
- invaluable
- invaluable-com
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/03ac36d1-735f-4409-8428-86a450ee4b7a/list_artists
- Interface artifact
- sha256:7618f62c2f589f306ac53879127ea6e2eab9aef0fb2bedab13449ac275d5e908
- Manifest digest
- sha256:65afbeeac4af3292370a775f00fc53fe623a2ab7148ce42a8dd8cafcfd06e696
Request fields
- page (integer): Page number (0-based).
- query (string): Search keyword matched against artist names and aliases.
- page_to (integer): End page of a multi-page fetch range (0-based, inclusive). Must be used with page_from. The range is capped at 100 pages.
- page_from (integer): Start page of a multi-page fetch range (0-based, inclusive). When provided with page_to, all pages in the range are fetched and merged. When provided alone, returns that single page. Overrides page when set.
Example queries
- {"page":"0","query":"Picasso"}