Monthly archives:
http://archive.sensor.community/csv_per_month/2022-03/
pip3 install csvkit
Then if you have to filter
csvgrep -d ";" -c sensor_id -r "^2492$|^4686$|^10557$" 2022-02_pms7003.csv > testnewfin.csv
Use the SensorIDs you want.
You can also use the normal data.json to get the IDs of all currently active sensors with PM1 and scrap the old way but it is a lot more difficult.