0

I am trying to extract Company names, Phone numbers and website urls from this website:https://www.dastelefonbuch.de/Suche/It. Parsehub is names the entry title/row in my results according to the selection functions that ran before it, instead of for example Company_name or Phone_number. What we have right now is "links_Company_name" and "nextpage_links_Company_name". All I need is "Company_name" however. This is what the code looks like:the block the second picture of the block These are my JSON results:

    {
"links":[
{
Company_name, phone_number, Website not shown in sample
},
{
Company_name, phone_number, Website not shown in sample
},
{
Company_name, phone_number, Website not shown in sample
},
{
Company_name, phone_number, Website not shown in sample
},
{
Company_name, phone_number, Website not shown in sample
},
5 more
],
"nextpage":[
{
links, nextpage not shown in sample
}
]
}

0 Answers0