Is there currently an API thats check the best price of an limited?

I’ve been searching around for some time for a Roblox API that shows a limited best price, RAP and value. I’ve looked into Rolimons API but can’t seem to find the endpoint. Is there an API that shows this data?

Any help is highly appreciated!

/marketplace/productinfo is what you’re looking for. The priceinrobux should return the lowest offer.

Ive tried that, it returns the Original Price

Then, I’m not sure what to use. But, after searching it up, I got this: How to get the best price of a limited item - #6 by OptimisticSide it seems to give a module that works with rolimon’s website and gets item data.

I’ll check it out later, thanks.

I’ve looked into the module, it works well. But am wondering if there’s a Python version?

Not sure, you may have to resort to web scraping.

Correct me if I’m wrong but Rolimons does in fact still have a python API wrapper if I remember correctly which might help you out with this, unsure if I’m allowed to link it however googling that should bring you some success. You could try using rolimons.Item.

I tried using it, but it would return None when I tried getting the Item data.

I ended up building my own API wrapper in python.

So did you get a solution? This looks like the solution to me:

You wanted a python version of the module instead?

Yes, I wanted the python version of the module but ones I use didn’t work or didn’t give the result I wanted so I ended up making API Wrapper in Python that scrapes the data from Rolimons that I wanted. I do plan on using the Roblox Module soon so I’ll mark as the solution.

But the thread @Kaid3n22 sent was the solution, it just wasn’t in python like you wanted?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.