This is for scraping the value of an item on roblox or rolimon. Note that the websites won’t let me scrap their websites sometimes so i am looking for a way to bypass this restriction. Such that i am able to scrap the value on some items but not all?:
Code that does not work, should give me the best selling price of the item:
=IMPORTXML(“https://www.rolimons.com/item/”&B3,”/html/body/div[2]/div[2]/div[6]/div[2]/div[2]/div[2]”)
Code that works, with the only difference being the item ID:
=IMPORTXML(“https://www.rolimons.com/item/”&B2,”/html/body/div[2]/div[2]/div[6]/div[2]/div[2]/div[2]”)
FATIU KEHINDE HAFEES is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.