HtmlClean Scraper test Page



For HTML output type


For XML output type
Example 1 : Basic

{
    "mode": "basic",
    "login": "xxxxxx",
    "passwd": "****"
}
                
Example 2 : Login form

{
    "mode": "post",
    "user": "xxxxxx",
    "password": "****",
    "loginUrl": "https://secure.lemonde.fr/sfuser/connexion",
    "userNameInputXPath": "//*[@id='connection_mail']",
    "passwordInputXPath": "//*[@id='connection_password']",
    "submitInputXPath": "//*[@id='connection_save']"
}