HTML selector + regex only shows first result

Im sure im doing some thing simply wrong here but Im trying to pull all all images from a page using regex although it only finds the first result despite having the box checked for "Multiple".

Url: http://example.com

There should be many more of these on the page.

image

Sitemap:
{id:"sitemap code"}

1 Like

@anon343221 Hello, the 'Multiple' option applies for the selector not the matched results for the regular expression.

If you are looking to get multiple matches you will have to use the regex that is available within Web Scraper Cloud.