CataWiki Scraping
## Introduction **Key Features:** - **Real-Time Data:** Seamlessly access up-to-the-minute auction details and bid histories for informed decision-making. - **Comprehensive Endpoints:** Utilize endpoints for searching lots, retrieving detailed lot information, exploring popular lots, and navigating categories, collections, and seller-specific data. - **Global Auction Insights:** Discover popular…
CataWiki Scraping endpoints
| Method | Endpoint | Description |
|---|---|---|
| Lots | ||
| GET |
Search Lots /lots/search |
Searches for a lot based on a query, page, and language. |
| GET |
Lot Details /lots/{lot_id}/details |
Returns details for a specific lot. |
| GET |
Lot Bids /lots/{lot_id}/bids |
Retrieves all bids for a given lot. |
| GET |
Lot Extra Info /lots/{lot_id}/extra |
Retrieves additional information for a lot (shipping, commission). |
| GET |
Popular Lots /lots/popular |
Retrieves popular (or featured) lots. |
| GET |
Lots from Category /lots/fromCategory |
Retrieves lots from a specific category. |
| GET |
Lots from Collection /lots/fromCollection |
Retrieves lots from a given collection. |
| GET |
Lots from Auction /lots/fromAuction |
Retrieves lots associated with a specific auction. |
| GET |
Lots from Seller /lots/fromSeller |
Retrieves all lots for a specific seller. |
| Categories | ||
| GET |
Main Categories /categories/main |
Retrieves the main categories. |
| GET |
Popular Categories /categories/popular |
Retrieves popular categories. |
| GET |
Subcategories of a Category /categories/{category_id}/subcategories |
Retrieves the subcategories for a given category. |
| Auctions | ||
| GET |
Popular Auctions /auctions/popular |
Retrieves a list of popular auctions. |
| Other endpoints | ||
| GET |
get_welcome_message__get / |
Returns the welcome message for the API. |
| GET |
search_lots_endpoint_lots_search_get /lots/search |
Searches for a lot based on a query, page, and language. |
| GET |
get_lots_from_auction_endpoint_lots_fromAuction_get /lots/fromAuction |
Retrieves lots associated with a specific auction. |
| GET |
get_popular_lots_endpoint_lots_popular_get /lots/popular |
Retrieves popular (or featured) lots. |
| GET |
get_lots_from_category_endpoint_lots_fromCategory_get /lots/fromCategory |
Retrieves lots from a specific category. |
| GET |
get_lot_extra_info_endpoint_lots__lot_id__extra_get /lots/{lot_id}/extra |
Retrieves additional information for a lot (shipping, commission). |
| GET |
get_lot_details_endpoint_lots__lot_id__details_get /lots/{lot_id}/details |
Returns details for a specific lot. |
| GET |
get_lot_bids_endpoint_lots__lot_id__bids_get /lots/{lot_id}/bids |
Retrieves all bids for a given lot. |
| GET |
get_lots_from_collection_endpoint_lots_fromCollection_get /lots/fromCollection |
Retrieves lots from a given collection. |
| GET |
get_lots_from_seller_endpoint_lots_fromSeller_get /lots/fromSeller |
Retrieves all lots for a specific seller. |
| GET |
get_health_status_health_get /health |
Returns the current health status of the application. |
| GET |
get_popular_auctions_endpoint_auctions_popular_get /auctions/popular |
Retrieves a list of popular auctions. |
| GET |
get_popular_categories_endpoint_category_popular_get /category/popular |
Retrieves popular categories. |
| GET |
get_main_categories_endpoint_category_main_get /category/main |
Retrieves the main categories. |
| GET |
get_sub_categories_endpoint_category__category_id__subcategories_get /category/{category_id}/subcategories |
Retrieves the subcategories for a given category. |
CataWiki Scraping pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $89.99 / month | — |
|