Describe the problem.
I created a sitemap and am able to view the data by clicking View Data button but when I click on Scrape and let the scrapper run, checking "Refresh" doesn't show anything at all.
URL: https://www.loom.com/share/48badc04aef14312a4694dbb16c6e933
Sitemap:
{
"_id": "flipkart_mobiles",
"startUrl": ["https://www.flipkart.com/all/mobiles-accessories/mobiles/pr?sid=all%2Ctyy%2C4io&p[]=facets.fulfilled_by%5B%5D%3DFlipkart%2BAssured&otracker=categorytree&p[]=facets.rating%5B%5D%3D3%E2%98%85%2B%26%2Babove&p[]=facets.price_range.from%3D7000&p[]=facets.price_range.to%3DMax&p[]=facets.availability%5B%5D%3DExclude%2BOut%2Bof%2BStock&p[]=facets.brand%5B%5D%3DApple&p[]=facets.brand%5B%5D%3DAsus&p[]=facets.brand%5B%5D%3DBlackberry&p[]=facets.brand%5B%5D%3DGionee&p[]=facets.brand%5B%5D%3DGoogle&p[]=facets.brand%5B%5D%3DHonor&p[]=facets.brand%5B%5D%3DHTC&p[]=facets.brand%5B%5D%3DHuawei&p[]=facets.brand%5B%5D%3DIball&p[]=facets.brand%5B%5D%3DInFocus&p[]=facets.brand%5B%5D%3DIntex&p[]=facets.brand%5B%5D%3DKarbonn&p[]=facets.brand%5B%5D%3DLava&p[]=facets.brand%5B%5D%3DLenovo&p[]=facets.brand%5B%5D%3DLG&p[]=facets.brand%5B%5D%3DLYF&p[]=facets.brand%5B%5D%3DMi&p[]=facets.brand%5B%5D%3DMicromax&p[]=facets.brand%5B%5D%3DMicrosoft&p[]=facets.brand%5B%5D%3DMotorola&p[]=facets.brand%5B%5D%3DNokia&p[]=facets.brand%5B%5D%3DOPPO&p[]=facets.brand%5B%5D%3DPanasonic&p[]=facets.brand%5B%5D%3DRealme&p[]=facets.brand%5B%5D%3DSamsung&p[]=facets.brand%5B%5D%3DSony&p[]=facets.brand%5B%5D%3DSpice&p[]=facets.brand%5B%5D%3DVivo&p[]=facets.offer_type%5B%5D%3DSpecial%2BPrice&p[]=facets.ram%5B%5D%3D2%2BGB&p[]=facets.serviceability[]%3Dtrue&p[]=facets.discount_range_v1%5B%5D%3D10%25%2Bor%2BMore"],
"selectors": [{
"id": "Products",
"type": "SelectorElementClick",
"parentSelectors": ["_root"],
"selector": "div[data-id]",
"multiple": true,
"delay": "5000",
"clickElementSelector": "nav > a:not(:last-child)",
"clickType": "clickOnce",
"discardInitialElements": "do-not-discard",
"clickElementUniquenessType": "uniqueText"
}, {
"id": "link",
"type": "SelectorElementAttribute",
"parentSelectors": ["Products"],
"selector": "a:first",
"multiple": false,
"extractAttribute": "href",
"delay": 0
}, {
"id": "title",
"type": "SelectorElementAttribute",
"parentSelectors": ["Products"],
"selector": "a:first img:first",
"multiple": false,
"extractAttribute": "alt",
"delay": 0
}, {
"id": "selling_price",
"type": "SelectorText",
"parentSelectors": ["Products"],
"selector": "a > div:eq(2) > div:eq(1) > div:first > div:first > div:first",
"multiple": false,
"regex": "",
"delay": 0
}, {
"id": "mrp",
"type": "SelectorText",
"parentSelectors": ["Products"],
"selector": "a:first > div:eq(2) > div:eq(1) > div:first > div:first > div:eq(1)",
"multiple": false,
"regex": "",
"delay": 0
}, {
"id": "image_url",
"type": "SelectorElementAttribute",
"parentSelectors": ["Products"],
"selector": "a:first img:first",
"multiple": false,
"extractAttribute": "src",
"delay": 0
}]
}
