This document proposes using the Apriori algorithm to perform online sequential behavior analysis for recommendation systems. It summarizes that the Apriori algorithm can be used to find frequently purchased item sets in customer transaction data and those frequent items can then be recommended. It outlines how the Apriori algorithm works in an iterative manner, generating itemsets of increasing size and calculating their support and confidence. The proposed system would analyze customer browsing and purchase histories to generate product recommendations using this approach.