Re: Data doesn't match up / Empty cells

Describe the problem.
I am super lost. I noticed this FAQ post (Data doesn't match up), however, the wrapping element I need isn't available. This is the output I am getting:

Url: https://blog.feedspot.com/top-50-personal-finance-blogs-worth-reading/

Sitemap:

{"_id":"feedspot","startUrl":["https://blog.feedspot.com/top-50-personal-finance-blogs-worth-reading/"],"selectors":[{"id":"title","type":"SelectorText","parentSelectors":["title wrapper"],"selector":"a.tlink","multiple":false,"regex":"","delay":0},{"id":"url","type":"SelectorText","parentSelectors":["rows"],"selector":"a.ext","multiple":false,"regex":"","delay":0},{"id":"post-content","type":"SelectorElement","parentSelectors":["_root"],"selector":"#fsb","multiple":false,"delay":0},{"id":"title wrapper","type":"SelectorElement","parentSelectors":["post-content"],"selector":"h3","multiple":true,"delay":0},{"id":"rows","type":"SelectorElement","parentSelectors":["post-content"],"selector":".trow.trow-wrap","multiple":true,"delay":0}]}

Try this

{"_id":"feedspot","startUrl":["https://blog.feedspot.com/top-50-personal-finance-blogs-worth-reading/"],"selectors":[{"id":"Element Select","type":"SelectorElement","parentSelectors":["_root"],"selector":"p.trow","multiple":true,"delay":0},{"id":"Blog Name","type":"SelectorElementAttribute","parentSelectors":["Element Select"],"selector":"img.thumb","multiple":false,"extractAttribute":"alt","delay":0},{"id":"Location","type":"SelectorText","parentSelectors":["Element Select"],"selector":"span.location","multiple":false,"regex":"","delay":0},{"id":"Description","type":"SelectorHTML","parentSelectors":["Element Select"],"selector":"_parent_","multiple":false,"regex":"(?<=</strong>)(.*?)(?=<br>)","delay":0},{"id":"URL","type":"SelectorText","parentSelectors":["Element Select"],"selector":"a.ext","multiple":false,"regex":"","delay":0}]}
1 Like

All I can say is wow. Appreciate the help.

i don't understand how to get mine to work need more data please

im getting the same results when i scrape, but the preview looks correct im new to this so the answer
{"_id":"feedspot","startUrl":["https://blog.feedspot.com/top-50-personal-finance-blogs-worth-reading/"],"selectors":[{"id":"Element Select","type":"SelectorElement","parentSelectors":["_root"],"selector":"p.trow","multiple":true,"delay":0},{"id":"Blog Name","type":"SelectorElementAttribute","parentSelectors":["Element Select"],"selector":"img.thumb","multiple":false,"extractAttribute":"alt","delay":0},{"id":"Location","type":"SelectorText","parentSelectors":["Element Select"],"selector":"span.location","multiple":false,"regex":"","delay":0},{"id":"Description","type":"SelectorHTML","parentSelectors":["Element Select"],"selector":"parent","multiple":false,"regex":"(?<=)(.*?)(?=
)","delay":0},{"id":"URL","type":"SelectorText","parentSelectors":["Element Select"],"selector":"a.ext","multiple":false,"regex":"","delay":0}]}

is greek to me

how do you use pagination and a table to get the data off each table by page?

I'm not sure what you mean