Clay Icon
  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Hey Jacob! checking with the team. Adding Eric E. for when available

  • Avatar of Eric E.
    Eric E.
    ·
    ·

    Hey Jacob — Our Google Job search integration is quite weird because we’re just using Google’s native Job search, and because they don’t allow for filters, each keyword is run as a separate search on our side. So, if you’re seeing a particular job come through that shouldn’t, it’s because Google Jobs returned it for one of the keywords

  • Avatar of Jacob T.
    Jacob T.
    ·
    ·

    Do you have any practical tips around filtering down the jobs in a Clay table after running the search? Eric E.

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Jacob T. you can use a formula column and ensure the title you have includes the keywords you wanted

  • Avatar of Jacob T.
    Jacob T.
    ·
    ·

    But there's an array of 100+ different objects?

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    You can create a comma separated list of the title objects - it should be able to handle 100+ still

  • Avatar of Jacob T.
    Jacob T.
    ·
    ·

    hmm

  • Avatar of Jacob T.
    Jacob T.
    ·
    ·

    how?

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Hey Jacob, you can ​categorize​ or ​filter a list​ of objects based on keywords, there are two integrations with those names. You could give it the entire array and it will extract those that include all the keywords you provide in a string

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    If you only need the first title that includes those words, then a conditional formula should work too as Matthew said.