# Get scraper info

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /v1/scraper-admin/info:
    get:
      summary: Get scraper info
      deprecated: false
      description: Get information about state of scraper
      tags:
        - API Reference/Management API/Scraper/Scraper
      parameters:
        - name: Content-Type
          in: header
          description: '[Details](doc-341635)'
          required: true
          example: application/json
          schema:
            type: string
            default: application/json
            const: application/json
        - name: X-User-Agent
          in: header
          description: Arbitrary identifier of your client. [Details](doc-341635)
          required: true
          example: '{{X_USER_AGENT}}'
          schema:
            type: string
            default: '{{X_USER_AGENT}}'
        - name: X-Product-Name
          in: header
          description: API Product for API context. [Details](doc-341635)
          required: true
          example: '{{PRODUCT_NAME}}'
          schema:
            type: string
            default: '{{PRODUCT_NAME}}'
        - name: X-Loyalty-Club-Slug
          in: header
          description: LoyaltyClub for API context. [Details](doc-342138)
          required: false
          example: '{{LOYALTY_CLUB_SLUG}}'
          schema:
            type: string
            default: '{{LOYALTY_CLUB_SLUG}}'
        - name: X-Customer
          in: header
          description: Customer for API context.  [Details](doc-342139)
          required: false
          example: '{{CUSTOMER_ID}}'
          schema:
            type: string
            default: '{{CUSTOMER_ID}}'
        - name: Authorization
          in: header
          description: '[Member](doc-342129) or [User](doc-342130) Authorization.'
          required: false
          example: Bearer {{_OAUTH_TOKEN}}
          schema:
            type: string
            default: Bearer {{_OAUTH_TOKEN}}
        - name: X-Client-Authorization
          in: header
          description: '[Token](doc-342128) Authorization.'
          example: '{{API_TOKEN}}'
          schema:
            type: string
            default: '{{API_TOKEN}}'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties: {}
              x-apidog-orders: []
              x-apidog-ignore-properties: []
            examples: {}
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  articles:
                    anyOf:
                      - &ref_1
                        properties:
                          identifier:
                            type: string
                          added:
                            type: integer
                            maximum: 500
                          updated:
                            type: integer
                            maximum: 500
                          removed:
                            type: integer
                            maximum: 500
                          errors:
                            type: array
                            items:
                              type: string
                          time:
                            type: string
                            x-apidog-mock: '{{$date.isoTimestamp}}'
                        x-apidog-orders:
                          - identifier
                          - added
                          - updated
                          - removed
                          - errors
                          - time
                        required:
                          - identifier
                          - added
                          - updated
                          - removed
                          - errors
                          - time
                        $ref: '#/components/schemas/NewsInfo'
                      - type: 'null'
                  stores:
                    anyOf:
                      - &ref_0
                        $ref: '#/components/schemas/MallInfo'
                      - type: 'null'
                  opening_hours:
                    anyOf:
                      - *ref_0
                      - type: 'null'
                  articles_debug:
                    anyOf:
                      - *ref_1
                      - type: 'null'
                  stores_debug:
                    anyOf:
                      - *ref_0
                      - type: 'null'
                  opening_hours_debug:
                    anyOf:
                      - *ref_0
                      - type: 'null'
                x-apidog-orders:
                  - articles
                  - stores
                  - opening_hours
                  - articles_debug
                  - stores_debug
                  - opening_hours_debug
                x-apidog-ignore-properties: []
              example:
                articles: null
                stores:
                  identifier: Williamson Inc
                  added: -38220477
                  updated: -87968891
                  removed: -37715981
                  errors:
                    - reprehenderit veniam
                    - reprehenderit elit ut in sit
                    - labore Lorem sint in fugiat
                  time: '2025-09-18T07:10:09.206Z'
                opening_hours:
                  identifier: Klocko Group
                  added: -45023922
                  updated: -54843599
                  removed: -44906671
                  errors:
                    - non nostrud elit minim cupidatat
                  time: '2025-09-18T07:10:09.208Z'
                articles_debug: null
                stores_debug:
                  identifier: O'Hara LLC
                  added: -54892034
                  updated: -92527739
                  removed: -88286580
                  errors:
                    - ipsum magna ullamco veniam
                  time: '2025-09-18T07:10:09.208Z'
                opening_hours_debug: null
          headers: {}
          x-apidog-name: Success
      security: []
      x-apidog-folder: API Reference/Management API/Scraper/Scraper
      x-apidog-status: released
      x-run-in-apidog: https://app.eu.apidog.com/web/project/346351/apis/api-3929875-run
components:
  schemas:
    MallInfo:
      type: object
      properties:
        identifier:
          type: string
          x-apidog-mock: '{{$company.name}}'
        added:
          type: integer
          maximum: 500
        updated:
          type: integer
          maximum: 500
        removed:
          type: integer
          maximum: 500
        errors:
          type: array
          items:
            type: string
        time:
          type: string
          x-apidog-mock: '{{$date.isoTimestamp}}'
      x-apidog-orders:
        - identifier
        - added
        - updated
        - removed
        - errors
        - time
      required:
        - identifier
        - added
        - updated
        - removed
        - errors
        - time
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
    NewsInfo:
      type: object
      properties:
        identifier:
          type: string
          examples:
            - news
            - events
            - deals
        added:
          type: integer
          maximum: 500
        updated:
          type: integer
          maximum: 500
        removed:
          type: integer
          maximum: 500
        errors:
          type: array
          items:
            type: string
        time:
          type: string
          x-apidog-mock: '{{$date.isoTimestamp}}'
      x-apidog-orders:
        - identifier
        - added
        - updated
        - removed
        - errors
        - time
      required:
        - identifier
        - added
        - updated
        - removed
        - errors
        - time
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.mpc.dev.placewise.com
    description: Staging
security: []

```