How can use slave for some read operations?

I have A master and a slave PostgreSQL data bases. I would like to know that major read operations can process with slave for reducing load in master ??

for example : I have a large number of products.when customer want to list all products. is it possible to read from slave database? instead of from master database ?. If major read operations are doing in master its slowing down the other operations in master.