Hey @Jackson Khan
Jacques here from Intercom Support. I hope all is well today!
To sync all FAQ content - including answers hidden behind clickable elements - from your FAQ page into Intercom, you’ll need to make sure your sync tool is set up to expand each FAQ item before scraping. Here’s how to improve your settings:
-
Clickable CSS selector: Double-check that .accessibility-faq_item-text
is the correct selector for the FAQ questions. Use your browser’s Inspect tool to confirm this class is on every question. If not, update the selector to match the clickable FAQ elements.
-
Wait to load CSS selector: Change this to a class or element that only appears after an answer is expanded (for example, the container holding the answer text). Avoid using .w-dropdown-list p
unless that’s where the answers actually appear. Use Inspect to find the right class for the answer content.
-
Wait time after click: If your tool allows, add a short delay (like 500ms–1s) after each click to ensure the answer loads before scraping.
-
CSS selectors to exclude: Keeping header,footer,navbar
is good practice.
-
XML Sitemap: You can leave this enabled, but the main issue is expanding the hidden answers.
If you still don’t get the full content, try manually expanding all FAQs in your browser and see if the sync tool can then capture everything. If not, the issue is likely with the selectors or timing. If you need help identifying the exact selectors, share the HTML of an expanded FAQ and we can advise further.
The key is making sure the sync tool both clicks to expand every FAQ and waits for the answer content to appear before scraping.