I would like to scrape a business directory and everything is going fine until I came to the section of phone number, email, website and about company details. I can select any element I tried (text, link, etc) but no type seems to work. The title and category works fine with type "Text".
I would very much appreciate if someone could help me and give me a solution sample sitemap to apply.
{"_id":"eyeofriyadh","startUrl":["- Business Directory > div > a","type":"SelectorLink"},{"id":"company_name","multiple":false,"parentSelectors":["company_page"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"company_main_category","multiple":false,"parentSelectors":["company_page"],"regex":"","selector":".content_left div:nth-of-type(5) > a:nth-of-type(1)","type":"SelectorText"},{"id":"company_subcategory","multiple":false,"parentSelectors":["company_page"],"regex":"","selector":"div:nth-of-type(5) > a:nth-of-type(2)","type":"SelectorText"}]}
