Shanghai Merchants Wealth Crawler Source

Source: Internet
Author: User

Use JavaScript to write the crawler source, used to crawl the Shanghai Merchants Wealth online product information.

Paste the code into the arrow hand Cloud Crawler platform (http://www.shenjianshou.cn/) to run directly,

You do not need to install the compilation environment. To crawl other sites, you can change the source code.

Code execution specific step point here

Code detailed explanation point here

More source download points here

varConfigs ={domains: ["Www.hushangcaifu.com"], scanurls: ["Http://www.hushangcaifu.com/invest/index1.html"], contenturlregexes: ["Http://www\\.hushangcaifu\\.com/invest/a\\d{4}\\.html"], helperurlregexes: ["Http://www\\.hushangcaifu\\.com/invest/index\\d+\\.html"], fields: [{name:"Title", selector:"//div[contains (@class, ' Product-content-top-left-top ')]/h3/text ()", Required:true}, {name:"User_name", selector:"//div[contains (@class, ' Product-content-top-left-top ')]/p/span/text ()"}, {name:"Total_money", selector:"//div[contains (@class, ' Product-content-top-left-middle ')]/div[1]/h4/text ()"}, {name:"Project_time", selector:"//div[contains (@class, ' Product-content-top-left-middle ')]/div[2]/h4/text ()"}, {name:"Annual_return", selector:"//div[contains (@class, ' Product-content-top-left-middle ')]/div[3]/h4/text ()"}, {name:"Return_method", selector:"//div[contains (@class, ' Product-content-top-left-middle ')]/div[4]/h4/text ()"        }            ]};varCrawler =NewCrawler (configs); Crawler.start ();

Shanghai Merchants Wealth Crawler Source

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.