Skip to content

Commit

Permalink
fixed schaeffler
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalaurentiu committed Jul 3, 2023
1 parent eb247ab commit 8373314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/schaeffler.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ s.soup.then((soup) => {
const job_title = job.find("a").text.trim();
const job_link =
"https://jobs.schaeffler.com" + job.find("a").attrs.href;
const company = "Schaeffler";
const city = job
.find("div", { class: "city" })
.find("div")
Expand All @@ -59,6 +58,7 @@ s.soup.then((soup) => {

fetchData().then((jobs) => {
console.log(JSON.stringify(jobs, null, 2));
console.log(jobs.length);
scraper.postApiPeViitor(jobs, company);
});
});

0 comments on commit 8373314

Please sign in to comment.