student_practic/data/test.json
2026-03-24 15:44:33 +03:00

72 lines
1.9 KiB
JSON

[
{
"id": 1,
"title": "Python ðàçðàáîò÷èê",
"company": "ßíäåêñ",
"city": "Ìîñêâà",
"salary_from": 150000,
"salary_to": 200000,
"skills": ["Python", "SQL", "Django", "PostgreSQL"],
"published_at": "2024-01-15"
},
{
"id": 2,
"title": "Data Engineer",
"company": "Òèíüêîôô",
"city": "Ìîñêâà",
"salary_from": 180000,
"salary_to": 250000,
"skills": ["Python", "SQL", "Spark", "Airflow"],
"published_at": "2024-01-20"
},
{
"id": 3,
"title": "Backend Developer",
"company": "Ozon",
"city": "Ñàíêò-Ïåòåðáóðã",
"salary_from": 130000,
"salary_to": 170000,
"skills": ["Python", "FastAPI", "MongoDB"],
"published_at": "2024-01-18"
},
{
"id": 4,
"title": "Data Analyst",
"company": "ßíäåêñ",
"city": "Ìîñêâà",
"salary_from": 140000,
"salary_to": 180000,
"skills": ["Python", "SQL", "Tableau"],
"published_at": "2024-01-22"
},
{
"id": 5,
"title": "Junior Python Developer",
"company": "Ñáåð",
"city": "Ìîñêâà",
"salary_from": 100000,
"salary_to": 130000,
"skills": ["Python", "SQL", "Git"],
"published_at": "2024-01-25"
},
{
"id": 6,
"title": "Senior Python Developer",
"company": "Wildberries",
"city": "Ìîñêâà",
"salary_from": 200000,
"salary_to": 300000,
"skills": ["Python", "SQL", "Kafka", "Kubernetes"],
"published_at": "2024-01-28"
},
{
"id": 7,
"title": "Full Stack Developer",
"company": "Avito",
"city": "Ìîñêâà",
"salary_from": 170000,
"salary_to": 220000,
"skills": ["Python", "JavaScript", "React", "SQL"],
"published_at": "2024-01-30"
}
]