To help you understand the analyzing process and adding new source, in this part I will use the example by trying analyze & add “Stackoverflow” source.

  1. Firstly, I will analyze listing page: http://stackoverflow.com/questions. I need to select elements that include link to the posts:

    11

  2. I’m using Google Chrome Browser, and right-click on the link and choose “Inspect Element” to find out unique selector of this element

    12

  3. In the image below, I realize that selector #questions .question-summary h3 a will be unique.

    13

  4. You can re-check this selector is unique or not by right-clicking on browser, choose “View Page Source” and searchid="questions". If the result appears once, so, that element is unique.

    14

  5. After analyzing, I come back to WordPress Dashboard, in “Add New Source” and insert this selector in Listing Page > Selector:

    15

  6. Next, I will analyzing in the same way with other parts in child page. And insert into Single Item’s fields like the image below (If you can’t find the field’s selector, you can let it be blank):

    17

  7. Now click Publish this source and it will be ready to crawl on next step!