ManiMozaffar / linkedIn-scraper

A playwright bot which is implemented to scrape linkedin and store advertisement data in a database and telegram channel
228 stars 23 forks source link

how can I search in React native jobs? #11

Closed peyman-hakemi closed 1 year ago

peyman-hakemi commented 1 year ago

how can I search in React native jobs in the bot?

ManiMozaffar commented 1 year ago

Hi peyman, there's no react native included in keywords, I'll include them ASAP with next push.

You can see all keywords from /info in bot, or from the following URL: https://github.com/ManiMozaffar/linkedIn-scraper/blob/main/src/services/tech/loaddata.py

to filter a namespace, you need to write a logical expression like this:

react_native and remote

this will filter and sends you jobs that are react and they're remote.

ManiMozaffar commented 1 year ago

13

Hello , react native is now supported :-) Cheers!