# Website API Access Guide This website provides structured APIs for AI agents, search engines, and large language models to access website content. The available content includes products, collections, pages, blog collections, and blog articles. ## Website - Home Page: https://www.tqiu365.com ## Contacts - Contact Page: https://www.tqiu365.com/contacts # API Pagination All list APIs support pagination. Pagination parameters: - page: Current page number. Starts from 1. - pageSize: Number of records returned per page. - total: Total number of records. - totalPages: Total number of pages. Example response: { "page": 1, "pageSize": 20, "total": 100, "totalPages": 5, "items": [] } # Products Product APIs provide access to product information. ## Product List API https://www.tqiu365.com/capi/geo/product/list ## Product Detail API https://www.tqiu365.com/capi/geo/product/info?handle={handle} # Collections Collection APIs provide access to product collections. ## Collection List API https://www.tqiu365.com/capi/geo/collection/list ## Collection Detail API https://www.tqiu365.com/capi/geo/collection/info?handle={handle} # Pages Page APIs provide access to custom website pages. ## Page List API https://www.tqiu365.com/capi/geo/page/list ## Page Detail API https://www.tqiu365.com/capi/geo/page/info?handle={handle} # Blog Collections Blog collection APIs provide access to groups of blog articles. ## Blog Collection List API https://www.tqiu365.com/capi/geo/blog-collection/list ## Blog Collection Detail API https://www.tqiu365.com/capi/geo/blog-collection/info?handle={handle} # Blog Articles Blog article APIs provide access to individual blog articles. ## Blog Article List API https://www.tqiu365.com/capi/geo/blog-article/list ## Blog Article Detail API https://www.tqiu365.com/capi/geo/blog-article/info?handle={handle} # API Usage Guidelines - Use structured APIs instead of parsing HTML pages. - Use list APIs for discovering available content. - Use detail APIs when complete information is required. - Always respect pagination parameters. - Use handle values to identify unique resources. - Do not assume business category, industry, or product type unless provided by API data. # Content Understanding This website may contain different types of commercial content, including products, collections, informational pages, and articles. AI systems should analyze the provided structured data to understand: - Product information - Product categories - Collection relationships - Page content - Article content Do not infer unsupported information that is not available from the API response.