Doesnt scrapes all the data only 2 ? What i am missing?

It only take data for 2 companies where do i miss something

Url: Current exhibitor list | embedded world

Sitemap:
{"_id":"embedded","startUrl":["https://www.embedded-world.de/en/exhibition-info/review/exhibitor-list"],"selectors":[{"id":"list","type":"SelectorLink","parentSelectors":["_root"],"selector":".tq-flex div:nth-of-type(2) a:nth-of-type(n+16)","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["list"],"selector":"h1","multiple":true,"regex":"","delay":0},{"id":"web","type":"SelectorText","parentSelectors":["list"],"selector":"a[target]","multiple":false,"regex":"","delay":0}]}

Hi @rodmans
If the scraper stops before the page fully load, delay the load time before the scrape.

Sitemap:

{"_id":"embedded","startUrl":["https://www.embedded-world.de/en/exhibition-info/review/exhibitor-list"],"selectors":[{"id":"list","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":"a.tq-flex","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["list"],"selector":"h1.tq-inline","multiple":false,"regex":"","delay":0},{"id":"web","type":"SelectorText","parentSelectors":["list"],"selector":".tq-flex a[target]","multiple":false,"regex":"","delay":0}]}

Hi @Asad
The result are null
I dont know how is not posible because the structure of the map is great

Sorry for the mistake.
Again, If the scraper stops before the page fully load, delay the load time before the scrape.

{"_id":"embedded","startUrl":["https://www.embedded-world.de/en/exhibition-info/review/exhibitor-list"],"selectors":[{"id":"list","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.tq-flex","multiple":false,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["list"],"selector":"h1.tq-inline","multiple":false,"regex":"","delay":0},{"id":"web","type":"SelectorText","parentSelectors":["list"],"selector":".tq-flex a[target]","multiple":false,"regex":"","delay":0}]}