How to scrape list of Address on Auction.com

Hello guys I need help I been try to scrape Address of properties listed on Auction.com but for some reason it’s only scrape like 5 address and stop. just wondering if their something am doing wrong.




Hi @22mja01, Welcome to the Bardeen Community :slight_smile:

I was able to return 500+ with the following container selector:

#root > div > div.adc__asset-container–OclJl.adc__v2-layout–T4B8x > div.adc__content-container–OQFJi > div.adc__asset-list-parent–Hma5Q > div > div > div > div > div > div > div

To edit the container selector, edit your existing scraper template:

Save changes and delete any previous fields and reselect them, then add a delay of .3 at the end as your final action in the scraper template.

I hope this helps!
Thank you,
Jess

1 Like

Awesome support Jess

@22mja01 try out that selector by editing your scraper, let us know how it goes!

If it works, consider buying jess a coffee :coffee:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.