Hi, I’m fairly new to Make.com but about a month ago I created a scenario to scrape relevant job postings from Upwork using Make.com and Airtable. I am scraping the job searches by sending GET requests via Make’s HTTP module.
It was working fine until about a week ago, but now every time I try to run the HTTP module it gives me a 403 error, which I’m assuming is due to bot protection. This is happening with any Upwork URL, not just limited to job searches. I assumed it might have been due to too many requests being sent by my current account so I made a new Make.com account to see if the issue persisted with a new account, and it still shows the same 403 error. It’s just Upwork URLS that don’t seem to work, other public URLS are working.
Is there any way around this? All the URLs that I have tried do not require any authentication and are freely accessible when I open them using a browser.