General

Fixed: Peculiar bug with Dynamic Scraper element selection on Amazon.com

You can use the Dynamic scraper to pick up content from any website.

If you tried it with Amazon sites to scrape product data you would 90% of the time run into this bug.

Scraper

When you clicked on

image 19

The entire page would turn grey!

This was a very strange bug as it didn’t show on other pages like wikipedia or even Google Maps.

Only when trying to scrape Amazon products did you see this error.

However, for some reason it would sometimes work!

After some debugging I managed to find a solution to get it working 100% of the time now.

image 20

Nice! The element selector is now loading and displaying properly on the page.

Read on to see how we can test this is working with a quick scrape.

How to scrape Amazon Product Info

If I want to scrap a product name, I can now click on it.

As long as element selector is visible, it will highlight clicked items and show the CSS selector.

image 21

Product name is in green showing its been selected.

Now I click on Add Selected Element.

image 22

A new element card is added!

image 23

The data has been scraped successfully!

In order to run the task you need to add it to an output.

In the macro box we can see %title% macro

image 24

Just click on it to add it into macro code box.

Scroll down to verify results in preview window!

image 25

If you want to style the output you can do it in the element card.

image 27

Click on the filter button

image 26
image 28

Now just enter <h1> tags in wrap lines. Click save and scroll to preview to verify the results.

image 29

Tip: You can see result also in the element card output preview area.

image 30

See the <h1>?

This is useful but sometimes if the content you scrape is to large it will clip so you can’t see the full output!