The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
scraper:
  - process:
    - 'table.ebItemlist tr.single'
    - auctions[]
    - scraper:
      - process:
        - h3.ens>a
        - description
        - TEXT
        - url
        - @href
      - process:
        - td.ebcPr>span
        - price
        - TEXT
      - process:
        - 'div.ebPicture >a>img'
        - image
        - @src
      - result:
        - description
        - url
        - price
        - image
  - result: auctions