Mikhail Sisin Co-founder of cloud-based web scraping and data extraction platform Diggernaut. Over 10 years of experience in data extraction, ETL, AI, and ML.

Free web scraper for online store Abercrombie & Fitch

14 min read

Free web scraper for online store Abercrombie & Fitch

Abercrombie & Fitch – a shop for people who love active life, who prefer high-quality and stylish things. The company has existed for more than one hundred years and was founded in California. USA. The free web scraper offered here extracts the entire collection of products sold at the abercrombie.com online store.

Approx number of goods: 10000
Approx number of page requests: 60000
Recommended subscription plan: Small

PLEASE NOTE! The number of requests can exceed the number of products, because data about variations, images, etc. can be scraped from other resources and will require additional requests. Also part of the product data can be delivered using XHR requests, which also increases the total number of required page requests.

How to use the web scraper to extract data about abercrombie.com goods and prices

To use the web scraper for Abercrombie & Fitch store’s website, you must have an account with our Diggernaut service. You can just simply follow this comprehensive guide:

  1. Go through this registration link to open free account with Diggernaut
  2. After registering and confirming the email address, you will need to log in to your account
  3. Create a project with any name and description, if you do not know how to do it, please refer to our documentation
  4. Switch to the created project and create a digger with any name, if you do not know how to do it, please refer to our documentation
  5. Copy the following digger configuration to the clipboard and paste it into the digger you created, if you do not know how to do it, refer to our documentation
  6. PLEASE NOTE! Basic proxy servers may not work with this site and you may need to use your own proxy servers. You will need to specify proxy server to the specific location in the digger configuration as commented. If you feel confused about this item, please contact us using the support system or using our online chat, we will be glad to help you.
  7. Switch the mode of the digger from Debug to Active, if you do not know how to do it, please refer to our documentation
  8. Run your digger and wait until the completion, if you do not know how to do it, please refer to our documentation
  9. Download the scraped dataset in the format you need, if you do not know how to do it, please refer to our documentation

You can also setup a schedule for running your scraper and collect data regularly.

Scraping configuration for the digger

---
config:
    debug: 2
    proxy: #USE YOUR PROXY HERE IN THE FOLLOWING NOTATION 1.1.1.1:4444
    agent: Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14
do:
- link_add:
    pool: main
    url:
    - https://www.abercrombie.com/shop/wd
    - https://www.abercrombie.com/shop/wd/kids
- walk:
    to: links
    headers:
        Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
        Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.6,en;q=0.4
        Cache-Control: no-cache
        Pragma: no-cache
        Proxy-Connection: keep-alive
        Upgrade-Insecure-Requests: 1
    pool: main
    do:
    - find:
        path: a.rs-nav__cat-label
        do:
        - parse:
            attr: href
        - space_dedupe
        - trim
        - if:
            match: ^\/shop
            do:
            - normalize:
                routine: url
            - link_add:
                pool: catalog
- walk:
    to: links
    pool: catalog
    do:
    - variable_clear: section
    - find:
        path: li.rs-nav-item--minor>a    
        do:
        - parse:
            attr: href
        - space_dedupe
        - trim
        - if:
            match: \w+
            do:
            - normalize:
                routine: url
            - if:
                match: hollisterco\.com
                else:
                - link_add:
                    pool: catalog
    - find:
        path: div.breadcrumbs
        do:
        - parse:
            attr: data-categoryid
        - variable_set: section
        - set_converter:
            content_type: text/html
            converter: json
        - walk:
            to: https://www.abercrombie.com/webapp/wcs/stores/servlet/AjaxNavAPIResponseJSON?catalogId=10901&categoryId=<%section%>&langId=-1&requestType=category&rows=10000&sort=bestmatch&start=0&storeId=11203
            do:
            - find:
                path: products>producturl
                do:
                - parse
                - if:
                    match: \/p\/
                    do:
                    - normalize:
                        routine: url
                    - link_add:
                        pool: pages
            - find:
                path: products>swatches>swatchurl
                do:
                - parse
                - if:
                    match: \/p\/
                    do:
                    - link_add:
                        pool: pages
        - clear_converter:
            content_type: text/html
