# List supplier scraping attempts **GET /2024-09/suppliers/{supplier}/scraping-attempts** Get a paginated list of supplier scraping attempts for a specific supplier ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Path parameters - **supplier** (string(uuid)) The supplier ID ### Query parameters - **page** (integer) Page number - **per_page** (integer) Number of items per page - **from_date** (string(date)) Filter attempts scheduled from this date (inclusive) - **to_date** (string(date)) Filter attempts scheduled up to this date (inclusive) - **not_started** (boolean) Filter to only show attempts that have not started yet ## Responses ### 200 Supplier scraping attempts retrieved successfully #### Body: application/json (object) - **links** (object) - **meta** (object) - **data** (array[object]) ### 401 ### 403 [Powered by Bump.sh](https://bump.sh)