FAQs
What sites does Maxun work on?
Maxun is designed to work on any website. There are billions of websites out there (and hundreds are created everyday). We do our best to adapt to almost every possible website - that being said there are always unique scenarios that arise, often due to inaccessible code or non-standard practices on certain sites.
Is Maxun available on the cloud?
Maxun cloud has been highly requested by our users, and we are actively working to bring this to you! Join Maxun Cloud Waitlist.
My Robot Needs Pagination and Scrolling. Can Maxun handle this?
Yes. Maxun supports several pagination methods to accommodate different website designs:
- Click on "next" to navigate to the next page: This method involves clicking a button or link that clearly indicates the next page, such as a "Next" button or an arrow pointing to the right.
- Click on "load more" to load more items: This method involves clicking a button that loads more items onto the current page without navigating to a separate page.
- Scroll down to load more items: This method involves scrolling down the page to trigger the loading of more items. This is common on websites with infinite scrolling.
- Scroll up to load more items: Similar to scrolling down, this method involves scrolling up to load more items. This is less common but can be found on some websites.
- No more items to load: This option indicates that there are no more items to load on the current page or in the entire list.
Can my robot login to websites?
Yes. Refer this section: Extract behind login.
Can I extract data from an iFrame?
Yes. Maxun 0.0.6 onwards data inside iFrame can be extracted.
Can I extract data from Shadow DOM?
Yes. Maxun 0.0.6 onwards data inside Shadow DOM can be extracted.
Can I download files using Maxun?
Maxun is primarily designed to extract text data, but this is a part of our roadmap.
Currently, you can extract URLs
of files, such as:
- Image URLs
When training a robot, you can easily capture image URLs by clicking on the image and selecting "URL." This allows you to collect a list of image URLs that you can then use to download the images manually or with other tools.
- File Links
Similarly, you can capture the URLs of other types of files, such as PDFs or documents, by selecting the link or element that points to the direct file and using the appropriate capture action.
Can my robot fill out a form or perform an action before extracting data?
Definitely! Your robot can:
- Open a webpage
- Log in
- Click on buttons
- Fill out a form
- Select from a dropdown menu, radios, checkboxes, dates, times, etc.
- Extract structured data from a webpage into a spreadsheet
- Take screenshots
Robot FAQs
ℹ️ Maxun is designed to work on any website. Below are some limitations
Captchas
- We support solving several types of captcha in Maxun Cloud (e.g., ReCaptcha, hCaptcha), but not custom captcha.
- Captcha bypass in not supported in Maxun Open Source. Contributions are welcome!
A/B tests on websites
If a website is running an A/B test and the robot encounters a different version of the page than the one it was trained on, it might either fail or collect incorrect information. While the robot can adapt to certain differences, it may not handle all variations effectively.
Very Strong Bot Detection
Maxun Cloud bypasses the bot detection effectively. For Maxun Open Source, you need to bring your own proxies. However, if your robot needs to log into a website, then there is a higher chance of runs failing because:
- The same user is accessing the account from different IP addresses (your local IP and Maxun's IPs).
- High run frequency by the robot can appear suspicious. As a result, robots that require login credentials are more likely to be flagged. Flagging rate might reduce when you robots are run at a high frequency locally.