Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
jobId: string
jobUrl: string
title: string
companyName: string
category: string
seniority: list<item: string>
  child 0, item: string
seniorityTop: string
technology: string
requiredSkills: list<item: string>
  child 0, item: string
otherTags: list<item: string>
  child 0, item: string
salaryFrom: int64
salaryTo: int64
salaryCurrency: string
salaryPeriod: string
salaryType: string
salaryDisclosed: bool
isFullyRemote: bool
cities: list<item: string>
  child 0, item: string
city: string
countries: list<item: string>
  child 0, item: string
regions: list<item: string>
  child 0, item: string
postedAt: timestamp[s]
postedDate: timestamp[s]
renewedAt: timestamp[s]
reference: string
onlineInterviewAvailable: bool
sourceQuery: string
scrapedAt: timestamp[s]
_run_id: string
_dataset_id: string
key: string
url: string
section: string
keyword: null
label: string
status: string
articleCount: int64
events: list<item: null>
  child 0, item: null
checkedAt: string
changeType: string
to
{'jobId': Value('string'), 'jobUrl': Value('string'), 'title': Value('string'), 'companyName': Value('string'), 'category': Value('string'), 'seniority': List(Value('string')), 'seniorityTop': Value('string'), 'technology': Value('string'), 'requiredSkills': List(Value('string')), 'otherTags': List(Value('string')), 'salaryFrom': Value('int64'), 'salaryTo': Value('int64'), 'salaryCurrency': Value('string'), 'salaryPeriod': Value('string'), 'salaryType': Value('string'), 'salaryDisclosed': Value('bool'), 'isFullyRemote': Value('bool'), 'cities': List(Value('string')), 'city': Value('string'), 'countries': List(Value('string')), 'regions': List(Value('string')), 'postedAt': Value('timestamp[s]'), 'postedDate': Value('timestamp[s]'), 'renewedAt': Value('timestamp[s]'), 'reference': Value('string'), 'onlineInterviewAvailable': Value('bool'), 'sourceQuery': Value('string'), 'scrapedAt': Value('timestamp[s]'), '_run_id': Value('string'), '_dataset_id': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              jobId: string
              jobUrl: string
              title: string
              companyName: string
              category: string
              seniority: list<item: string>
                child 0, item: string
              seniorityTop: string
              technology: string
              requiredSkills: list<item: string>
                child 0, item: string
              otherTags: list<item: string>
                child 0, item: string
              salaryFrom: int64
              salaryTo: int64
              salaryCurrency: string
              salaryPeriod: string
              salaryType: string
              salaryDisclosed: bool
              isFullyRemote: bool
              cities: list<item: string>
                child 0, item: string
              city: string
              countries: list<item: string>
                child 0, item: string
              regions: list<item: string>
                child 0, item: string
              postedAt: timestamp[s]
              postedDate: timestamp[s]
              renewedAt: timestamp[s]
              reference: string
              onlineInterviewAvailable: bool
              sourceQuery: string
              scrapedAt: timestamp[s]
              _run_id: string
              _dataset_id: string
              key: string
              url: string
              section: string
              keyword: null
              label: string
              status: string
              articleCount: int64
              events: list<item: null>
                child 0, item: null
              checkedAt: string
              changeType: string
              to
              {'jobId': Value('string'), 'jobUrl': Value('string'), 'title': Value('string'), 'companyName': Value('string'), 'category': Value('string'), 'seniority': List(Value('string')), 'seniorityTop': Value('string'), 'technology': Value('string'), 'requiredSkills': List(Value('string')), 'otherTags': List(Value('string')), 'salaryFrom': Value('int64'), 'salaryTo': Value('int64'), 'salaryCurrency': Value('string'), 'salaryPeriod': Value('string'), 'salaryType': Value('string'), 'salaryDisclosed': Value('bool'), 'isFullyRemote': Value('bool'), 'cities': List(Value('string')), 'city': Value('string'), 'countries': List(Value('string')), 'regions': List(Value('string')), 'postedAt': Value('timestamp[s]'), 'postedDate': Value('timestamp[s]'), 'renewedAt': Value('timestamp[s]'), 'reference': Value('string'), 'onlineInterviewAvailable': Value('bool'), 'sourceQuery': Value('string'), 'scrapedAt': Value('timestamp[s]'), '_run_id': Value('string'), '_dataset_id': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

jobId
string
jobUrl
string
title
string
companyName
string
category
string
seniority
list
seniorityTop
string
technology
string
requiredSkills
list
otherTags
list
salaryFrom
int64
salaryTo
int64
salaryCurrency
string
salaryPeriod
string
salaryType
string
salaryDisclosed
bool
isFullyRemote
bool
cities
list
city
string
countries
list
regions
list
postedAt
timestamp[s]
postedDate
timestamp[s]
renewedAt
timestamp[s]
reference
string
onlineInterviewAvailable
bool
sourceQuery
string
scrapedAt
timestamp[s]
_run_id
string
_dataset_id
string
specjalista-ds-bezpieczenstwa-cloudflare-k-m-n-bluebinary-Szczecin
https://nofluffjobs.com/job/specjalista-ds-bezpieczenstwa-cloudflare-k-m-n-bluebinary-szczecin
Specjalista ds. bezpieczeństwa Cloudflare (K,M,N)
BLUEBINARY
security
[ "Mid" ]
Mid
null
[ "Cloudflare", "HTTP", "WAF" ]
[ "security" ]
29,400
42,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Wrocław", "Warszawa", "Gdańsk", "Kraków", "Poznań" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-29T22:01:10
2026-07-29T00:00:00
2026-08-02T22:01:10
62WSLC5N
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-java-engineer-trading-systems-vistulo-for-a-major-n-american-bank-Szczecin
https://nofluffjobs.com/job/senior-java-engineer-trading-systems-vistulo-for-a-major-n-american-bank-szczecin
Senior Java Engineer (Trading Systems)
Vistulo (for a major N. American bank)
backend
[ "Senior" ]
Senior
Java
[ "Java", "Algorithms", "Multi-threading" ]
[ "backend" ]
45,360
50,400
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-30T22:00:53
2026-07-30T00:00:00
2026-08-02T22:00:53
T685WMUM
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
social-media-graphic-designer-bluebinary-Szczecin
https://nofluffjobs.com/job/social-media-graphic-designer-bluebinary-szczecin
Social Media Graphic Designer
BLUEBINARY
marketing
[ "Mid" ]
Mid
null
[ "Adobe", "Photoshop", "Digital marketing" ]
[ "marketing" ]
6,000
7,500
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Wrocław", "Warszawa", "Gdańsk", "Kraków", "Poznań" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-29T22:00:26
2026-07-29T00:00:00
2026-08-02T22:00:26
JYVFNRDA
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-back-end-java-developer-cognitran-Szczecin
https://nofluffjobs.com/job/senior-back-end-java-developer-cognitran-szczecin
Senior Back-End Java Developer
Cognitran
backend
[ "Senior" ]
Senior
Java
[ "Java", "Spring Boot", "Gradle" ]
[ "backend" ]
16,000
24,000
PLN
month
permanent
true
true
[ "Szczecin", "Remote", "Poznań" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-30T22:00:14
2026-07-30T00:00:00
2026-08-02T22:00:14
LYTFBLCW
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
junior-product-owner-spyrosoft-Szczecin
https://nofluffjobs.com/job/junior-product-owner-spyrosoft-szczecin
Junior Product Owner
Spyrosoft
productManagement
[ "Junior" ]
Junior
null
[ "Product Management", "Project management", "Software product lifecycle" ]
[ "product-management" ]
10,920
16,800
PLN
month
b2b
true
false
[ "Szczecin", "Wrocław", "Warszawa" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-28T14:12:37
2026-07-28T00:00:00
2026-08-02T14:12:37
MQKMFRAK
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
specjalista-ds-sprzedazy-uav-i-lotnictwo-k-m-aerobits-Szczecin
https://nofluffjobs.com/job/specjalista-ds-sprzedazy-uav-i-lotnictwo-k-m-aerobits-szczecin
Specjalista ds. Sprzedaży – UAV i Lotnictwo (k/m)
Aerobits Sp. z o.o.
sales
[ "Mid" ]
Mid
null
[ "Międzynarodowa sprzedaż B2B", "Sprzedaż techniczna", "Doświadczenie w branży elektronicznej" ]
[ "sales" ]
8,500
11,000
PLN
month
permanent
true
false
[ "Szczecin" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-29T13:22:24
2026-07-29T00:00:00
2026-08-02T13:22:24
YEMGYE5O
false
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-software-developer-product-modeler-f-m-x-sii-polska-Szczecin
https://nofluffjobs.com/job/senior-software-developer-product-modeler-f-m-x-sii-polska-szczecin
Senior Software Developer – Product Modeler (f/m/x)
Sii Polska
backend
[ "Senior" ]
Senior
null
[ "Configurator", "Product modelling", "Python/ .NET/ Java" ]
[ "backend" ]
25,000
30,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-28T12:55:59
2026-07-28T00:00:00
2026-08-02T12:55:59
JEJH4T0A
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-oracle-ebs-developer-f-m-x-sii-polska-Szczecin
https://nofluffjobs.com/job/senior-oracle-ebs-developer-f-m-x-sii-polska-szczecin
Senior Oracle EBS Developer (f/m/x)
Sii Polska
backend
[ "Senior" ]
Senior
EBS
[ "Ebs", "EBS (Oracle E-Business Suite)" ]
[ "backend", "en" ]
18,000
24,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-15T10:48:49
2026-07-15T00:00:00
2026-08-02T10:48:49
PU59JLUS
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-salesforce-marketing-cloud-architect-f-m-x-sii-polska-Szczecin-1
https://nofluffjobs.com/job/senior-salesforce-marketing-cloud-architect-f-m-x-sii-polska-szczecin-1
Senior Salesforce Marketing Cloud Architect (f/m/x)
Sii Polska
architecture
[ "Senior" ]
Senior
null
[ "Salesforce", "Salesforce Marketing Cloud (SFMC)", "BigQuery" ]
[ "architecture" ]
27,300
35,700
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-27T09:58:21
2026-07-27T00:00:00
2026-08-02T09:58:21
DM8F8MJP
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
cybersecurity-network-engineer-f-m-x-sii-polska-Szczecin
https://nofluffjobs.com/job/cybersecurity-network-engineer-f-m-x-sii-polska-szczecin
Cybersecurity Network Engineer (f/m/x)
Sii Polska
security
[ "Senior" ]
Senior
Cisco
[ "Cisco", "IaC (Infrastructure as Code)", "Python" ]
[ "security" ]
23,100
27,300
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-15T09:41:19
2026-07-15T00:00:00
2026-08-02T09:41:19
V7V8OKZ4
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
azure-vmware-solution-consultant-f-m-x-sii-polska-Szczecin
https://nofluffjobs.com/job/azure-vmware-solution-consultant-f-m-x-sii-polska-szczecin
Azure VMware Solution Consultant (f/m/x)
Sii Polska
architecture
[ "Senior" ]
Senior
Azure
[ "Azure", "Microsoft Azure", "VMware" ]
[ "architecture" ]
25,200
30,450
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-29T07:53:14
2026-07-29T00:00:00
2026-08-02T07:53:14
87N3UTB6
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
salesforce-developer-regular-spyrosoft-Szczecin
https://nofluffjobs.com/job/salesforce-developer-regular-spyrosoft-szczecin
Salesforce Developer (Regular)
Spyrosoft
erp
[ "Mid" ]
Mid
null
[ "Salesforce", "Apex", "Cloud" ]
[ "erp" ]
18,480
23,520
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Łódź", "Gdynia", "Białystok", "Kraków", "Wrocław", "Warszawa" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-09T07:48:52
2026-07-09T00:00:00
2026-08-02T07:48:52
9KQRZRUJ
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-data-engineer-f-m-x-sii-polska-Szczecin
https://nofluffjobs.com/job/senior-data-engineer-f-m-x-sii-polska-szczecin
Senior Data Engineer (f/m/x)
Sii Polska
data
[ "Senior" ]
Senior
null
[ "Data Factory", "Python", "SQL" ]
[ "data" ]
23,100
25,200
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-28T07:09:11
2026-07-28T00:00:00
2026-08-02T07:09:11
UUXTSINI
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-react-frontend-developer-with-fixed-income-experience-vistulo-for-a-major-n-american-bank-Szczecin
https://nofluffjobs.com/job/senior-react-frontend-developer-with-fixed-income-experience-vistulo-for-a-major-n-american-bank-szczecin
Senior React Frontend Developer with Fixed Income experience
Vistulo (for a major N. American bank)
frontend
[ "Senior" ]
Senior
React
[ "React", "JavaScript", "Algorithms" ]
[ "frontend" ]
36,960
42,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-29T22:01:27
2026-07-29T00:00:00
2026-08-01T22:01:27
UOARCZ3C
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-java-backend-engineer-core-java-trading-systems-vistulo-for-a-major-n-american-bank-Szczecin-2
https://nofluffjobs.com/job/senior-java-backend-engineer-core-java-trading-systems-vistulo-for-a-major-n-american-bank-szczecin-2
Senior Java Backend Engineer (Core Java, Trading Systems)
Vistulo (for a major N. American bank)
backend
[ "Senior" ]
Senior
Java
[ "Java", "Core Java", "Algorithms" ]
[ "backend" ]
36,960
40,320
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-29T22:01:21
2026-07-29T00:00:00
2026-08-01T22:01:21
CK0N08C0
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
golang-vue-js-regular-developer-spyrosoft-Szczecin
https://nofluffjobs.com/job/golang-vue-js-regular-developer-spyrosoft-szczecin
Golang/Vue.js Regular Developer
Spyrosoft
backend
[ "Mid" ]
Mid
Golang
[ "Golang", "Go", "Vue.js" ]
[ "backend" ]
18,480
25,200
PLN
month
b2b
true
false
[ "Szczecin", "Białystok", "Kraków", "Łódź", "Gdańsk", "Gdynia", "Wrocław", "Warszawa" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-31T22:01:03
2026-07-31T00:00:00
2026-08-01T22:01:03
8XU8OHPL
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
mid-back-end-java-developer-cognitran-Szczecin
https://nofluffjobs.com/job/mid-back-end-java-developer-cognitran-szczecin
Mid Back-End Java Developer
Cognitran
backend
[ "Mid" ]
Mid
Java
[ "Java", "Gradle", "Spring Boot" ]
[ "backend" ]
12,000
16,000
PLN
month
permanent
true
true
[ "Szczecin", "Remote", "Poznań" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-31T22:00:22
2026-07-31T00:00:00
2026-08-01T22:00:22
DMQJKZ4A
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
business-analyst-murex-vistulo-for-a-major-n-american-bank-Szczecin
https://nofluffjobs.com/job/business-analyst-murex-vistulo-for-a-major-n-american-bank-szczecin
Business Analyst - Murex
Vistulo (for a major N. American bank)
productManagement
[ "Senior" ]
Senior
null
[ "Murex", "FX Trading systems", "Market data" ]
[ "product-management" ]
33,600
40,320
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-31T18:38:04
2026-07-31T00:00:00
2026-08-01T18:38:04
4ZBN4VEN
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-mechatronics-engineer-freelancer-spyrosoft-Szczecin
https://nofluffjobs.com/job/senior-mechatronics-engineer-freelancer-spyrosoft-szczecin
Senior Mechatronics Engineer (freelancer)
Spyrosoft
mechanics
[ "Senior" ]
Senior
null
[ "Mechatronics", "Integrated software", "Hardware systems" ]
[ "mechanics" ]
16,800
21,840
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Wrocław", "Warszawa", "Łódź", "Gdańsk", "Gdynia", "Kraków", "Białystok", "Brussels" ]
Szczecin
[ "Poland", "Belgium" ]
[ "pl" ]
2026-07-29T15:51:25
2026-07-29T00:00:00
2026-08-01T15:51:25
NGYHQVBD
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
software-supply-chain-engineer-f-m-x-sii-polska-Szczecin
https://nofluffjobs.com/job/software-supply-chain-engineer-f-m-x-sii-polska-szczecin
Software Supply Chain Engineer (f/m/x)
Sii Polska
devops
[ "Senior" ]
Senior
null
[ "Open source", "CI/CD", "SBOM" ]
[ "devops" ]
24,000
27,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-20T15:02:03
2026-07-20T00:00:00
2026-08-01T15:02:03
7WOXLT9X
true
cities=szczecin
2026-08-03T00:22:52
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
test-automation-engineer-with-java-and-playwright-banking-sector-f-m-x-sii-polska-Szczecin-1
https://nofluffjobs.com/job/test-automation-engineer-with-java-and-playwright-banking-sector-f-m-x-sii-polska-szczecin-1
Test Automation Engineer with Java and Playwright - banking sector (f/m/x)
Sii Polska
testing
[ "Senior" ]
Senior
Java
[ "Java", "Playwright", "CI/CD" ]
[ "testing" ]
15,000
23,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-25T22:01:00
2026-07-25T00:00:00
2026-07-31T22:01:00
DFF5LQE4
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-salesforce-marketing-cloud-architect-f-m-x-sii-polska-Szczecin
https://nofluffjobs.com/job/senior-salesforce-marketing-cloud-architect-f-m-x-sii-polska-szczecin
Senior Salesforce Marketing Cloud Architect (f/m/x)
Sii Polska
architecture
[ "Senior" ]
Senior
null
[ "Salesforce", "Salesforce Marketing Cloud (SFMC)", "BigQuery" ]
[ "architecture" ]
27,000
35,700
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-25T22:00:48
2026-07-25T00:00:00
2026-07-31T22:00:48
2JSN2HC1
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-cloud-infrastructure-engineer-vistulo-for-a-major-n-american-bank-Szczecin
https://nofluffjobs.com/job/senior-cloud-infrastructure-engineer-vistulo-for-a-major-n-american-bank-szczecin
Senior Cloud Infrastructure Engineer
Vistulo (for a major N. American bank)
devops
[ "Senior" ]
Senior
null
[ "AWS", "Terraform", "K8s" ]
[ "devops" ]
36,960
42,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-26T22:00:33
2026-07-26T00:00:00
2026-07-31T22:00:33
I9MWHVHI
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
manager-ds-rozwoju-rynku-przedstawiciel-handlowy-k-m-audit-hr-Szczecin
https://nofluffjobs.com/job/manager-ds-rozwoju-rynku-przedstawiciel-handlowy-k-m-audit-hr-szczecin
Manager ds. rozwoju rynku/Przedstawiciel handlowy (K/M)
Audit HR
sales
[ "Mid" ]
Mid
null
[ "Doświadczenie", "Sprzedaż B2B" ]
[ "sales", "en" ]
10,000
15,000
PLN
month
permanent
true
false
[ "Szczecin" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-29T22:00:24
2026-07-29T00:00:00
2026-07-31T22:00:24
E0PIMULL
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
system-analyst-sektor-bankowy-f-m-x-sii-polska-Szczecin-2
https://nofluffjobs.com/job/system-analyst-sektor-bankowy-f-m-x-sii-polska-szczecin-2
System Analyst – sektor bankowy (f/m/x)
Sii Polska
businessAnalyst
[ "Senior" ]
Senior
UML
[ "UML", "BPMN", "Sparx Systems Enterprise Architect" ]
[ "business-analyst" ]
18,000
23,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-25T22:00:07
2026-07-25T00:00:00
2026-07-31T22:00:07
DWIFHZGS
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
specjalistka-specjalista-ds-bankowosci-infakt-Szczecin
https://nofluffjobs.com/job/specjalistka-specjalista-ds-bankowosci-infakt-szczecin
Specjalistka / Specjalista ds. Bankowości
Infakt Sp. z o.o.
customerService
[ "Mid" ]
Mid
null
[ "Finanse", "Bankowość", "JDG" ]
[ "customer-service" ]
7,000
10,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Warszawa", "Gdańsk", "Wrocław", "Poznań", "Rzeszów", "Łódź", "Lublin", "Katowice", "Bydgoszcz", "Białystok", "Toruń", "Olsztyn", "Kielce", "Opole", "Zielona Góra", "Gorzów Wielkopolski", "Bielsko-Biała", "Częstochowa", "Radom", "Sosnowiec"...
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-13T10:50:09
2026-07-13T00:00:00
2026-07-31T10:50:09
N3HFNBNT
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
specjalistka-specjalista-ds-ksiegowosci-dzial-obslugi-klienta-infakt-Szczecin
https://nofluffjobs.com/job/specjalistka-specjalista-ds-ksiegowosci-dzial-obslugi-klienta-infakt-szczecin
Specjalistka / Specjalista ds. Księgowości (Dział Obsługi Klienta)
Infakt Sp. z o.o.
customerService
[ "Mid" ]
Mid
null
[ "Księgowość", "Obsługa klienta", "Komunikacja" ]
[ "customer-service" ]
7,000
10,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Warszawa", "Gdańsk", "Wrocław", "Poznań", "Rzeszów", "Łódź", "Lublin", "Katowice", "Bydgoszcz", "Białystok", "Toruń", "Olsztyn", "Kielce", "Opole", "Zielona Góra", "Gorzów Wielkopolski", "Bielsko-Biała", "Częstochowa", "Radom", "Sosnowiec"...
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-13T10:41:03
2026-07-13T00:00:00
2026-07-31T10:41:03
P2TB4YNT
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
ksiegowy-infakt-pelna-ksiegowosc-b2b-infakt-Szczecin
https://nofluffjobs.com/job/ksiegowy-infakt-pelna-ksiegowosc-b2b-infakt-szczecin
Księgowy inFakt — Pełna Księgowość (B2B)
Infakt Sp. z o.o.
finance
[ "Mid" ]
Mid
null
[ "Pełna księgowość", "Podatki", "Spółki prawa handlowego" ]
[ "finance" ]
9,500
19,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Warszawa", "Gdańsk", "Wrocław", "Poznań", "Rzeszów", "Łódź", "Katowice", "Lublin", "Bydgoszcz", "Białystok", "Toruń", "Olsztyn", "Kielce", "Opole", "Zielona Góra", "Gorzów Wielkopolski", "Bielsko-Biała", "Częstochowa", "Radom", "Sosnowiec"...
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-13T08:14:14
2026-07-13T00:00:00
2026-07-31T08:14:14
HOM7QDYN
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
mlodszy-ksiegowy-infakt-uproszczona-ksiegowosc-b2b-infakt-Szczecin
https://nofluffjobs.com/job/mlodszy-ksiegowy-infakt-uproszczona-ksiegowosc-b2b-infakt-szczecin
Młodszy Księgowy inFakt — Uproszczona Księgowość (B2B)
Infakt Sp. z o.o.
finance
[ "Mid" ]
Mid
null
[ "Uproszczona księgowość", "Podatki", "Deklaracje ZUS" ]
[ "finance" ]
5,000
10,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Warszawa", "Gdańsk", "Wrocław", "Poznań", "Rzeszów", "Łódź", "Katowice", "Lublin", "Bydgoszcz", "Białystok", "Toruń", "Olsztyn", "Kielce", "Opole", "Zielona Góra", "Gorzów Wielkopolski", "Bielsko-Biała", "Częstochowa", "Radom", "Sosnowiec"...
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-13T08:11:46
2026-07-13T00:00:00
2026-07-31T08:11:46
YHXNBSGL
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
mlodszy-ksiegowy-infakt-pelna-ksiegowosc-b2b-infakt-Szczecin
https://nofluffjobs.com/job/mlodszy-ksiegowy-infakt-pelna-ksiegowosc-b2b-infakt-szczecin
Młodszy Księgowy inFakt — Pełna Księgowość (B2B)
Infakt Sp. z o.o.
finance
[ "Mid" ]
Mid
null
[ "Pełna księgowość", "Podatki", "Spółki prawa handlowego" ]
[ "finance" ]
6,500
13,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Warszawa", "Gdańsk", "Wrocław", "Poznań", "Rzeszów", "Łódź", "Katowice", "Lublin", "Bydgoszcz", "Białystok", "Toruń", "Olsztyn", "Kielce", "Opole", "Zielona Góra", "Gorzów Wielkopolski", "Bielsko-Biała", "Częstochowa", "Radom", "Sosnowiec"...
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-13T07:58:33
2026-07-13T00:00:00
2026-07-31T07:58:33
7TXQTTTT
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
ksiegowy-infakt-uproszczona-ksiegowosc-b2b-infakt-Szczecin
https://nofluffjobs.com/job/ksiegowy-infakt-uproszczona-ksiegowosc-b2b-infakt-szczecin
Księgowy inFakt — Uproszczona Księgowość (B2B)
Infakt Sp. z o.o.
finance
[ "Mid" ]
Mid
null
[ "Uproszczona księgowość", "Podatki", "Deklaracje ZUS" ]
[ "finance" ]
7,000
14,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Warszawa", "Gdańsk", "Wrocław", "Poznań", "Rzeszów", "Łódź", "Katowice", "Lublin", "Bydgoszcz", "Białystok", "Toruń", "Olsztyn", "Kielce", "Opole", "Zielona Góra", "Gorzów Wielkopolski", "Bielsko-Biała", "Częstochowa", "Radom", "Sosnowiec"...
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-13T07:58:16
2026-07-13T00:00:00
2026-07-31T07:58:16
QMB1LWXH
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-power-platform-developer-with-copilot-studio-spyrosoft-Szczecin
https://nofluffjobs.com/job/senior-power-platform-developer-with-copilot-studio-spyrosoft-szczecin
Senior Power Platform Developer (with Copilot Studio)
Spyrosoft
artificialIntelligence
[ "Senior" ]
Senior
null
[ "Power Platform", "Microsoft Copilot Studio", "AI" ]
[ "artificial-intelligence" ]
18,480
25,200
PLN
month
b2b
true
false
[ "Szczecin", "Wrocław", "Białystok", "Kraków", "Gdańsk", "Gdynia", "Łódź", "Warszawa" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-06T08:13:51
2026-07-06T00:00:00
2026-07-30T08:13:51
UHG8LSZD
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-cloud-engineer-spyrosoft-Szczecin
https://nofluffjobs.com/job/senior-cloud-engineer-spyrosoft-szczecin
Senior Cloud Engineer
Spyrosoft
devops
[ "Senior" ]
Senior
null
[ "Degree", "Cloud", "Azure" ]
[ "devops" ]
16,800
20,160
PLN
month
b2b
true
false
[ "Szczecin", "Wrocław", "Kraków", "Białystok", "Łódź", "Gdynia", "Gdańsk", "Warszawa" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-06T08:13:37
2026-07-06T00:00:00
2026-07-30T08:13:37
9CFC1BEK
false
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-react-frontend-developer-vistulo-for-a-major-n-american-bank-Szczecin
https://nofluffjobs.com/job/senior-react-frontend-developer-vistulo-for-a-major-n-american-bank-szczecin
Senior React Frontend Developer
Vistulo (for a major N. American bank)
frontend
[ "Senior" ]
Senior
React
[ "React", "JavaScript", "Algorithms" ]
[ "frontend" ]
33,600
38,640
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-24T22:00:52
2026-07-24T00:00:00
2026-07-29T22:00:52
O4IKSL4Q
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
fx-trading-systems-engineer-java-backend-vistulo-for-a-major-n-american-bank-Szczecin
https://nofluffjobs.com/job/fx-trading-systems-engineer-java-backend-vistulo-for-a-major-n-american-bank-szczecin
FX Trading Systems Engineer (Java Backend)
Vistulo (for a major N. American bank)
backend
[ "Senior" ]
Senior
Java
[ "Java", "Algorithms", "Multi-threading" ]
[ "backend" ]
45,360
50,400
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-24T22:00:15
2026-07-24T00:00:00
2026-07-29T22:00:15
DDCCQ5QZ
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
business-analyst-legal-operations-f-m-x-sii-polska-Szczecin
https://nofluffjobs.com/job/business-analyst-legal-operations-f-m-x-sii-polska-szczecin
Business Analyst - Legal Operations (f/m/x)
Sii Polska
businessAnalyst
[ "Senior" ]
Senior
null
[ "User stories", "SaaS Solutions" ]
[ "business-analyst", "pl" ]
23,100
25,200
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Łódź", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-23T09:22:09
2026-07-23T00:00:00
2026-07-29T09:22:09
TIVPJXMY
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
solutions-architect-masterborn-Szczecin-2
https://nofluffjobs.com/job/solutions-architect-masterborn-szczecin-2
Solutions Architect
MasterBorn
architecture
[ "Senior" ]
Senior
AWS
[ "AWS", "Working with external clients", "System Design" ]
[ "architecture" ]
20,000
30,000
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Wrocław", "Gdynia", "Kraków", "Gdańsk", "Warszawa", "Katowice", "Lublin", "Łódź" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-23T22:00:41
2026-07-23T00:00:00
2026-07-28T22:00:41
DBJTI2IC
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-network-engineer-vistulo-for-a-major-n-american-bank-Szczecin
https://nofluffjobs.com/job/senior-network-engineer-vistulo-for-a-major-n-american-bank-szczecin
Senior Network Engineer
Vistulo (for a major N. American bank)
sysAdministrator
[ "Senior" ]
Senior
null
[ "Python", "API", "AWS" ]
[ "sys-administrator" ]
36,960
40,320
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-23T22:00:18
2026-07-23T00:00:00
2026-07-28T22:00:18
0Y9IMEVK
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-c-trading-systems-engineer-vistulo-for-a-major-n-american-bank-Szczecin
https://nofluffjobs.com/job/senior-c-trading-systems-engineer-vistulo-for-a-major-n-american-bank-szczecin
Senior C# Trading Systems Engineer
Vistulo (for a major N. American bank)
backend
[ "Senior" ]
Senior
.NET
[ ".NET", "Algorithms", "Multi-threading" ]
[ "backend" ]
42,000
47,040
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Łódź", "Rzeszów" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-10T09:35:44
2026-07-10T00:00:00
2026-07-28T09:35:44
OJ4TVWWS
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
junior-front-end-developer-vue-adrespect-Szczecin
https://nofluffjobs.com/job/junior-front-end-developer-vue-adrespect-szczecin
Junior Front-end Developer [VUE]
adRespect
frontend
[ "Junior" ]
Junior
HTML
[ "HTML", "CSS", "JavaScript" ]
[ "frontend" ]
4,500
5,500
PLN
month
b2b
true
true
[ "Szczecin", "Remote" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-10T07:13:24
2026-07-10T00:00:00
2026-07-28T07:13:24
IA7NULEA
true
cities=szczecin
2026-08-03T00:22:54
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
software-engineer-regular-spyrosoft-Szczecin
https://nofluffjobs.com/job/software-engineer-regular-spyrosoft-szczecin
Software Engineer (regular)
Spyrosoft
fullstack
[ "Mid" ]
Mid
Java
[ "Java", ".NET CORE", "AWS" ]
[ "fullstack" ]
11,760
16,800
PLN
month
b2b
true
true
[ "Szczecin", "Remote", "Wrocław", "Kraków", "Warszawa", "Białystok", "Łódź" ]
Szczecin
[ "Poland" ]
[ "pl" ]
2026-07-16T07:11:39
2026-07-16T00:00:00
2026-07-28T07:11:39
1DFPUDRQ
true
cities=szczecin
2026-08-03T00:22:56
ihApoaCCwdg0HHXlW
eEkdUXf4n0orYAgeQ
senior-ai-platform-engineer-xtb-Łódź
https://nofluffjobs.com/job/senior-ai-platform-engineer-xtb-lodz
Senior AI Platform Engineer
XTB
artificialIntelligence
[ "Senior" ]
Senior
Python
[ "Python", "Java", "K8s" ]
[ "artificial-intelligence" ]
20,400
25,900
PLN
month
permanent
true
true
[ "Łódź", "Remote", "Warsaw", "Gdańsk", "Katowice", "Kraków", "Poznań" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-29T22:01:22
2026-07-29T00:00:00
2026-08-02T22:01:22
66T4AGEF
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-java-engineer-trading-systems-vistulo-for-a-major-n-american-bank-Łódź
https://nofluffjobs.com/job/senior-java-engineer-trading-systems-vistulo-for-a-major-n-american-bank-lodz
Senior Java Engineer (Trading Systems)
Vistulo (for a major N. American bank)
backend
[ "Senior" ]
Senior
Java
[ "Java", "Algorithms", "Multi-threading" ]
[ "backend" ]
45,360
50,400
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Szczecin", "Rzeszów" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-30T22:00:53
2026-07-30T00:00:00
2026-08-02T22:00:53
T685WMUM
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
platform-engineering-team-leader-xtb-Łódź
https://nofluffjobs.com/job/platform-engineering-team-leader-xtb-lodz
Platform Engineering Team Leader
XTB
architecture
[ "Expert" ]
Expert
Java
[ "Java", "Cloud", "DevOps" ]
[ "architecture" ]
27,200
34,600
PLN
month
permanent
true
true
[ "Łódź", "Remote", "Warsaw", "Wrocław", "Gdańsk", "Katowice", "Kraków", "Poznań" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-29T22:00:52
2026-07-29T00:00:00
2026-08-02T22:00:52
PLJOWD1Y
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-test-automation-engineer-python-robot-framework-diverse-cg-sp-k--Łódź
https://nofluffjobs.com/job/senior-test-automation-engineer-python-robot-framework-diverse-cg-sp-k--lodz-1
Senior Test Automation Engineer (Python / Robot Framework)
Diverse CG Sp. z o.o. Sp.k.
testing
[ "Senior" ]
Senior
Python
[ "Python", "Robot Framework", "XML" ]
[ "testing" ]
21,000
22,680
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland", "Polish" ]
[ "pl" ]
2026-08-02T22:00:49
2026-08-02T00:00:00
null
VYKXHG0H
false
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
full-stack-java-developer-dcg-Łódź
https://nofluffjobs.com/job/full-stack-java-developer-dcg-lodz
Full-Stack Java Developer
DCG
fullstack
[ "Senior" ]
Senior
Java
[ "Java", "Angular", "Spring" ]
[ "fullstack" ]
23,520
30,240
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-08-02T22:00:43
2026-08-02T00:00:00
null
VF6JWZCJ
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-java-developer-with-angular-xtb-Łódź
https://nofluffjobs.com/job/senior-java-developer-with-angular-xtb-lodz
Senior Java Developer (with Angular)
XTB
fullstack
[ "Senior" ]
Senior
Java
[ "Java", "Kafka", "Microservices" ]
[ "fullstack" ]
20,400
25,900
PLN
month
permanent
true
true
[ "Łódź", "Remote", "Warsaw", "Kraków", "Gdańsk", "Wrocław", "Katowice", "Poznań" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-08-02T22:00:40
2026-08-02T00:00:00
null
LBSZWIAL
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
python-full-stack-developer-dcg-Łódź
https://nofluffjobs.com/job/python-full-stack-developer-dcg-lodz
Python Full Stack Developer
DCG
fullstack
[ "Mid" ]
Mid
Python
[ "Python", "JavaScript", "React" ]
[ "fullstack" ]
25,200
27,720
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-08-02T22:00:37
2026-08-02T00:00:00
null
FJK21BUC
false
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-test-automation-engineer-python-diverse-cg-sp-k--Łódź
https://nofluffjobs.com/job/senior-test-automation-engineer-python-diverse-cg-sp-k--lodz
Senior Test Automation Engineer (Python)
Diverse CG Sp. z o.o. Sp.k.
testing
[ "Senior" ]
Senior
Python
[ "Python", "Robot Framework", "XML" ]
[ "testing" ]
21,000
22,680
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland", "Polish" ]
[ "pl" ]
2026-08-02T22:00:26
2026-08-02T00:00:00
null
5XX3BRVG
false
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
dora-specialist-ework-group-Łódź
https://nofluffjobs.com/job/dora-specialist-ework-group-lodz
DORA Specialist
Ework Group
projectManager
[ "Senior" ]
Senior
null
[ "Business Continuity", "Crisis Management", "IT Service Continuity Management" ]
[ "project-manager" ]
21,840
26,040
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-30T22:00:25
2026-07-30T00:00:00
2026-08-02T22:00:25
59NHAB40
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
dora-consultant-dcg-Łódź
https://nofluffjobs.com/job/dora-consultant-dcg-lodz
DORA Consultant
DCG
finance
[ "Mid" ]
Mid
DORA
[ "Dora", "Business continuity management" ]
[ "finance", "en" ]
22,680
24,360
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland", "Polish" ]
[ "pl" ]
2026-07-30T22:00:21
2026-07-30T00:00:00
2026-08-02T22:00:21
JNYVVUTV
false
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-automation-tester-scalo-Łódź
https://nofluffjobs.com/job/senior-automation-tester-scalo-lodz-4
Senior Automation Tester
Scalo
testing
[ "Senior" ]
Senior
null
[ "Selenium", "xUnit", "NUnit" ]
[ "testing" ]
20,160
21,840
PLN
month
b2b
true
false
[ "Łódź" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-31T22:00:10
2026-07-31T00:00:00
2026-08-02T22:00:10
HS1IDEHQ
false
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-project-manager-privileged-access-management-ework-group-Łódź
https://nofluffjobs.com/job/senior-project-manager-privileged-access-management-ework-group-lodz
Senior Project Manager (Privileged Access Management)
Ework Group
projectManager
[ "Senior" ]
Senior
null
[ "Privileged Access Management", "Identity & Access Management", "PAM" ]
[ "project-manager" ]
23,520
26,880
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-09T14:22:31
2026-07-09T00:00:00
2026-08-02T14:22:31
BD7SL5SP
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
golang-go-developer-python-cloud-iot-security-1dea-Łódź
https://nofluffjobs.com/job/golang-go-developer-python-cloud-iot-security-1dea-lodz
Golang | Go Developer | Python | Cloud | IoT | security
1dea
backend
[ "Senior" ]
Senior
Golang
[ "Golang", "Embedded" ]
[ "backend", "pl" ]
30,000
60,000
PLN
month
b2b
true
false
[ "Łódź", "Kraków", "Wrocław", "Rzeszów", "Warszawa", "Gdańsk" ]
Łódź
[ "Poland", "Polish" ]
[ "pl" ]
2026-07-31T13:59:38
2026-07-31T00:00:00
2026-08-02T13:59:38
JUD9FAA9
false
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
linux-embedded-developer-kernel-1dea-Łódź-1
https://nofluffjobs.com/job/linux-embedded-developer-kernel-1dea-lodz-1
Linux Embedded Developer | Kernel
1dea
embedded
[ "Senior" ]
Senior
C
[ "C", "Linux", "Kernel" ]
[ "embedded" ]
30,000
60,000
PLN
month
b2b
true
false
[ "Łódź", "Kraków", "Rzeszów", "Białystok", "Warszawa", "Wrocław", "Gdańsk", "Katowice" ]
Łódź
[ "Poland", "Polish" ]
[ "pl" ]
2026-07-31T13:52:05
2026-07-31T00:00:00
2026-08-02T13:52:05
6IJDBWJN
false
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
starszy-tester-manualny-starsza-testerka-manualna-obszar-kredytow-hipotecznych-astek-polska-Łódź
https://nofluffjobs.com/job/starszy-tester-manualny-starsza-testerka-manualna-obszar-kredytow-hipotecznych-astek-polska-lodz
Starszy Tester Manualny / Starsza Testerka Manualna (obszar kredytów hipotecznych)
ASTEK Polska
testing
[ "Senior" ]
Senior
null
[ "Jira", "Confluence", "qTest" ]
[ "testing" ]
21,000
21,672
PLN
month
b2b
true
false
[ "Łódź", "Gdańsk", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-09T13:22:21
2026-07-09T00:00:00
2026-08-02T13:22:21
ATKGKC6J
false
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
it-project-coordinator-ework-group-Łódź
https://nofluffjobs.com/job/it-project-coordinator-ework-group-lodz
IT Project Coordinator
Ework Group
projectManager
[ "Mid" ]
Mid
null
[ "MS Office", "PowerPoint" ]
[ "project-manager", "en" ]
10,080
14,280
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-09T13:15:45
2026-07-09T00:00:00
2026-08-02T13:15:45
SPQR7XST
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-software-developer-product-modeler-f-m-x-sii-polska-Łódź
https://nofluffjobs.com/job/senior-software-developer-product-modeler-f-m-x-sii-polska-lodz
Senior Software Developer – Product Modeler (f/m/x)
Sii Polska
backend
[ "Senior" ]
Senior
null
[ "Configurator", "Product modelling", "Python/ .NET/ Java" ]
[ "backend" ]
25,000
30,000
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk", "Szczecin" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-28T12:55:59
2026-07-28T00:00:00
2026-08-02T12:55:59
JEJH4T0A
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
android-developer-xtb-Łódź
https://nofluffjobs.com/job/android-developer-xtb-lodz-2
Android Developer
XTB
mobile
[ "Mid" ]
Mid
Android
[ "Android", "Kotlin", "Coroutine" ]
[ "mobile" ]
15,300
19,400
PLN
month
permanent
true
true
[ "Łódź", "Remote", "Warsaw", "Kraków", "Gdańsk", "Wrocław", "Katowice", "Poznań" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-30T11:42:27
2026-07-30T00:00:00
2026-08-02T11:42:27
T4WRANDS
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
ai-engineer-dcg-Łódź
https://nofluffjobs.com/job/ai-engineer-dcg-lodz-1
AI Engineer
DCG
artificialIntelligence
[ "Senior" ]
Senior
null
[ "AI", "Gen AI", "Cloud" ]
[ "artificial-intelligence" ]
25,200
27,720
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-09T11:40:16
2026-07-09T00:00:00
2026-08-02T11:40:16
1PUAUWWA
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-oracle-ebs-developer-f-m-x-sii-polska-Łódź
https://nofluffjobs.com/job/senior-oracle-ebs-developer-f-m-x-sii-polska-lodz
Senior Oracle EBS Developer (f/m/x)
Sii Polska
backend
[ "Senior" ]
Senior
EBS
[ "Ebs", "EBS (Oracle E-Business Suite)" ]
[ "backend", "en" ]
18,000
24,000
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk", "Szczecin" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-15T10:48:49
2026-07-15T00:00:00
2026-08-02T10:48:49
PU59JLUS
true
cities=lodz
2026-08-03T00:22:52
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-aml-scoring-engineer-diverse-cg-sp-k--Łódź
https://nofluffjobs.com/job/senior-aml-scoring-engineer-diverse-cg-sp-k--lodz
Senior AML Scoring Engineer
Diverse CG Sp. z o.o. Sp.k.
data
[ "Senior" ]
Senior
null
[ "Data analysis", "Quantexa" ]
[ "data", "en" ]
21,000
21,840
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-27T10:37:12
2026-07-27T00:00:00
2026-08-02T10:37:12
GZLLN4R1
false
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
it-project-coordinator-diverse-cg-sp-k--Łódź
https://nofluffjobs.com/job/it-project-coordinator-diverse-cg-sp-k--lodz
IT Project Coordinator
Diverse CG Sp. z o.o. Sp.k.
productManagement
[ "Mid" ]
Mid
null
[ "QRA", "ORC", "Excel" ]
[ "product-management" ]
11,760
14,280
PLN
month
b2b
true
false
[ "Łódź", "Gdynia", "Gdańsk", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-09T10:21:59
2026-07-09T00:00:00
2026-08-02T10:21:59
B7W5BNAO
false
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-salesforce-marketing-cloud-architect-f-m-x-sii-polska-Łódź-1
https://nofluffjobs.com/job/senior-salesforce-marketing-cloud-architect-f-m-x-sii-polska-lodz-1
Senior Salesforce Marketing Cloud Architect (f/m/x)
Sii Polska
architecture
[ "Senior" ]
Senior
null
[ "Salesforce", "Salesforce Marketing Cloud (SFMC)", "BigQuery" ]
[ "architecture" ]
27,300
35,700
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Poznań", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk", "Szczecin" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-27T09:58:21
2026-07-27T00:00:00
2026-08-02T09:58:21
DM8F8MJP
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
cybersecurity-network-engineer-f-m-x-sii-polska-Łódź
https://nofluffjobs.com/job/cybersecurity-network-engineer-f-m-x-sii-polska-lodz
Cybersecurity Network Engineer (f/m/x)
Sii Polska
security
[ "Senior" ]
Senior
Cisco
[ "Cisco", "IaC (Infrastructure as Code)", "Python" ]
[ "security" ]
23,100
27,300
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk", "Szczecin" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-15T09:41:19
2026-07-15T00:00:00
2026-08-02T09:41:19
V7V8OKZ4
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
regulatory-data-analyst-diverse-cg-sp-k--Łódź
https://nofluffjobs.com/job/regulatory-data-analyst-diverse-cg-sp-k--lodz
Regulatory Data Analyst
Diverse CG Sp. z o.o. Sp.k.
data
[ "Mid" ]
Mid
null
[ "Regulatory frameworks", "SQL", "Power BI" ]
[ "data" ]
16,800
18,480
PLN
month
b2b
true
false
[ "Łódź", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-31T09:36:51
2026-07-31T00:00:00
2026-08-02T09:36:51
PBBITBF2
false
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
business-analyst-ml-aws-sagemaker-dcg-Łódź
https://nofluffjobs.com/job/business-analyst-ml-aws-sagemaker-dcg-lodz
Business Analyst (ML & AWS SageMaker)
DCG
businessAnalyst
[ "Mid" ]
Mid
null
[ "Business Analyst", "AWS SageMaker", "Communication skills" ]
[ "business-analyst" ]
20,160
22,680
PLN
month
b2b
true
false
[ "Łódź", "Gdynia", "Gdańsk", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-28T09:26:40
2026-07-28T00:00:00
2026-08-02T09:26:40
VKJQQDUC
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
azure-vmware-solution-consultant-f-m-x-sii-polska-Łódź
https://nofluffjobs.com/job/azure-vmware-solution-consultant-f-m-x-sii-polska-lodz
Azure VMware Solution Consultant (f/m/x)
Sii Polska
architecture
[ "Senior" ]
Senior
Azure
[ "Azure", "Microsoft Azure", "VMware" ]
[ "architecture" ]
25,200
30,450
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk", "Szczecin" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-29T07:53:14
2026-07-29T00:00:00
2026-08-02T07:53:14
87N3UTB6
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
salesforce-developer-regular-spyrosoft-Łódź
https://nofluffjobs.com/job/salesforce-developer-regular-spyrosoft-lodz
Salesforce Developer (Regular)
Spyrosoft
erp
[ "Mid" ]
Mid
null
[ "Salesforce", "Apex", "Cloud" ]
[ "erp" ]
18,480
23,520
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Gdynia", "Białystok", "Kraków", "Wrocław", "Szczecin", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-09T07:48:52
2026-07-09T00:00:00
2026-08-02T07:48:52
9KQRZRUJ
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-data-engineer-f-m-x-sii-polska-Łódź
https://nofluffjobs.com/job/senior-data-engineer-f-m-x-sii-polska-lodz
Senior Data Engineer (f/m/x)
Sii Polska
data
[ "Senior" ]
Senior
null
[ "Data Factory", "Python", "SQL" ]
[ "data" ]
23,100
25,200
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk", "Szczecin" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-28T07:09:11
2026-07-28T00:00:00
2026-08-02T07:09:11
UUXTSINI
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-react-frontend-developer-with-fixed-income-experience-vistulo-for-a-major-n-american-bank-Łódź
https://nofluffjobs.com/job/senior-react-frontend-developer-with-fixed-income-experience-vistulo-for-a-major-n-american-bank-lodz
Senior React Frontend Developer with Fixed Income experience
Vistulo (for a major N. American bank)
frontend
[ "Senior" ]
Senior
React
[ "React", "JavaScript", "Algorithms" ]
[ "frontend" ]
36,960
42,000
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Szczecin", "Rzeszów" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-29T22:01:27
2026-07-29T00:00:00
2026-08-01T22:01:27
UOARCZ3C
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-java-backend-engineer-core-java-trading-systems-vistulo-for-a-major-n-american-bank-Łódź-2
https://nofluffjobs.com/job/senior-java-backend-engineer-core-java-trading-systems-vistulo-for-a-major-n-american-bank-lodz-5
Senior Java Backend Engineer (Core Java, Trading Systems)
Vistulo (for a major N. American bank)
backend
[ "Senior" ]
Senior
Java
[ "Java", "Core Java", "Algorithms" ]
[ "backend" ]
36,960
40,320
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Szczecin", "Rzeszów" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-29T22:01:21
2026-07-29T00:00:00
2026-08-01T22:01:21
CK0N08C0
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
golang-vue-js-regular-developer-spyrosoft-Łódź
https://nofluffjobs.com/job/golang-vue-js-regular-developer-spyrosoft-lodz
Golang/Vue.js Regular Developer
Spyrosoft
backend
[ "Mid" ]
Mid
Golang
[ "Golang", "Go", "Vue.js" ]
[ "backend" ]
18,480
25,200
PLN
month
b2b
true
false
[ "Łódź", "Białystok", "Kraków", "Gdańsk", "Gdynia", "Szczecin", "Wrocław", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-31T22:01:03
2026-07-31T00:00:00
2026-08-01T22:01:03
8XU8OHPL
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
solution-architect-consultant-with-cloud-azure-gft-poland-Łódź
https://nofluffjobs.com/job/solution-architect-consultant-with-cloud-azure-gft-poland-lodz
Solution Architect Consultant with Cloud (Azure)
GFT Poland
architecture
[ "Expert" ]
Expert
Azure
[ "Azure", "Architect", "Microservices" ]
[ "architecture" ]
28,224
35,280
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Poznan", "Wrocław", "Kraków" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-31T22:00:53
2026-07-31T00:00:00
2026-08-01T22:00:53
IM1XSAD1
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
datastage-developer-dcg-Łodź
https://nofluffjobs.com/job/datastage-developer-dcg-lodz
DataStage Developer
DCG
data
[ "Senior" ]
Senior
Python
[ "Python", "DataStage" ]
[ "data", "en" ]
21,840
27,720
PLN
month
b2b
true
false
[ "Łodź", "WARSAW", "Gdynia", "Gdańsk" ]
Łodź
[ "Poland" ]
[ "pl" ]
2026-07-26T22:00:44
2026-07-26T00:00:00
2026-08-01T22:00:44
JFZMEP5Z
false
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
net-developer-avenga-agencja-pracy-nr-kraz-8448-Łódź-2
https://nofluffjobs.com/job/net-developer-avenga-agencja-pracy-nr-kraz-8448-lodz-4
.Net Developer
AVENGA (Agencja Pracy, nr KRAZ: 8448)
backend
[ "Mid" ]
Mid
.NET
[ ".NET", "C#", ".NET CORE" ]
[ "backend" ]
20,160
23,520
PLN
month
b2b
true
false
[ "Łódź" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-29T22:00:25
2026-07-29T00:00:00
2026-08-01T22:00:25
TT1V91RL
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
solution-architect-with-cloud-azure-gft-poland-Łódź-1
https://nofluffjobs.com/job/solution-architect-with-cloud-azure-gft-poland-lodz-1
Solution Architect with Cloud (Azure)
GFT Poland
architecture
[ "Expert" ]
Expert
Azure
[ "Azure", "Architect", "Microservices" ]
[ "architecture" ]
18,850
28,500
PLN
month
permanent
true
false
[ "Łódź", "Kraków", "Warszawa", "Poznan", "Wrocław" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-31T22:00:15
2026-07-31T00:00:00
2026-08-01T22:00:15
NEB4WBIM
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
architekt-danych-i-ai-antal-Łódź
https://nofluffjobs.com/job/architekt-danych-i-ai-antal-lodz
Architekt Danych i AI
Antal
data
[ "Senior" ]
Senior
AI/ML
[ "Ai/ml", "AI", "Cloud Native" ]
[ "data" ]
28,560
33,600
PLN
month
b2b
true
false
[ "Łódź", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-14T22:00:04
2026-07-14T00:00:00
2026-08-01T22:00:04
R2DNFAWP
false
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
business-analyst-murex-vistulo-for-a-major-n-american-bank-Łódź
https://nofluffjobs.com/job/business-analyst-murex-vistulo-for-a-major-n-american-bank-lodz
Business Analyst - Murex
Vistulo (for a major N. American bank)
productManagement
[ "Senior" ]
Senior
null
[ "Murex", "FX Trading systems", "Market data" ]
[ "product-management" ]
33,600
40,320
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Wrocław", "Poznań", "Warszawa", "Katowice", "Gdańsk", "Lublin", "Szczecin", "Rzeszów" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-31T18:38:04
2026-07-31T00:00:00
2026-08-01T18:38:04
4ZBN4VEN
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-mechatronics-engineer-freelancer-spyrosoft-Łódź
https://nofluffjobs.com/job/senior-mechatronics-engineer-freelancer-spyrosoft-lodz
Senior Mechatronics Engineer (freelancer)
Spyrosoft
mechanics
[ "Senior" ]
Senior
null
[ "Mechatronics", "Integrated software", "Hardware systems" ]
[ "mechanics" ]
16,800
21,840
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Wrocław", "Szczecin", "Warszawa", "Gdańsk", "Gdynia", "Kraków", "Białystok", "Brussels" ]
Łódź
[ "Poland", "Belgium" ]
[ "pl" ]
2026-07-29T15:51:25
2026-07-29T00:00:00
2026-08-01T15:51:25
NGYHQVBD
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
software-supply-chain-engineer-f-m-x-sii-polska-Łódź
https://nofluffjobs.com/job/software-supply-chain-engineer-f-m-x-sii-polska-lodz
Software Supply Chain Engineer (f/m/x)
Sii Polska
devops
[ "Senior" ]
Senior
null
[ "Open source", "CI/CD", "SBOM" ]
[ "devops" ]
24,000
27,000
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Kraków", "Poznań", "Warszawa", "Toruń", "Wrocław", "Rzeszów", "Bydgoszcz", "Białystok", "Piła", "Lublin", "Katowice", "Gdańsk", "Szczecin" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T15:02:03
2026-07-20T00:00:00
2026-08-01T15:02:03
7WOXLT9X
true
cities=lodz
2026-08-03T00:22:54
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
application-specialist-intern-customer-data-management-talentbank-2026-commerzbank-Łódź
https://nofluffjobs.com/job/application-specialist-intern-customer-data-management-talentbank-2026-commerzbank-lodz
Application Specialist Intern - Customer Data Management - TalentBank 2026
CommerzBank
data
[ "Trainee" ]
Trainee
null
[ "DevOps", "Dynatrace", "Kibana" ]
[ "data" ]
5,200
5,200
PLN
month
zlecenie
true
false
[ "Łódź" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-27T13:40:13
2026-07-27T00:00:00
2026-08-01T13:40:13
XL9SJ7VU
false
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-android-engineer-smartpatient-Łódź
https://nofluffjobs.com/job/senior-android-engineer-smartpatient-lodz
Senior Android Engineer
smartpatient
mobile
[ "Senior" ]
Senior
Android
[ "Android", "Kotlin", "Kotlin Coroutines" ]
[ "mobile" ]
22,680
26,250
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Warszawa", "Rzeszów", "Gdańsk", "Kraków", "Wrocław", "Poznań", "Katowice" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T13:38:04
2026-07-20T00:00:00
2026-08-01T13:38:04
OD3AX9MA
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-ios-engineer-smartpatient-Łódź
https://nofluffjobs.com/job/senior-ios-engineer-smartpatient-lodz-1
Senior iOS Engineer
smartpatient
mobile
[ "Senior" ]
Senior
iOS
[ "iOS", "iOS SDK", "Swift" ]
[ "mobile" ]
22,680
26,250
PLN
month
b2b
true
true
[ "Łódź", "Remote", "Warszawa", "Rzeszów", "Gdańsk", "Kraków", "Wrocław", "Poznań", "Katowice" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T13:28:39
2026-07-20T00:00:00
2026-08-01T13:28:39
QLKDFOLB
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
junior-regular-manual-tester-talent-pool-transition-technologies-psc-Łódź
https://nofluffjobs.com/job/junior-regular-manual-tester-talent-pool-transition-technologies-psc-lodz
Junior/Regular Manual Tester - Talent Pool
Transition Technologies PSC
testing
[ "Junior" ]
Junior
manual tester
[ "Manual tester", "Manual tests", "Jira" ]
[ "testing" ]
8,400
12,600
PLN
month
b2b
true
true
[ "Łódź", "Remote" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-29T13:11:53
2026-07-29T00:00:00
2026-08-01T13:11:53
YGMX3IJG
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
ai-engineer-ework-group-Łódź
https://nofluffjobs.com/job/ai-engineer-ework-group-lodz
AI Engineer
Ework Group
artificialIntelligence
[ "Senior" ]
Senior
Python
[ "Python", "ML/AI", "Generative AI" ]
[ "artificial-intelligence" ]
30,240
33,600
PLN
month
b2b
true
false
[ "Łódź", "Gdańsk", "Warszawa" ]
Łódź
[ "Poland", "Polish" ]
[ "pl" ]
2026-07-08T12:19:02
2026-07-08T00:00:00
2026-08-01T12:19:02
9JFNYUUK
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-netapp-storage-engineer-dcg-Łódź
https://nofluffjobs.com/job/senior-netapp-storage-engineer-dcg-lodz
Senior NetApp Storage Engineer
DCG
devops
[ "Senior" ]
Senior
null
[ "NetApp", "AD" ]
[ "devops", "pl" ]
21,840
22,680
PLN
month
b2b
true
false
[ "Łódź", "Gdynia", "Gdańsk", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-08T11:53:34
2026-07-08T00:00:00
2026-08-01T11:53:34
YJEDZDB8
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-cloud-consultant-gft-poland-Łódź
https://nofluffjobs.com/job/senior-cloud-consultant-gft-poland-lodz
Senior Cloud Consultant
GFT Poland
devops
[ "Senior" ]
Senior
null
[ "Terraform", "K8s", "Docker" ]
[ "devops" ]
22,680
28,560
PLN
month
b2b
true
false
[ "Łódź", "Kraków", "Warszawa", "Poznań" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T11:28:20
2026-07-20T00:00:00
2026-08-01T11:28:20
15PDUBD1
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-cloud-engineer-gft-poland-Łódź-1
https://nofluffjobs.com/job/senior-cloud-engineer-gft-poland-lodz-1
Senior Cloud Engineer
GFT Poland
devops
[ "Senior" ]
Senior
null
[ "Terraform", "K8s", "Docker" ]
[ "devops" ]
15,900
24,300
PLN
month
permanent
true
false
[ "Łódź", "Kraków", "Warszawa", "Poznań" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T11:26:18
2026-07-20T00:00:00
2026-08-01T11:26:18
FLOJPBE6
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
data-analyst-ework-group-Łódź-1
https://nofluffjobs.com/job/data-analyst-ework-group-lodz-1
Data Analyst
Ework Group
data
[ "Mid" ]
Mid
SQL
[ "SQL", "DB", "ETL" ]
[ "data" ]
21,840
25,200
PLN
month
b2b
true
false
[ "Łódź", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-08T10:29:56
2026-07-08T00:00:00
2026-08-01T10:29:56
IBP6V77Y
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
expert-data-consultant-gft-poland-Łódź-1
https://nofluffjobs.com/job/expert-data-consultant-gft-poland-lodz-1
Expert Data Consultant
GFT Poland
data
[ "Expert" ]
Expert
Python
[ "Python", "Data engineering", "SQL" ]
[ "data" ]
26,040
34,440
PLN
month
b2b
true
false
[ "Łódź", "Kraków", "Poznan", "Wrocław", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T10:04:33
2026-07-20T00:00:00
2026-08-01T10:04:33
3PJAHX8F
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
expert-data-engineer-gft-poland-Łódź-1
https://nofluffjobs.com/job/expert-data-engineer-gft-poland-lodz-1
Expert Data Engineer
GFT Poland
data
[ "Expert" ]
Expert
Python
[ "Python", "Data engineering", "SQL" ]
[ "data" ]
17,400
26,700
PLN
month
permanent
true
false
[ "Łódź", "Kraków", "Poznan", "Wrocław", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T10:01:41
2026-07-20T00:00:00
2026-08-01T10:01:41
E3KZWGH4
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-data-engineer-gft-poland-Łódź-2
https://nofluffjobs.com/job/senior-data-engineer-gft-poland-lodz-2
Senior Data Engineer
GFT Poland
data
[ "Senior" ]
Senior
Python
[ "Python", "Data engineering", "SQL" ]
[ "data" ]
14,600
22,300
PLN
month
permanent
true
false
[ "Łódź", "Kraków", "Poznan", "Wrocław", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T09:57:55
2026-07-20T00:00:00
2026-08-01T09:57:55
IP2VJXPF
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-data-consultant-gft-poland-Łódź-2
https://nofluffjobs.com/job/senior-data-consultant-gft-poland-lodz-2
Senior Data Consultant
GFT Poland
data
[ "Senior" ]
Senior
Python
[ "Python", "Data engineering", "SQL" ]
[ "data" ]
21,000
26,880
PLN
month
b2b
true
false
[ "Łódź", "Kraków", "Poznan", "Wrocław", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T09:56:52
2026-07-20T00:00:00
2026-08-01T09:56:52
RA69RLZM
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
data-consultant-gft-poland-Łódź-1
https://nofluffjobs.com/job/data-consultant-gft-poland-lodz-1
Data consultant
GFT Poland
data
[ "Mid" ]
Mid
Python
[ "Python", "Data engineering", "SQL" ]
[ "data" ]
15,960
21,672
PLN
month
b2b
true
false
[ "Łódź", "Kraków", "Poznan", "Wrocław", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T09:55:41
2026-07-20T00:00:00
2026-08-01T09:55:41
CFXIBNEB
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
data-engineer-gft-poland-Łódź-1
https://nofluffjobs.com/job/data-engineer-gft-poland-lodz-2
Data Engineer
GFT Poland
data
[ "Mid" ]
Mid
Python
[ "Python", "Data engineering", "SQL" ]
[ "data" ]
11,700
18,700
PLN
month
permanent
true
false
[ "Łódź", "Kraków", "Poznan", "Wrocław", "Warszawa" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T09:50:17
2026-07-20T00:00:00
2026-08-01T09:50:17
GXD1K6JE
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-devops-consultant-aws-gft-poland-Łódź
https://nofluffjobs.com/job/senior-devops-consultant-aws-gft-poland-lodz
Senior DevOps Consultant (AWS)
GFT Poland
devops
[ "Senior" ]
Senior
null
[ "AWS", "AI", "Microservice architecture" ]
[ "devops" ]
22,680
28,560
PLN
month
b2b
true
false
[ "Łódź", "Kraków", "Warszawa", "Poznań" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T09:14:02
2026-07-20T00:00:00
2026-08-01T09:14:02
ZYYJTTVV
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-netapp-storage-engineer-ework-group-Łódź
https://nofluffjobs.com/job/senior-netapp-storage-engineer-ework-group-lodz
Senior NetApp Storage Engineer
Ework Group
support
[ "Senior" ]
Senior
null
[ "NetApp", "Storage", "AD" ]
[ "support" ]
21,000
25,200
PLN
month
b2b
true
false
[ "Łódź", "Warszawa", "Gdynia", "Gdańsk" ]
Łódź
[ "Poland", "Polish" ]
[ "pl" ]
2026-07-08T09:13:28
2026-07-08T00:00:00
2026-08-01T09:13:28
Z4GEG46I
false
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
senior-devops-engineer-aws-gft-poland-Łódź
https://nofluffjobs.com/job/senior-devops-engineer-aws-gft-poland-lodz
Senior DevOps Engineer (AWS)
GFT Poland
devops
[ "Senior" ]
Senior
null
[ "AWS", "AI", "Microservice architecture" ]
[ "devops" ]
15,870
24,300
PLN
month
permanent
true
false
[ "Łódź", "Kraków", "Warszawa", "Poznań" ]
Łódź
[ "Poland" ]
[ "pl" ]
2026-07-20T09:11:23
2026-07-20T00:00:00
2026-08-01T09:11:23
K9DOHFQO
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
cybersecurity-consultant-footprint-cmdb-dcg-Łódź
https://nofluffjobs.com/job/cybersecurity-consultant-footprint-cmdb-dcg-lodz
Cybersecurity Consultant (Footprint/CMDB)
DCG
security
[ "Mid" ]
Mid
null
[ "Cybersecurity", "CMDB", "DNS" ]
[ "security" ]
19,320
22,680
PLN
month
b2b
true
false
[ "Łódź", "Gdynia", "Gdańsk", "Warszawa" ]
Łódź
[ "Poland", "Polish" ]
[ "pl" ]
2026-07-08T08:45:49
2026-07-08T00:00:00
2026-08-01T08:45:49
EAMWIDE0
true
cities=lodz
2026-08-03T00:22:56
wdrdNalP5AYCve3rw
MAXGXogSBcRZLJpEg
End of preview.

reapX — public sources in, addressable records out

NoFluffJobs Scraper

Scrape NoFluffJobs listings with the published salary range on every row: category, seniority, required skills, city and remote flag. No login, no API key.

Rows in this dataset 14,370
Fields 40
Collector runs behind it 58
Most recent observation 2026-08-03
Browsable presentation https://reapx.dev/data/nofluffjobs-scraper/ — 285 entity pages
Run the collector yourself https://apify.com/reapx/nofluffjobs-scraper

What this is

Every row here was returned by a real run of a public collector. Nothing is generated from a template over a keyword list: a row exists because a run observed it.

A browsable presentation of the subset that carries an addressable companyName is published as 285 entity pages at https://reapx.dev/data/nofluffjobs-scraper/, one page per entity. This dataset is the larger of the two — rows whose payload has no field that can address a page are here and are not published there.

Provenance

Each row carries _run_id and _dataset_id, naming the collector run that produced it, so any row can be traced back to the run that observed it. Rows observed by more than one run are deduplicated on content; 0 duplicate observations were collapsed.

Files

  • nofluffjobs-scraper.jsonl — one JSON object per row, the canonical form
  • nofluffjobs-scraper.csv — the same rows flattened; nested values are JSON-encoded within their cell so they round-trip
  • dataset.json — schema.org Dataset metadata

Loading it

from datasets import load_dataset
ds = load_dataset("reapxdev/nofluffjobs-scraper", split="train")

A sample of the published entities

Related

Licence

Collected from public sources. This metadata and the published pages are CC BY 4.0; the underlying records remain under the terms of their originating source.

Downloads last month
7