so I built a scraper with PHP - curl. So I can build my API and integrate in my application. The problem is that I am getting blocked by the website in just one page.
What my scraper does:
- First it goes to the website that have an iframe ( and this iframe have an iframe inside, which I want to get the src of it).
- When it get the first iframe url, it sends a curl request to the iframe src, but the problem is that the site is blocking any request from websites other than their website. So I get blocked. Is there any solution to pretend being the URL of this website.
BTW, this is the URL of the website here. You can inspect the website iframe and see what I mean.