Copy LinkedIn company details from job post to Google sheet not showing

Hi all.

I am trying to extend the default Bardeen scaping template for LinkedIn job posts by just adding another column for the scraper and adding the highlighted text. It shows that the text had been scraped successfully. But when I modify and run the playbook, ‘Copy a list of LinkedIn job posts to a Google sheet’ (https://www.bardeen.ai/playbook_id/8f38e568-a081-4918-b634-ce3453e9784f?source=sharing), with my modified scraping template (and I added the new column in the builder), it doesn’t show in the Google sheet, only the column for my new ‘Company Details’ are added but it does not contain any text.

Any help in this regard would by highly appreciated.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hi @adamjcordy

Sorry about the delayed response!

Seems like you’re trying to extend a Bardeen model.

I just tried your use-case and it worked with no issues.
Extend an existing model

Shared link:

I got it with Bardeen’s automatically generated selectors

You can try with these:
SECTION:first-of-type > DIV:first-of-type > DIV:last-of-type
DIV.jobs-company__box:first-of-type > DIV:last-of-type

Let me know if it works!

If you want to dive into refining the css selectors for you case, do check our latest scraper masterclasses where we’re teaching this :slight_smile:

1 Like

Thank you so much for the in-depth response!
Appreciate it a lot.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.