I'm trying to scrape multiple social channels/links from a sub page. The links are in a list. When I click "data preview" I can see all of the elements, when I scape, however, only one gets scraped. I'm open to either pulling all the links into one column, or having a column for each link.
Help would be greatly appreciated!
Example Url: https://creativemornings.com/individuals/roseli
Sitemap:
{"_id":"lasttest","startUrl":["https://creativemornings.com/individuals?chapter_id=185&skill_tag_id=0&sort_key=recently_updated&page=[1-210]"],"selectors":[{"id":"mainpage","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"a.person-link","multiple":true,"delay":0,"clickElementSelector":"more","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"linkstoprofile","type":"SelectorLink","parentSelectors":["mainpage"],"selector":"parent","multiple":true,"delay":0},{"id":"profilepage","type":"SelectorElement","parentSelectors":["linkstoprofile"],"selector":"div.ch_185","multiple":false,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["profilepage"],"selector":"a.user-name-inner","multiple":false,"regex":"","delay":0},{"id":"hire","type":"SelectorText","parentSelectors":["profilepage"],"selector":"span.for-hire","multiple":false,"regex":"","delay":0},{"id":"title","type":"SelectorText","parentSelectors":["profilepage"],"selector":"p","multiple":false,"regex":"","delay":0},{"id":"location","type":"SelectorText","parentSelectors":["profilepage"],"selector":"span.living-line","multiple":false,"regex":"","delay":0},{"id":"linkelement","type":"SelectorLink","parentSelectors":["profilepage"],"selector":"div.has-sites li:nth-of-type(n) a","multiple":true,"delay":0},{"id":"links","type":"SelectorLink","parentSelectors":["links"],"selector":"div.has-sites li:nth-of-type(n) a","multiple":true,"delay":0}]}