"that has dedicated IP support" this is the part I can't find
"that has dedicated IP support" this is the part I can't find



const params = {
url,
};
const queryString = new URLSearchParams(params).toString();
fetch(`https://app.scrapingbee.com/api/v1/?${queryString}`);