- walk:
    to: links
    headers:
        Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
        Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.6,en;q=0.4
        Cache-Control: no-cache
        Pragma: no-cache
        cookie: uPref=%7B%22cfi%22%3A%221%22%2C%22cur%22%3A%22USD%22%2C%22sf%22%3A%22US%22%7D; geoLocation=US:TX:;
        Proxy-Connection: keep-alive
        Upgrade-Insecure-Requests: 1
    pool: pages
    do:
    - sleep: 3
    - variable_clear: pageurl
    - find:
        path: body
        do:
        - static_get: url
        - variable_set: pageurl
    - find:
        path: 'section.product'
        do:
        - variable_clear: pid
        - variable_clear: prid
        - variable_clear: cid
        - variable_clear: sin
        - variable_clear: list
        - variable_clear: desc
        - variable_clear: price
        - object_new: product
        - find:
            path: div.details__web-item-number>span.number
            do:
            - parse
            - object_field_set:
                object: product
                field: sku
        - parse:
            attr: data-collection
        - variable_set: pid
        - parse:
            attr: data-seq
        - variable_set: cid
        - parse:
            attr: data-productid
        - variable_set: prid
        - eval:
            routine: js
            body: '(function (){var d = new Date(); return d.toISOString()})();'
        - object_field_set:
            object: product
            field: date
        - variable_get: pageurl
        - object_field_set:
            object: product
            field: url
        - find:
            path: .product-page-title[itemprop="name"]
            do:
            - parse
            - space_dedupe
            - trim
            - object_field_set:
                object: product
                field: name
        - register_set: 'Abercrombie & Fitch'
        - object_field_set:
            object: product
            field: brand
        - find:
            path: p.details__description
            do:
            - parse
            - space_dedupe
            - trim
            - object_field_set:
                object: product
                field: description
        - find:
            path: script:contains('var globalProducts')
            do:
            - parse:
                filter: globalProducts\[\d+\]\s+\=\s+(.+);\s+\}\s+catch\(err\)
            - normalize:
                routine: json2xml
            - to_block
            - find:
                path: offerpricefmt
                slice: 0
                do:
                - parse
                - variable_set: price
        - find:
            in: doc
            path: div.upper-breadcrumb>div.breadcrumbs>a
            do:
            - parse
            - space_dedupe
            - trim
            - if:
                match: \w+
                do:
                - object_field_set:
                    object: product
                    field: category
                    joinby: "|"
        - find:
            path: ul.product-swatches>li>label>span,ul.product-swatches>li>h2>span
            do:
            - parse
            - space_dedupe
            - trim
            - if:
                match: \w+
                do:
                - object_field_set:
                    object: product
                    field: variations
                    joinby: "|"
        - find:
            path: span.product-price-v2__price
            do:
            - parse:
                filter:
                - (\$[0-9\.]+)\s*-
                - (\$[0-9\.]+)
            - variable_set: price
            - variable_get: price
            - normalize:
                routine: replace_substring
                args:
                    \$: ''
            - object_field_set:
                object: product
                type: float
                field: price
            - variable_get: price
            - normalize:
                routine: replace_matched
                args:
                    \$: USD
            - object_field_set:
                object: product
                field: currency
        - variable_get: pageurl
        - if:
            match: \/kids\/
            do:
            - register_set: https://anf.scene7.com/is/image/anf?imageset={anf/kids_<%pid%>_<%cid%>}&req=set,json&id=<%pid%>
            else:
            - register_set: https://anf.scene7.com/is/image/anf?imageset={anf/anf_<%pid%>_<%cid%>}&req=set,json&id=<%pid%>
        - walk:
            to: value
            do:
            - find:
                path: body
                do:
                - parse:
                    filter: s7jsonResponse\((.+),\"\d+\"\);
                - normalize:
                    routine: unescape_html
                - normalize:
                    routine: json2xml
                - to_block
                - find:
                    path: i>n
                    do:
                    - variable_clear: iurl
                    - parse
                    - variable_set: iurl
                    - register_set: https://anf.scene7.com/is/image/<%iurl%>?scl=1
                    - object_field_set:
                        object: product
                        field: images
                        joinby: "|"
        - find:
            path: ul.product-swatches>li>label>input
            do:
            - variable_clear: cid
            - parse:
                attr: data-seq
            - variable_set: cid
            - variable_get: pageurl
            - if:
                match: \/kids\/
                do:
                - register_set: https://anf.scene7.com/is/image/anf?imageset={anf/kids_<%pid%>_<%cid%>}&req=set,json&id=<%pid%>
                else:
                - register_set: https://anf.scene7.com/is/image/anf?imageset={anf/anf_<%pid%>_<%cid%>}&req=set,json&id=<%pid%>
            - walk:
                to: value
                do:
                - find:
                    path: body
                    do:
                    - parse:
                        filter: s7jsonResponse\((.+),\"\d+\"\);
                    - normalize:
                        routine: unescape_html
                    - normalize:
                        routine: json2xml
                    - to_block
                    - find:
                        path: i>n
                        do:
                        - variable_clear: iurl
                        - parse
                        - variable_set: iurl
                        - register_set: https://anf.scene7.com/is/image/<%iurl%>?scl=1
                        - object_field_set:
                            object: product
                            field: images
                            joinby: "|"
        - object_save:
            name: product

Sample of scraped data

Below is a sample of a dataset with several products in JSON format (so you can easily review it and see data structure). The dataset can be downloaded as CSV, XLSX, XML, or any other text format using the templates.

[{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:14:48.336Z",
        "description": "Soft ribbed texture with a wrap-front design, cropped cut and straight hem. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_198528_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_03_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_03_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198528_03_model3?scl=1",
        "name": "Long-Sleeve Wrap Top",
        "price": 38,
        "sku": "198528",
        "url": "https://www.abercrombie.com/shop/wd/p/long-sleeve-wrap-top-10629444?categoryId=12266",
        "variations": "BLACK|LIGHT PINK|CREAM"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:14:56.078Z",
        "description": "Cute blouse with embroidered detail, long sleeves, elasticized sleeve opening and straight hem. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_198627_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_prod2?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_prod2?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_03_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_03_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198627_03_model3?scl=1",
        "name": "Long-Sleeve Embroidered Blouse",
        "price": 68,
        "sku": "198627",
        "url": "https://www.abercrombie.com/shop/wd/p/long-sleeve-embroidered-blouse-10614419?categoryId=12266",
        "variations": "LIGHT BLUE STRIPE|NAVY"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:15:02.770Z",
        "description": "Our girlfriend jean in a new medium wash with colorful floral embroidery, high rise, let-down hem, ankle length and zipper fly.",
        "images": "https://anf.scene7.com/is/image/anf/anf_191406_07_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_prod2?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_model4?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_prod2?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_191406_07_model4?scl=1",
        "name": "High-Rise Girlfriend Jeans",
        "price": 88,
        "sku": "191406",
        "url": "https://www.abercrombie.com/shop/wd/p/high-rise-girlfriend-jeans-10629424?categoryId=12266",
        "variations": "RIPPED DARK WASH WITH EMBROIDERY|RIPPED MEDIUM WASH|RIPPED LIGHT WASH WITH EMBROIDERY|RIPPED MEDIUM WASH WITH EMBROIDERY"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:15:10.951Z",
        "description": "Easy v-neck sweater with a soft knit construction, puff sleeves, shorter length and embroidered logo detail near bottom hem. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_198726_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_03_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_03_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_03_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_04_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_04_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_04_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_04_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_05_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_05_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_05_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_198726_05_model3?scl=1",
        "name": "Puff Sleeve V-Neck Sweater",
        "price": 58,
        "sku": "198726",
        "url": "https://www.abercrombie.com/shop/wd/p/puff-sleeve-v-neck-sweater-10629446?categoryId=12266",
        "variations": "NAVY|LIGHT BLUE|LIGHT PINK|CREAM STRIPE|CREAM"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:15:20.528Z",
        "description": "Our best-selling Harper Low-Rise Ankle Jean in a new medium wash with ripped details, frayed hem and zipper fly. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_192092_08_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_08_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_08_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_08_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_08_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_08_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_08_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_192092_08_model3?scl=1",
        "name": "Low-Rise Ankle Jeans",
        "price": 88,
        "sku": "192092",
        "url": "https://www.abercrombie.com/shop/wd/p/low-rise-ankle-jeans-10629428?categoryId=12266",
        "variations": "RIPPED BLACK|RIPPED DARK WASH|RIPPED MEDIUM WASH WITH EMBROIDERY|RIPPED MEDIUM WASH|RIPPED MEDIUM WASH WITH STUDS|RIPPED LIGHT WASH|RIPPED WHITE|SHREDDED MEDIUM WASH|RIPPED LIGHT WASH WITH EMBROIDERY|RIPPED SUPER LIGHT WASH|RIPPED WHITE WITH EMBROIDERY|RIPPED BLACK WASH"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:15:37.813Z",
        "description": "Super soft fleece fabric with drawcord waist and relaxed fit, pockets at side seams, ribbed cuffs and logo detail. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_187366_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_03_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_03_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_03_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_04_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_04_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_04_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_04_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_05_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_05_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_05_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_05_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_06_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_06_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_06_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187366_06_model3?scl=1",
        "name": "Fleece Logo Jogger",
        "price": 58,
        "sku": "187366",
        "url": "https://www.abercrombie.com/shop/wd/p/fleece-logo-jogger-10478920?categoryId=12266",
        "variations": "GREY|NAVY|PLUM|RED|PINK|CREAM"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:15:44.560Z",
        "description": "Soft fabric with a cropped cut, drawcord at hood, long sleeves with banded cuffs and cutoff hem. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_190549_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_life1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_01_life1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_02_life1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_03_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_03_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_03_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_04_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_04_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_04_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_190549_04_model3?scl=1",
        "name": "Logo Cutoff Hoodie",
        "price": 58,
        "sku": "190549",
        "url": "https://www.abercrombie.com/shop/wd/p/fleece-logo-jogger-10478920?categoryId=12266",
        "variations": "NAVY|MAROON|PINK|CREAM"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:15:49.306Z",
        "description": "Soft fleece-lined jogger with side-entry pockets, drawstring waist, applique logo detail and banded hem. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_187247_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_03_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_03_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_03_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_04_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_04_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_04_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_04_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_05_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_05_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_05_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_05_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_06_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_06_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_06_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_187247_06_model3?scl=1",
        "name": "Logo Jogger",
        "price": 58,
        "sku": "187247",
        "url": "https://www.abercrombie.com/shop/wd/p/fleece-logo-jogger-10478920?categoryId=12266",
        "variations": "GREY|NAVY|OLIVE CAMO|RED|PINK|CREAM"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:15:59.844Z",
        "description": "Super soft beanie with turned-up hem, allover rib texture and logo detail. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_185447_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_03_life1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_04_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_05_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_06_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_07_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_07_life1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_08_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_09_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_10_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_11_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_185447_12_prod1?scl=1",
        "name": "Logo Beanie",
        "price": 20,
        "sku": "185447",
        "url": "https://www.abercrombie.com/shop/wd/p/logo-beanie-10311821?categoryId=12266",
        "variations": "BLACK|GREY|OATMEAL|NAVY|OLIVE|GOLD|RED|BURGUNDY|ORANGE|LIGHT PINK|BLUE|LIGHT BLUE"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:16:15.519Z",
        "description": "Soft and lightweight fabric with a crew neckline, pocket at left chest and straight hem. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_196994_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_03_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_03_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_196994_03_model3?scl=1",
        "name": "The A&F Camo Boyfriend Tee",
        "price": 24,
        "sku": "196994",
        "url": "https://www.abercrombie.com/shop/wd/p/pocket-crew-tee-10526958?categoryId=12266",
        "variations": "BLACK CAMO|LIGHT GREY CAMO|OLIVE CAMO"
    }
}
,{
    "product": {
        "brand": "Abercrombie & Fitch",
        "category": "Womens|New Arrivals",
        "currency": "USD",
        "date": "2017-12-04T20:16:22.768Z",
        "description": "A super soft fleece fabric with a mid-rise and skinny fit, featuring drawcord at waistband, pockets, unbanded clean hem and printed logo detail. Imported.",
        "images": "https://anf.scene7.com/is/image/anf/anf_191098_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_01_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_01_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_01_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_01_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_02_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_02_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_02_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_02_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_03_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_03_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_03_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_03_model3?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_04_prod1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_04_model1?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_04_model2?scl=1|https://anf.scene7.com/is/image/anf/anf_191098_04_model3?scl=1",
        "name": "Skinny Logo Sweatpants",
        "price": 58,
        "sku": "191098",
        "url": "https://www.abercrombie.com/shop/wd/p/skinny-logo-sweatpants-10586420?categoryId=12266",
        "variations": "GREY|NAVY|BLUE|PINK"
    }
}
]
Mikhail Sisin Co-founder of cloud-based web scraping and data extraction platform Diggernaut. Over 10 years of experience in data extraction, ETL, AI, and ML.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.