<<  Unit Miner  <<  QualityUnit
 
Unit Miner - product box
Unit Miner Service

We can extract data for you!

Fast, reliable & affordable Send us your requirements
Data retrieved from Google search results for the term "Unit Miner"

DATA RETRIEVED FOR GOOGLE.COM


EXTRACTION SCRIPT USED

<Section>
    Name main

    <Action ContentURL>
        URL http://www.google.com/search?hl=en&lr=&q=unit+miner&btnG=Search
        RemoveNewLine
        TagsToStrip br,nobr,b
    </Action>

    Define $output_file google-output.html    

    # truncate file
    <Action Print>
        FileName {$output_file}
        FileMode Write
    </Action>
    
    <Section While>
        # match entry
        <Pattern>
            RegExp <a href={$link}>{$title}</a><font*>{$desc}
        </Pattern>

        
        # print entry
        <Action Print>
            FileName {$output_file}
            Text '{$link}','{$title}'<br>\n
        </Action>
    </Section>
    
</Section>

Main main