0

I am Trying to Web Scrape this site https://www.platformone-eg.com/en/products, how can I scrape data displayed after clicking Product Details Button like this

<a wire:click.prevent="product_details(15662)" class="btn btn-outline-info rounded btn-block mt-2">Product Details</a>

1 Answers1

0

Instead of web scraping, use the Selenium library to automate the browser and then you'll have a full web session you can control.

Orel Fichman
  • 150
  • 6